Skip to content

Error loop when mounting an ISO mid-burn

  1. Start burning a CD
  2. While the CD is burning, mount an ISO using your distribution's ISO mounter
  3. See that the application gets in a loop displaying errors about not being able to access the burner
  4. See that the application is still burning, regardless
  5. If the errors are dismissed enough times, notice that the UI will freeze, but the burn is still ongoing
  6. If Ctrl-C is sent in a terminal, notice that the application is still responsive through the signal handler
  7. After quitting the application in this way, verify that the burned CD is actually okay
DBG[xfburn-settings.c:281] load_settings(): parsed
** Message: 20:01:24.005: Using UDEV
DBG[xfburn-device-list.c:229] xfburn_device_list_init(): Constructing device list
DBG[xfburn-udev-manager.c:284] xfburn_udev_manager_get_devices(): Found writer 'Dell     DVD+/-RW DW316  ' at '/dev/sr0'
DBG[xfburn-device.c:435] xfburn_device_fillin_libburn_info(): libburn will determine BD support based on the disk in the drive
DBG[xfburn-device.c:443] xfburn_device_fillin_libburn_info(): Dell     DVD+/-RW DW316   can burn: 1 [cdr: 1, cdrw: 1, dvdr: 1, dvdram: 1]
DBG[xfburn-device.c:355] refresh_disc(): disc_status = 1
DBG[xfburn-device.c:361] refresh_disc(): profile_no = 0x9 (CD-R), NOT erasable
** Message: 20:01:25.673: Using gstreamer transcoder.
DBG[xfburn-device-box.c:520] check_disc_validity(): blank_mode = 0

(xfburn:770830): IBUS-WARNING **: 20:01:26.531: Unable to connect to ibus: Could not connect: Connection refused
DBG[xfburn-perform-burn.c:183] xfburn_set_write_mode(): Automatically selected burn mode 2
DBG[xfburn-burn-image-dialog.c:374] thread_burn_iso(): Set speed to 1764 kb/s
DBG[xfburn-udev-manager.c:136] cb_device_monitor_uevent(): UDEV: device uevent: change
DBG[xfburn-device-list.c:350] cb_volumes_changed(): Udev volume changed
DBG[xfburn-udev-manager.c:284] xfburn_udev_manager_get_devices(): Found writer 'Dell     DVD+/-RW DW316  ' at '/dev/sr0'
DBG[xfburn-udev-manager.c:435] xfburn_udev_manager_check_ask_umount(): Waiting for end of async operation

** (xfburn:770830): WARNING **: 20:04:51.794: Volume/Disc operation timed out
DBG[xfburn-udev-manager.c:496] xfburn_udev_manager_check_ask_umount(): Failed to unmount 'Blank CD-R Disc'
DBG[xfburn-udev-manager.c:435] xfburn_udev_manager_check_ask_umount(): Waiting for end of async operation

** (xfburn:770830): WARNING **: 20:05:08.794: Volume/Disc operation timed out
DBG[xfburn-udev-manager.c:496] xfburn_udev_manager_check_ask_umount(): Failed to unmount 'Blank CD-R Disc'
DBG[xfburn-udev-manager.c:435] xfburn_udev_manager_check_ask_umount(): Waiting for end of async operation

** (xfburn:770830): WARNING **: 20:05:30.793: Volume/Disc operation timed out
DBG[xfburn-udev-manager.c:496] xfburn_udev_manager_check_ask_umount(): Failed to unmount 'Blank CD-R Disc'

** (xfburn:770830): WARNING **: 20:05:32.576: Unable to grab the drive at path '/dev/sr0' (ret=-1).

** (xfburn:770830): WARNING **: 20:05:32.576: Couldn't grab drive in order to update speed list.
^C
UNIX-SIGNAL:  SIGINT  errno= 11
xfburnABORT : Trying to shut down drive and library
xfburnABORT : Wait the normal burning time before any kill -9

xfburnABORT : Program done. Even if you do not see a shell prompt.
Edited by Hunter Turcin