0.89 MT crash
Moderator: Moderators
Re: 0.89 MT crash
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
I did not compile spring myself :s
I am using ubuntu 12.04 x64
I am using ubuntu 12.04 x64
Re: 0.89 MT crash
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.