Hi folks, I have been checking the output of each test case of libunwind on 32 bit bsd and linux. On running the C++ test, I found that on BSD, libunwind does not generate the symbol table names.
---LINUX 32 BIT-------------------------- /linux/libunwind/tests> ./Gtest-init -V backtrace() from atexit()-handler: [80488c4] <_Z9backtracev+0x2c> [8048a6b] <_Z1bv+0xb> [8048b12] <_Z1av+0x20> [b7ce1084] <exit+0xd4> [b7cc9458] <__libc_start_main+0xe8> [8048801] <_start+0x21> ---BSD 32 BIT-------------------------- ./Gtest-init -V backtrace() from atexit()-handler: [804886e] <> [80489eb] <> [8048ac0] <> [28276493] <> [28225fda] <> [80487a1] <> [2] <> ------------------------------ Same issue exists with Ltest-init. thanks shravan _______________________________________________ Libunwind-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/libunwind-devel
