Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 90540 - bin2iso segfaults because of REM line on .cue file
Summary: bin2iso segfaults because of REM line on .cue file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High minor (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-26 13:55 UTC by Tiago Freire
Modified: 2005-05-02 06:05 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tiago Freire 2005-04-26 13:55:09 UTC
I converted a bin file into .iso and it worked, but when I was converting a different image it segfaulted. I edited the .cue file and noticed that removing teh REM line allowed bin2iso to procceed.

Reproducible: Always
Steps to Reproduce:
1.have cue and bin file with a REM line in it
2.run bin2iso foo.cue
3.segfault

Actual Results:  
segmentation fault on bin2iso

Expected Results:  
convert bin image into a iso image

Deleting teh REM line from .cue file allows conversion
Comment 1 SpanKY gentoo-dev 2005-05-01 21:08:18 UTC
what the hell is a REM line ?

can you post the example .cue file you were using ?
Comment 2 SpanKY gentoo-dev 2005-05-01 21:29:28 UTC
forget it, i found a few spots where the program doesnt check return values properly and hits segfaults

try bin2iso-19b-r2 and if that fails, post the output of running `bin2iso <cue file>` so i can figure out where yours is going bad
Comment 3 Tiago Freire 2005-05-02 06:05:00 UTC
just for the record, remember the good old BASIC days? A REM line is a comment.
Will try the newest binaries.