Hi All...
Due to the nature of the problem and the project involved, it's difficult to post any code showing the problem- forgive me for that! I'm posting now so any ideas you have can be looked at when I get back home to the code.
What I am experiencing is random crashes inside blitzmax. Debuglog confirms that these crashes are indeed happening where the debugger says (I used to have issues whereby it would hilight the wrong line...)
What can cause this to start happening?
I'm talking about max crashing out on a line as simple as;
"Writeline Out,"moooo"
Whereby Out is valid and the previous line, also a writeline, succeeded.
If i re-run, i'll get the crash at a completely different line somewhere in my main loop, run a third time and it doesn't even open the file to start writing, a fourth, something completely different..
I'll work on trying to get sample code later- its going to be difficult :)
Any ideas? The stack seems to be getting trashed to me....
Due to the nature of the problem and the project involved, it's difficult to post any code showing the problem- forgive me for that! I'm posting now so any ideas you have can be looked at when I get back home to the code.
What I am experiencing is random crashes inside blitzmax. Debuglog confirms that these crashes are indeed happening where the debugger says (I used to have issues whereby it would hilight the wrong line...)
What can cause this to start happening?
I'm talking about max crashing out on a line as simple as;
"Writeline Out,"moooo"
Whereby Out is valid and the previous line, also a writeline, succeeded.
If i re-run, i'll get the crash at a completely different line somewhere in my main loop, run a third time and it doesn't even open the file to start writing, a fourth, something completely different..
I'll work on trying to get sample code later- its going to be difficult :)
Any ideas? The stack seems to be getting trashed to me....