Bug 9103

Summary: Gdb cannot see threads in core files
Product: [Retired] Red Hat Linux Reporter: Michael Ubell <ubell>
Component: gdbAssignee: Cristian Gafton <gafton>
Status: CLOSED DEFERRED QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-02-07 22:12:32 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Michael Ubell 2000-02-03 19:26:51 UTC
Using Linux kernel threads, if the program dumps core
gdb does not see multiple threads.  It only sees one thread
(which never seems to be the one that faulted).
This could be a kernel problem with the way the core
file is generated.

Comment 1 Michael Ubell 2000-02-03 19:28:59 UTC
Oh yes: I'm using version 4.17.0.11 of GDB and the Linux 6.0
release from the RedHat CD.

Comment 2 Jeff Johnson 2000-02-07 22:12:59 UTC
You might try rebuilding the latest gdb-4.18-9 from Raw Hide on your
6.1 system:
	rpm --rebuild gdb-4.18-9.src.rpm
	rpm -U /usr/src/redhat/RPMS/*/gdb-4.18-9.*.rpm
However, I suspect that there are still problems with thread support there.
These issues will (probably) not be resolved until the next major release of
gdb.