On 8 Feb 2007, at 00:46, David Wortham wrote:
I am testing on LINUX, and that's where my whitescreens are showing up
(haven't started cross-platform testing yet). I have encountered
them in
the past and they culprit has always been a segfault.
I suspected a segfault-like error at the end of startup causing the
whitescreens, but I don't yet have a way to verify this. Also, I
don't know
where in my code the segfault could have occurred (unless the memory
allocation request was denied).
Run it with -X under gdb. Do whatever it is that causes the segfault.
Then get a backtrace from gdb.
--
Nick Kew