Jonathan Houser wrote:
What am I doing wrong here?
# addr2line -e /usr/local/sbin/wapbox 80d03f7 ??:0
# addr2line -e /usr/local/sbin/wapbox 0x80d03f7 ??:0
obviously there are no debugging symbols inside the binaries. Please re-build using
$ ./configure --with-cflags="-O2 -g -rdynamic" [...]
as option to make the debugging symbols added to the bins. Then retry with addr2line. But beware that you can't use the addresses from this log, only from logs with backtraces produced by the new binaries.
Stipe
mailto:stolj_{at}_wapme.de ------------------------------------------------------------------- Wapme Systems AG
Vogelsanger Weg 80 40470 D�sseldorf, NRW, Germany
phone: +49.211.74845.0 fax: +49.211.74845.299
mailto:info_{at}_wapme-systems.de http://www.wapme-systems.de/ -------------------------------------------------------------------
