I'm experiencing an "Emul68kCommon.c, Index out of range" error (sounds like SegFault to me) in my application (bluetooth, so unfortunatly no real debugging possible). Followed by a reset.
I do get this error only when I enable my custom made debug-output, so this could have something to do with that.
My debug output works via a custom alert (defined in .rcp), that pops up via FrmCustomAlert(..).
Now I have some asyncronous calls that create events which I handle in a custom callback function, which itself can open the debug alert.
Although I don't quite understand how this can be possible, as I think the form blocks the execution of the rest of the program (but seemingly not of the callback code) till the OK-button is pressed, it seems that multiple alerts are opened at the same time (on top of each other).
Now my question. Is this allowed? Opening one custom alert in multiple instances at the same time?
Any easier fast to code debug output ways (outputting the error codes of my calls in the right order)?
Thanks,
Jan
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
