libunwind-devel
[Top][All Lists]
Advanced

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

RE: [libunwind] libunwind-bk on x86-64


From: rajagopal, dwarak
Subject: RE: [libunwind] libunwind-bk on x86-64
Date: Tue, 10 Jan 2006 11:30:35 -0600

Arun,
I used the patch you sent and I seem to get 2 errors (8 errors in total)
more than yours.

The SP seems to get corrupted between signals. 

Stack pointer changed from 0x7fbfffef5f to 0x7fbfffed4f between signals
FAILURE: detected 1 errors
FAIL: Gtest-resume-sig
Stack pointer changed from 0x7fbfffef5f to 0x7fbfffed4f between signals
FAILURE: detected 1 errors
FAIL: Ltest-resume-sig

- Dwarak

-----Original Message-----
From: address@hidden
[mailto:address@hidden On Behalf Of
address@hidden
Sent: Wednesday, November 23, 2005 2:42 PM
To: address@hidden
Subject: [libunwind] libunwind-bk on x86-64


Seems to have fewer (6 vs 11) failures compared to 0.98.5.

PASS: test-proc-info
PASS: test-static-link
PASS: test-strerror
PASS: Gtest-bt
PASS: Ltest-bt
PASS: Gtest-exc
PASS: Ltest-exc
PASS: Gtest-init
PASS: Ltest-init
PASS: Gtest-concurrent
PASS: Ltest-concurrent
PASS: Gtest-resume-sig
PASS: Ltest-resume-sig
FAILURE: expected 13, not 4 frames below signal frame
FAIL: Gtest-dyn1
FAILURE: expected 13, not 4 frames below signal frame
FAIL: Ltest-dyn1
/bin/sh: line 1: 19875 Segmentation fault      ${dir}$tst
FAIL: test-async-sig
PASS: test-flush-cache
PASS: test-init-remote
PASS: test-mem
/bin/sh: line 1: 19957 Segmentation fault      ${dir}$tst
FAIL: test-setjmp
PASS: test-ptrace
   ERROR: Symbol "_Ux86_64_getcontext" missing.
   ERROR: Extraneous symbols:
00000000000029e8 T _UI_setcontext
   ERROR: Extraneous symbols:
00000000000022f8 T _UI_setcontext
FAILURE: Detected 3 errors
FAIL: run-check-namespace
PASS: run-ptrace-mapper
FAILURE: unw_step() returned -8 for ip=ffffffffffffffff (start 
ip=2aaaaaab2de6)
unwind failed with ret=-8
FAILURE: unw_step() returned -8 for ip=1 (start ip=4007e7)
unwind failed with ret=-8
FAILURE: detected 4 errors
FAIL: run-ptrace-misc

===========================================
6 of 24 tests failed
Please report to address@hidden
===========================================

Needed a minor patch to pass compilation.

--- a/src/mi/mempool.c  Wed Nov 23 20:32:02 2005
+++ b/src/mi/mempool.c  Wed Nov 23 20:37:22 2005
@@ -24,6 +24,7 @@
  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.  */

  #include "libunwind_i.h"
+#include "mempool.h"

  #define MAX_ALIGN      (sizeof (long double))

_______________________________________________
libunwind mailing list
address@hidden
http://www.hpl.hp.com/hosted/linux/mail-archives/libunwind/




reply via email to

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