public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
From: "H. J. Lu" <hjl@lucon.org>
To: Elena Zannoni <ezannoni@redhat.com>
Cc: GDB <gdb@sources.redhat.com>
Subject: Re: NPTL thread support
Date: Sun, 11 May 2003 20:46:00 -0000	[thread overview]
Message-ID: <20030511134556.A22269@lucon.org> (raw)
In-Reply-To: <16059.55278.841645.134311@localhost.redhat.com>; from ezannoni@redhat.com on Fri, May 09, 2003 at 12:31:42PM -0400

On Fri, May 09, 2003 at 12:31:42PM -0400, Elena Zannoni wrote:
> 
> All the patches have been posted by Jeff Johnston to the gdb-patches list.
> I think in the last 2 months or so. They should still apply cleanly.
> 
> If you try them, could you post to the list how it went?
> 
> elena
> 

I tried those patches. Gdb compiled ok. But "make check" never finished
under RedHat 9. I got

FAIL: gdb.asm/asm-source.exp: x/i globalvar (memory read error)
FAIL: gdb.base/selftest.exp: step into xmalloc call
FAIL: gdb.java/jmisc.exp: setting breakpoint at jmisc.main
FAIL: gdb.java/jmisc.exp: ptype jmisc
FAIL: gdb.java/jmisc.exp: p args
FAIL: gdb.java/jmisc.exp: p *args
FAIL: gdb.java/jmisc1.exp: ptype jmisc
FAIL: gdb.java/jmisc2.exp: ptype jmisc
FAIL: gdb.mi/mi-var-display.exp: get children local variable weird
FAIL: gdb.mi/mi1-var-display.exp: get children local variable weird
FAIL: gdb.objc/basicclass.exp: breakpoint method
FAIL: gdb.objc/basicclass.exp: breakpoint method with colon
FAIL: gdb.objc/basicclass.exp: breakpoint class method with colon
FAIL: gdb.objc/basicclass.exp: continue until method breakpoint
FAIL: gdb.objc/basicclass.exp: resetting breakpoints when rerunning
FAIL: gdb.objc/basicclass.exp: continue until method breakpoint
FAIL: gdb.objc/basicclass.exp: print an ivar of self
FAIL: gdb.objc/basicclass.exp: print self
FAIL: gdb.objc/basicclass.exp: print contents of self
FAIL: gdb.objc/basicclass.exp: breakpoint in category method
FAIL: gdb.objc/basicclass.exp: continue until category method
FAIL: gdb.objc/basicclass.exp: Call an Objective-C method with no arguments
FAIL: gdb.objc/basicclass.exp: Call an Objective-C method with one argument
FAIL: gdb.objc/basicclass.exp: Use of the print-object command
FAIL: gdb.objc/basicclass.exp: Use of the po (print-object) command
FAIL: gdb.threads/gcore-thread.exp: thread 2 is running (timeout)
FAIL: gdb.threads/gcore-thread.exp: save a corefile (timeout)
FAIL: gdb.threads/gcore-thread.exp: re-load generated corefile (file not found)
FAIL: gdb.threads/killed.exp: GDB exits after multi-threaded program exits messily (timeout)
FAIL: gdb.threads/linux-dp.exp: (timeout) create philosopher: 1
FAIL: gdb.threads/linux-dp.exp: continue to breakpoint: about to create philosopher: 2 (timeout)
FAIL: gdb.threads/linux-dp.exp: (timeout) create philosopher: 2
FAIL: gdb.threads/linux-dp.exp: continue to breakpoint: about to create philosopher: 3 (timeout)
FAIL: gdb.threads/linux-dp.exp: (timeout) create philosopher: 3
FAIL: gdb.threads/linux-dp.exp: continue to breakpoint: about to create philosopher: 4 (timeout)
FAIL: gdb.threads/linux-dp.exp: (timeout) create philosopher: 4
FAIL: gdb.threads/linux-dp.exp: list linux-dp.c:1,1 (timeout)
FAIL: gdb.threads/linux-dp.exp: find line number containing "linuxthreads.exp: info threads 2" (timeout)
FAIL: gdb.threads/linux-dp.exp: setting breakpoint at -1 (timeout)
FAIL: gdb.threads/linux-dp.exp: continue to breakpoint: main thread's sleep (timeout)
FAIL: gdb.threads/linux-dp.exp: info threads 2 (timeout)
FAIL: gdb.threads/linux-dp.exp: setting breakpoint at print_philosopher thread 5 (timeout)
FAIL: gdb.threads/linux-dp.exp: continue to breakpoint: thread 5's print (timeout)
FAIL: gdb.threads/linux-dp.exp: first thread-specific breakpoint hit (timeout)
FAIL: gdb.threads/linux-dp.exp: continue to breakpoint: thread 5's print, pass: 0 (timeout)
FAIL: gdb.threads/linux-dp.exp: thread-specific breakpoint is thread-specific (timeout)
FAIL: gdb.threads/linux-dp.exp: selected thread: 1 (timeout)
FAIL: gdb.threads/linux-dp.exp: philosopher is distinct: 1 (timeout)
FAIL: gdb.threads/linux-dp.exp: selected thread: 2 (timeout)
FAIL: gdb.threads/linux-dp.exp: philosopher is distinct: 2 (timeout)
FAIL: gdb.threads/linux-dp.exp: selected thread: 3 (timeout)
FAIL: gdb.threads/linux-dp.exp: philosopher is distinct: 3 (timeout)
FAIL: gdb.threads/linux-dp.exp: selected thread: 4 (timeout)
FAIL: gdb.threads/linux-dp.exp: philosopher is distinct: 4 (timeout)
FAIL: gdb.threads/linux-dp.exp: selected thread: 5 (timeout)
FAIL: gdb.threads/linux-dp.exp: philosopher is distinct: 5 (timeout)
FAIL: gdb.threads/linux-dp.exp: selected thread: 6 (timeout)
FAIL: gdb.threads/linux-dp.exp: philosopher is distinct: 6 (timeout)
FAIL: gdb.threads/linux-dp.exp: found an interesting thread
FAIL: gdb.threads/print-threads.exp: Running threads (slow) (timeout)
FAIL: gdb.threads/print-threads.exp: Running threads (slow with kill breakpoint) (timeout)
FAIL: gdb.threads/pthreads.exp: Continue to creation of second thread (timeout)
FAIL: gdb.threads/pthreads.exp: set var common_routine::hits=0 (timeout)
FAIL: gdb.threads/pthreads.exp: set var common_routine::from_thread1=0 (timeout)
FAIL: gdb.threads/pthreads.exp: set var common_routine::from_thread2=0 (timeout)
FAIL: gdb.threads/pthreads.exp: set var common_routine::from_main=0 (timeout)
FAIL: gdb.threads/pthreads.exp: set var common_routine::full_coverage=0 (timeout)
FAIL: gdb.threads/pthreads.exp: disable (timeout)
FAIL: gdb.threads/pthreads.exp: tbreak common_routine if hits >= 15 (timeout)
FAIL: gdb.threads/pthreads.exp: continue until common routine run 15 times

