We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8.0 pike there are always segment errors,
and also popup errors when trying to read the includ.h file: master()->master_read_file this function triggers the on_alarm function:
signal(14,on_alarm);
WARNING: *Too long evaluation.
and then the how process got crushed with segment errors.
on pike 7.6 it works without a problem.
Would anyone be able to help me out with this?
The text was updated successfully, but these errors were encountered:
it is difficult to help without knowing more details. could you post a larger code example?
also this is probably not the right forum to discuss things. i suggest you find us on the mailinglist or on discord: #50
Sorry, something went wrong.
No branches or pull requests
8.0 pike
there are always segment errors,
and also popup errors when trying to read the includ.h file:
master()->master_read_file
this function triggers the on_alarm function:
signal(14,on_alarm);
WARNING: *Too long evaluation.
and then the how process got crushed with segment errors.
on pike 7.6 it works without a problem.
Would anyone be able to help me out with this?
The text was updated successfully, but these errors were encountered: