by divVerent » Tue Sep 19, 2006 8:39 pm
Such a problem isn't known yet (and I can't reproduce it). To help with that, please install a program named "gdb" and try the following steps:
- Code: Select all
$ ulimit -c unlimited
$ ./nexuiz-linux-x86_64-glx
... make it crash ...
$ ls
(watch out for a file named similar to core.43897)
$ gdb nexuiz-linux-x86_64-glx core.43897
(gdb) bt
// LOTS of output with numbers
(gdb) quit
and post this "output with numbers" here. The number 43897 is a placeholder and is different for every crash.
Do not delete that core file yet, depending on what we find, I'll give you some more commands to analyze it further.
1. Open Notepad
2. Paste: ÿþMSMSMS
3. Save
4. Open the file in Notepad again
You can vary the number of "MS", so you can clearly see it's MS which is causing it.