This is the mail archive of the gdb-testers@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Solaris 2.6 [and 2.5.1]


The additional failure I'm seeing is:

FAIL: gdb.threads/pthreads.exp: continue to bkpt at common_routine in thread 2


This the output from gdb.log:

break common_routine thread 12
Breakpoint 6 at 0x10b0c: file /scratch/kettenis/CVS/src/gdb/testsuite/gdb.threads/pthreads.c, line 50.
(gdb) PASS: gdb.threads/pthreads.exp: set break at common_routine in thread 2
continue
Continuing.

Program received signal SIGTRAP, Trace/breakpoint trap.
[Switching to Thread 1 (LWP 3)]
0x10b10 in common_routine (arg=0) at /scratch/kettenis/CVS/src/gdb/testsuite/gdb.threads/pthreads.c:50
50        if (verbose) printf("common_routine (%d)\n", arg);
(gdb) FAIL: gdb.threads/pthreads.exp: continue to bkpt at common_routine in thread 2
testcase /scratch/kettenis/CVS/src/gdb/testsuite/gdb.threads/pthreads.exp completed in 17 seconds


The SIGTRAP looks bogus to me, but I have no idea what's wrong.

Mark

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]