Bug 219500 - K3b crashes when burning an Audio CD made with MP3 files [QFile::setFileName, K3b::WaveFileWriter::open]
Summary: K3b crashes when burning an Audio CD made with MP3 files [QFile::setFileName,...
Status: RESOLVED FIXED
Alias: None
Product: k3b
Classification: Applications
Component: general (show other bugs)
Version: 1.68.0
Platform: Unlisted Binaries Linux
: NOR crash
Target Milestone: ---
Assignee: Sebastian Trueg
URL:
Keywords:
: 220008 228586 237791 241231 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-12-21 01:12 UTC by sergimrqz
Modified: 2010-06-09 21:38 UTC (History)
6 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sergimrqz 2009-12-21 01:12:48 UTC
Application that crashed: k3b
Version of the application: 1.68.0
KDE Version: 4.3.2 (KDE 4.3.2)
Qt Version: 4.5.2
Operating System: Linux 2.6.31-16-generic x86_64
Distribution: Ubuntu 9.10

What I was doing when the application crashed:
k3b has crashed when burning an audiocd.
After creating an audiocd from mp3 files the burn options starts normally and crashes a few seconds after without giving any error.

 -- Backtrace:
Application: K3b (k3b), signal: Segmentation fault
[Current thread is 1 (Thread 0x7f05ed327750 (LWP 10819))]

Thread 2 (Thread 0x7f05cb7fe910 (LWP 10941)):
[KCrash Handler]
#5  0x00007f05e7365767 in QString::operator=(QString const&) () from /usr/lib/libQtCore.so.4
#6  0x00007f05e739f58c in QFile::setFileName(QString const&) () from /usr/lib/libQtCore.so.4
#7  0x00007f05ecbb6b7c in K3b::WaveFileWriter::open(QString const&) () from /usr/lib/libk3b.so.6
#8  0x00007f05ecc53c27 in ?? () from /usr/lib/libk3b.so.6
#9  0x00007f05ecbb3a65 in ?? () from /usr/lib/libk3b.so.6
#10 0x00007f05e7322445 in ?? () from /usr/lib/libQtCore.so.4
#11 0x00007f05e42eda04 in start_thread () from /lib/libpthread.so.0
#12 0x00007f05e5cd57bd in clone () from /lib/libc.so.6
#13 0x0000000000000000 in ?? ()

Thread 1 (Thread 0x7f05ed327750 (LWP 10819)):
#0  0x00007f05e5cc7a6b in read () from /lib/libc.so.6
#1  0x00007f05e24c9a33 in g_main_context_check () from /lib/libglib-2.0.so.0
#2  0x00007f05e24ca280 in ?? () from /lib/libglib-2.0.so.0
#3  0x00007f05e24ca6b0 in g_main_context_iteration () from /lib/libglib-2.0.so.0
#4  0x00007f05e74311a6 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#5  0x00007f05e69454be in ?? () from /usr/lib/libQtGui.so.4
#6  0x00007f05e7407532 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#7  0x00007f05e7407904 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#8  0x00007f05e6d2b9de in QDialog::exec() () from /usr/lib/libQtGui.so.4
#9  0x00000000005438f8 in _start ()

Reported using DrKonqi
Comment 1 Dario Andres 2009-12-24 22:31:11 UTC
*** Bug 220008 has been marked as a duplicate of this bug. ***
Comment 2 Michał Małek 2009-12-26 13:25:47 UTC
Hi, thanks for the report. Did you use any non-default options (e.g. creating image, setting writing speed or writing app)? How many tracks have you intended to burn to?
Comment 3 Michał Małek 2010-02-20 22:58:32 UTC
SVN commit 1093431 by mmalek:

Create image file names directly in AudioImager. This way we avoid the risk of not matching filenames count with track count. Some code duplication has also been removed.
BUG: 219500

 M  +1 -0      ChangeLog  
 M  +14 -25    libk3b/projects/audiocd/k3baudioimager.cpp  
 M  +3 -8      libk3b/projects/audiocd/k3baudioimager.h  
 M  +2 -6      libk3b/projects/audiocd/k3baudiojob.cpp  
 M  +2 -6      libk3b/projects/mixedcd/k3bmixedjob.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1093431
Comment 4 Michał Małek 2010-02-26 11:20:44 UTC
*** Bug 228586 has been marked as a duplicate of this bug. ***
Comment 5 Michał Małek 2010-03-06 19:55:23 UTC
*** Bug 229712 has been marked as a duplicate of this bug. ***
Comment 6 Michał Małek 2010-05-17 22:15:58 UTC
*** Bug 237791 has been marked as a duplicate of this bug. ***
Comment 7 Michał Małek 2010-06-09 21:38:30 UTC
*** Bug 241231 has been marked as a duplicate of this bug. ***