![]() |
Spa crash - Printable Version +- Forums (https://www.vdrift.net/Forum) +-- Forum: Community (https://www.vdrift.net/Forum/forumdisplay.php?fid=3) +--- Forum: Bugs (https://www.vdrift.net/Forum/forumdisplay.php?fid=7) +--- Thread: Spa crash (/showthread.php?tid=545) |
Spa crash - thelusiv - 03-07-2007 pwp71 pointed this out to me today in IRC. Here's how to reproduce it. First start a practice game with most any car (I used the T73) on Spa-Francorchamps. Then Pause the game and select Leave Game, and Yes when asked to confirm. Then back at the main menu, select Practice Game again, and start the game with the same car & track selection. When it gets to "Loading...Done" it will segfault. In gdb I found that it didn't segfault right away, first I got a Simulation Error, then the next time I started a practice game it segfaulted. Here's the backtrace I got: Code: Program received signal SIGSEGV, Segmentation fault. Looks like it's related to the object/collision code somehow. - joevenzon - 03-08-2007 Should be fixed, R1603. I added a new cached object list for blended skyboxes and wasn't clearing it when loading a new track. Whoops! |