bug-gdb
[Top][All Lists]
Advanced

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

Re: GDB 4.18 and thread stack


From: Mark Kettenis
Subject: Re: GDB 4.18 and thread stack
Date: Mon, 13 Nov 2000 17:16:20 +0100 (MET)

   From: address@hidden
   Date: Mon, 13 Nov 2000 17:06:18 +0100

    GDB 4.18 (LINUX Mandrake 7.1) seems to have a bug
    to report the stack of a thread having a page fault.
    When I run the below simple program, the commande "where"
    of GDB does not report the stack of the faulty thread.

    Does the GDB 5.0 fix this pb ?
    Does a previous version of 4.18 not contain this pb ?

The Linux kernel doesn't support core dumps for multi-threaded
processes.  There have been several people submitting patches to Linus
for such a feature, but thus far none have been accepted.  There is
nothing we can do in GDB until the appropriate support is added to the
kernel.

Sorry,

Mark



reply via email to

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