Comment 12 for bug 1099201

Revision history for this message
ALU (c-launchpadmail) wrote :

Got this same error with Ubuntu 17.10 and k3b.

The k3b debug window shows

----------
/usr/bin/transcode --log_no_color --progress_meter 2 --progress_rate 551 -i /dev/sr0 -x dvd -T 1,-1,1 -a 0 -j 0,0,0,0 -R 0,/tmp/k3b_0.log -y ffmpeg -N 0x2000 -A -o /tmp/foobar.avi -F mpeg4 -Z 848x480

...

*** Error in `/usr/bin/transcode': munmap_chunk(): invalid pointer: 0x00007efd97e43f3a ***
Aborted (core dumped)
------------------

However: If I run that same command in bash it creates an ok file. It appears that this error message from transcode causes k3b to delete the file even though it appears the file was created ok by transcode.