2006-08-10 21:42:32.186 oolite[5045] OPENGL_DEBUG GL_ERROR (1280) 'invalid enumerant' in: Universe before doing anything
2006-08-10 21:42:46.982 oolite[5045] genning texture for land_fraction 0.43000
Fatal signal: Segmentation Fault (SDL Parachute Deployed)
1.65-703
Linux x86 (rhel4), radeon 9000, proprietary driver
happens on Maises in Gal1, other planets ok. and savegame only - when i jumped into the system no crash occured.
crash with planet textures
Moderators: winston, another_commander, Getafix
-
- ---- E L I T E ----
- Posts: 452
- Joined: Mon Mar 13, 2006 5:46 pm
- Location: St Petersburg, Russia
- Contact:
How can i get more data?aegidian wrote:Mmm. It's not crashing here, so I guess it might be an SDL problem or a divide-by-zero problem. Until we can get more data on the crash I won't know.
Another problem whith that version: no "yellow" text messages (about bounty, cargo scooped, whitchjumps etc etc, at the bottom) are shown. "blue" ones (at the top, communication log) are ok.
-
- ---- E L I T E ----
- Posts: 452
- Joined: Mon Mar 13, 2006 5:46 pm
- Location: St Petersburg, Russia
- Contact:
Will SDL crash produce coredump if i just ulimit -c some size?winston wrote:Generally, you need a core dump (you need to turn core dumps on, and I think there was some SDL configuration also - I don't remember what, but it's been discussed in the past). If I find a reproducible crash I just usually run in the debugger!
Another way of getting some (limited) information from a Segfault crash is to run 'strace' on the application when you start up (man strace will give some options)
'strace oolite' should get it going. It will make your console log go nuts compared to normal. look at the last several lines before strace tells you 'caught signal: SEGSEV' something similar.
'strace oolite' should get it going. It will make your console log go nuts compared to normal. look at the last several lines before strace tells you 'caught signal: SEGSEV' something similar.