and the lat 2 lines in gdb.log are

FAIL: gdb.threads/pthreads.exp: continue until common routine run 15 times
PASS: gdb.threads/pthreads.exp: Continue with all threads running



H.J.

  parent reply	other threads:[~2003-05-11 20:46 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-09  9:45 gdb/dwarf-frame.c Roland McGrath
2003-05-09 13:41 ` gdb/dwarf-frame.c Daniel Jacobowitz
2003-05-09 14:10   ` gdb/dwarf-frame.c Elena Zannoni
2003-05-09 14:56     ` NPTL thread support H. J. Lu
2003-05-09 15:44       ` Elena Zannoni
     [not found]         ` <20030509091522.A2960@lucon.org>
     [not found]           ` <16059.55278.841645.134311@localhost.redhat.com>
2003-05-11 20:46             ` H. J. Lu [this message]
2003-05-12 19:24               ` J. Johnston
2003-05-12 20:08                 ` H. J. Lu
2003-05-12 20:15                   ` David Carlton
2003-05-12 21:09                     ` Andrew Cagney
2003-05-12 21:18                       ` David Carlton
2003-05-12 21:23                         ` Daniel Jacobowitz
2003-05-12 20:17                   ` Elena Zannoni
2003-05-09 17:01     ` gdb/dwarf-frame.c Andrew Cagney
2003-05-09 17:08       ` gdb/dwarf-frame.c Elena Zannoni
2003-05-09 19:43       ` gdb/dwarf-frame.c Mark Kettenis
2003-05-09 21:19         ` gdb/dwarf-frame.c Roland McGrath
2003-05-09 21:48           ` gdb/dwarf-frame.c Elena Zannoni
2003-05-09 22:17             ` gdb/dwarf-frame.c Roland McGrath
2003-05-09 21:54           ` gdb/dwarf-frame.c Andrew Cagney
2003-05-09 21:58           ` gdb/dwarf-frame.c Daniel Jacobowitz
2003-05-09 22:18             ` gdb/dwarf-frame.c Roland McGrath
2003-05-09 22:28         ` gdb/dwarf-frame.c Andrew Cagney
2003-05-09 22:33           ` gdb/dwarf-frame.c Roland McGrath
2003-05-09 20:32   ` gdb/dwarf-frame.c Roland McGrath
2003-05-09 19:36 ` gdb/dwarf-frame.c Mark Kettenis
2003-05-09 21:34   ` gdb/dwarf-frame.c Roland McGrath
2003-05-09 21:46     ` gdb/dwarf-frame.c Elena Zannoni
2003-05-10  7:07   ` gdb support for Linux vsyscall DSO Roland McGrath
2003-05-10 17:24     ` Andrew Cagney
2003-05-10 18:13       ` Daniel Jacobowitz
2003-05-10 19:42         ` Roland McGrath
2003-05-10 21:49           ` Andrew Cagney
2003-05-12 19:23             ` Andrew Cagney
2003-05-13  2:29               ` Roland McGrath
2003-05-13 16:03                 ` Andrew Cagney
2003-05-10 21:28       ` Roland McGrath
2003-05-10 17:55     ` Mark Kettenis
2003-05-10 20:27       ` Roland McGrath
2003-05-11 23:14         ` Mark Kettenis
2003-05-13  1:53           ` Roland McGrath
2003-05-15 21:26             ` Mark Kettenis
2003-05-16  2:25               ` Roland McGrath

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030511134556.A22269@lucon.org \
    --to=hjl@lucon.org \
    --cc=ezannoni@redhat.com \
    --cc=gdb@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).