xfburn crashes (and does not burn)
Bug #1957102 reported by
Kevin O'Gorman
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
xfburn (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Asking to burn from a browser fails.
Invoking as root: xfburn -i reports a seg fault (core dumped) but I don't see a dump
I'm attaching the output of strace on the above command
ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xfburn 0.6.2-1
ProcVersionSign
Uname: Linux 5.4.0-91-generic x86_64
NonfreeKernelMo
ApportVersion: 2.20.11-
Architecture: amd64
CasperMD5CheckR
Date: Tue Jan 11 09:10:43 2022
SourcePackage: xfburn
UpgradeStatus: Upgraded to focal on 2021-02-19 (326 days ago)
To post a comment you must log in.
Hi,
the last openat() calls in the strace look like the drive is mounted
(or in use by another burn program):
openat(AT_FDCWD, "/dev/sr0", O_RDWR| O_EXCL| O_NONBLOCK) = -1 EBUSY (Device or resource busy)
Does it help to unmount /dev/sr0 before running Xfburn ?
Have a nice day :)
Thomas