bug-gdb
[Top][All Lists]
Advanced

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

gdb, threads, and Red Hat Linux 6.2


From: Tom Tromey
Subject: gdb, threads, and Red Hat Linux 6.2
Date: 23 Jan 2001 15:58:26 -0700

I'm using x86 Red Hat Linux 6.2 and the latest cvs gdb (I updated
earlier today).

I'm debugging a Java program (which therefore uses threads).

Every time I `next' I get this:

    (gdb) n
    Using pending wait status for LWP 26660.
    Received CPU time limit exceeded in LWP 26660 while waiting for SIGSTOP.
    11      String z = ("z" + fred ()).intern ();
    (gdb) 
    Using pending wait status for LWP 26660.
    12      System.out.println (z);

Are these `pending wait' messages useful?  Intentional?
What about the CPU time limit message?

I'd rather not see them.  Is there a way to disable them?

Tom



reply via email to

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