ifelse_parser
[mala.git] / segfault.txt
blobe31d26724ff7e16e5fce5505d45a9c651208f927
1 Mala is made safe to program with, but some programming (not runtime)
2 errors will make it segfault (this is a feature).
4 In case you experience such a segfault, fire up a debugger and check
5 which function caused it.
7 Then check if is noted here (if not send me a description)
9 SEGFAULTING_FUNCTION:
10         CAUSES:
12 mala_action_new_actioninit
13         - Forgotten to put MALA_ACTIONS_END at the end of a
14           initializing structure.