MegaGlest Forum

Archives (read only) => Glest Advanced Engine => Bug reports => Topic started by: tomreyn on 18 April 2011, 16:35:47

Title: [Fixed] Crash in 'About' menu
Post by: tomreyn on 18 April 2011, 16:35:47
Currently you get a crash in the 'About' menu right when it tries to draw the models there.

Code: [Select]
Crash
Version: Advanced Engine git-master
Time: Mon Apr 18 18:32:42 2011
Description: SIGSEGV: address not mapped to object
Address: 0x5a1
Backtrace:
./build/source/game/glestadv(_ZN6Shared8Platform24PlatformExceptionHandler7handlerEiP7siginfoPv+0xf7) [0x7167e7]
/lib/x86_64-linux-gnu/libpthread.so.0(+0xfc60) [0x7fe3623c5c60]
./build/source/game/glestadv(_ZN5Glest8Graphics8Renderer20renderMenuBackgroundEPKNS_4Menu14MenuBackgroundE+0x6c3) [0x54a6d3]
./build/source/game/glestadv(_ZN5Glest4Menu8MainMenu8renderBgEv+0x57) [0x596507]
./build/source/game/glestadv(_ZN5Glest4Main7Program4loopEv+0x1f4) [0x57d094]
./build/source/game/glestadv(_ZN5Glest4Main9glestMainEiPPc+0x323) [0x579913]
./build/source/game/glestadv(main+0x35) [0x579ef5]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xff) [0x7fe36049eeff]
./build/source/game/glestadv() [0x4c52e9]
Title: Re: Crash in 'About' menu
Post by: tomreyn on 22 April 2011, 15:56:26
This issue no longer occurs here, was it fixed?
Title: Re: Crash in 'About' menu
Post by: silnarm on 22 April 2011, 16:19:59
This issue no longer occurs here, was it fixed?

Yeah, commit 768eda1..

One of two problems I introduced in fixing one problem... not a good ratio! :look:
Title: Re: [Fixed] Crash in 'About' menu
Post by: tomreyn on 22 April 2011, 16:35:54
Thanks for confirming, I was looking for 'About' (menu) in the git log but couldn't find any recent entry. So while "fix menu crash" is obviously correct and I might have been able to identify it by the files which were modified, I wasn't actually able to correlate those two.