Bug 21868
Summary: | gdb has miscellenious but severe problems | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Mikko Ahonen <mikko.ahonen> |
Component: | gdb | Assignee: | Trond Eivind Glomsrxd <teg> |
Status: | CLOSED NOTABUG | QA Contact: | Aaron Brown <abrown> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 7.0 | CC: | dhoward |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i686 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2001-02-13 18:47:36 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
Mikko Ahonen
2000-12-07 02:01:18 UTC
Can you try the one currently in Rawhide? a) attach does not work at all: Is slapd running as root? If so, gdb must also be run as root in order to attach to it. (Permissions problem) b) when tracing simple single-process programs, the stepping through (s) does not print properly where it is at times Are you debugging a process that was compiled with optimization turned on (-O...)? Debugging optimized code can cause this. If not, can you supply an example program?a) attach does not work at all: Is slapd running as root? If so, gdb must also be run as root in order to attach to it. (Permissions problem) b) when tracing simple single-process programs, the stepping through (s) does not print properly where it is at times Are you debugging a process that was compiled with optimization turned on (-O...)? Debugging optimized code can cause this. If not, can you supply an example program? |