Summary: | glibc segfaults when using gdb on qt apps (vfprintf problem?) | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | dcthomp |
Component: | gdb | Assignee: | David Lawrence <dkl> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 6.0 | CC: | gafton, pbrown, rwilson, sopwith |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 1999-08-23 01:04:51 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: |
Description
dcthomp
1999-05-05 04:45:42 UTC
The program below will demonstrate the problem. It will run normally (do nothing) from a command line, but dies when run from gdb. #include <qapp.h> int main( int argc, char** argv ) { QApplication a(argc,argv); return a.exec(); } Verified. GDB 4.18 can debug this program without problems. I really suggest we get an update for gdb out the door for 6.0 asap. It isn't just Qt -- anyone debugging moderately complex C++ applications cannot debug with Red Hat Linux 6.0. *** Bug 1772 has been marked as a duplicate of this bug. *** 1. Get the binary at the given URL. 2. gunzip it and run 'gdb linux-midi' (does not need to be run). 3. Type 'print CORBA_tk_null'. Voila, core dump. As an aside, why doesn't the package in 5.9 have the x86 hardware breakpoint support? The 5.2 package did. ------- Additional Comments From kingdon 07/12/99 11:12 ------- There is no DNS entry for http://www.circ.us.eu.org/~sopwith/linux-midi.gz Does this test case have a new location? Please try gdb-4.18-3 which is now in Rawhide. |