Bug 379711

Summary: DDD produces warning message instead of program arguments
Product: [Fedora] Fedora Reporter: Dieter Spahn <12spahn46>
Component: dddAssignee: Tom "spot" Callaway <tcallawa>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: dcantrell
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: 2007-11-20 19:55:27 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 Dieter Spahn 2007-11-13 11:11:42 UTC
Description of problem:
Running the sample.c program as described in "A Sample DDD Session" by using the
 arguments "8 4 6 9 3 1 5" produces the warning message: Missing the separate
debug info file: /usr/lib/debug/.build-id/ac/2eeb2064 ... 50838ff6.debug

Version-Release number of selected component (if applicable):
ddd 3.3.11-16.fc8

How reproducible:
Always

Steps to Reproduce:
1.
2.
3.
  
Actual results:
warning message (see above)

Expected results:
The message: Starting program: sample 8 4 6 9 3 1 5

Additional info:

Comment 1 Tom "spot" Callaway 2007-11-20 19:55:27 UTC
Sorry, I cannot reproduce your failure.

I'm looking at:
http://www.gnu.org/manual/ddd/html_mono/ddd.html#Sample%20Session

When I run:
ddd sample

It loads properly into the ddd window, ready for debugging.

I stepped through the examples, without failures.