Page 1 of 1
0.89 MT crash
Posted: 20 Aug 2012, 00:39
by albator
Re: 0.89 MT crash
Posted: 21 Aug 2012, 11:26
by zerver
Thanks, but if you compiled spring yourself you need to translate the addresses in the stack trace, otherwise we cannot figure out why it crashed.
Code: Select all
addr2line -e <path to debug symbols> <address>
Re: 0.89 MT crash
Posted: 21 Aug 2012, 16:23
by albator
I did not compile spring myself :s
I am using ubuntu 12.04 x64
Re: 0.89 MT crash
Posted: 21 Aug 2012, 17:38
by hoijui
then you have to install the debug symbol package for spring (something like spring-dbg), and then you can translate the addreses with taht file, or recreate the infolog. and it should get auto-translated then.