libunwind-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Libunwind-devel] Freebsd port tests: issues with C++ test Gtest-init


From: Shravan Gaonkar
Subject: [Libunwind-devel] Freebsd port tests: issues with C++ test Gtest-init
Date: Mon, 12 Apr 2010 16:11:30 -0700

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]