! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
segfault when writing an audio compilation as iso to /dev/null
Status:
RESOLVED: FIXED

Comments

Description Mike Massonnet editbugs 2008-11-12 21:16:18 CET
This one sounds silly, but I figured I better report it too as it works fine in one case.

I tried to burn a data composition to an iso image set to /dev/null and it worked fine.  However when I do the same with an audio composition I get this segfault:

0x08057bd6 in thread_write_iso (params=0x8b9cff0) at xfburn-burn-audio-cd-composition-dialog.c:387
387	  size = (glong) params->src->get_size (params->src);
Comment 1 David Mohr 2008-11-12 22:03:34 CET
It's never silly to report a crash.

So this happened while using #define DEBUG_NULL_DEVICE in xfburn-global.h , or by selecting /dev/null in file selector?
Comment 2 Mike Massonnet editbugs 2008-11-12 22:13:27 CET
When I set /dev/null as to file of the iso, in the gui.
Comment 3 David Mohr 2008-11-12 23:03:55 CET
I completely removed the option to create an iso from an audio composition. I  think that the iso9660 container is for data only and can't contain audio. I don't know if there is a standard container for whole audio discs - probably just .wav files, with .cue for the indices? I doubt adding that would be too useful though, or would it be?

Option is removed in rev. 6082 (it was completely broken anyways, that's why the null pointer dereference happened).
Comment 4 Mike Massonnet editbugs 2008-11-13 06:03:59 CET
It must be a combination of .bin/.cue files (maybe a single .wav works also in combination with the .cue file).

I think it would be nice to have it.

http://en.wikipedia.org/wiki/Cue_sheet_(computing)
Comment 5 David Mohr 2008-11-13 06:41:17 CET
I opened up #4606 for this.

Bug #4605

Reported by:
Mike Massonnet
Reported on: 2008-11-12
Last modified on: 2008-11-13

People

Assignee:
Xfburn Bug Triage
CC List:
1 user

Version

Version:
unspecified

Attachments

Additional information