この投稿に従って、スタックトレースを印刷しました。gccC++アプリがクラッシュしたときにスタックトレースを生成する方法。x86Linuxでうまく機能します。誰かがarm-linuxで動作させる方法を教えてもらえますか?
私はarm-linux-gcc4.4.3を使用しています。
[root@FriendlyARM /]# ./test1
Error: signal 11:
[0x0]
x86で
mickey@mickeyvm:~/Desktop/workspace/test/testCatchSeg/src$ ./test1
Error: signal 11:
./test1(_Z7handleri+0x19)[0x804876d]
[0xedd400]
./test1(_Z3bazv+0x10)[0x80487c2]
./test1(_Z3barv+0xb)[0x80487e1]
./test1(_Z3foov+0xb)[0x80487ee]
./test1(main+0x22)[0x8048812]
/lib/i386-linux-gnu/libc.so.6(__libc_start_main+0xe7)[0x84de37]
./test1[0x80486c1]
これが私がarm-linux用にコンパイルする方法です
arm-linux-g++ -g -rdynamic ./testCatchSeg.cpp -o testCatchSeg