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]


Mark Kettenis writes:
 > 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


Ha! I cannot compile the file, that's why it wasn't a FAIL:

Running /kwikemart/marge/ezannoni/sourceware/src/gdb/testsuite/gdb.threads/pthreads.exp ...
gdb compile failed, /usr/cygnus/gnupro-99r1/H-sparc-sun-solaris2.5/lib/gcc-lib/sparc-sun-solaris2.5
/2.9-gnupro-99r1/../../../../sparc-sun-solaris2.5/bin/ld: cannot open -lpthreads: No such file or directory
collect2: ld returned 1 exit status

Elena

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