barcode CLI crashes on start unless /etc/papersize exists
Bug #1835582 reported by
C H
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GNU barcode |
New
|
Undecided
|
Unassigned | ||
barcode (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
strace -fo/tmp/a barcode -b testing -o out.txt
Segmentation fault (core dumped)
tail -n 3 /tmp/a
19294 stat("/
19294 --- SIGSEGV {si_signo=SIGSEGV, si_code=
19294 +++ killed by SIGSEGV (core dumped) +++
ls -l /etc/papersize
ls: cannot access '/etc/papersize': No such file or directory
echo letter | sudo tee /etc/papersize
strace -fo/tmp/a barcode -b testing -o out.txt
The barcode program crashes without an error unless /etc/papersize is present. This may be the fault of libpaper, because it doesn't crash if you specify the paper size with -p.
affects: | apport → gnu-barcode |
To post a comment you must log in.