| Summary: | Delete audio file from audio cd and mixed mode cd projects sometimes causes crash | ||
|---|---|---|---|
| Product: | [Applications] k3b | Reporter: | Patrick Silva <bugseforuns> |
| Component: | Audio Project | Assignee: | K3b Bugs <k3b-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | michalm, trueg, zhaixiang |
| Priority: | NOR | ||
| Version First Reported In: | 17.04.3 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Patrick Silva
2017-07-18 15:03:40 UTC
Hi Dr. Chapatin,
I can not reproduce it, could you compile it debug gdb:
cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-DKDE_INSTALL_LIBDIR=lib \
-DKDE_INSTALL_LIBEXECDIR=lib \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-DK3B_BUILD_API_DOCS=ON \
-DK3B_ENABLE_PERMISSION_HELPER=ON \
-DK3B_DEBUG=ON
then gdb build/src/k3b, please paste the bt info, thanks!
Regards,
Leslie Zhai
Sorry, I dont know compile software. (In reply to Dr. Chapatin from comment #2) > Sorry, I dont know compile software. or you could run k3b under konsole, and paste the output. terminal output when the crash happens K3b::AudioTrack(0x563c3aabb360) deleting sources. (K3bMad) cleanup at offset: Input file at: 2442 Input file size: 11637507 stream pos: 2441 Segmentation fault (core dumped) Git commit 7e3be0cafe6f747f4dbfea3b3ff11e69e7177380 by Leslie Zhai. Committed on 19/07/2017 at 04:04. Pushed by lesliezhai into branch 'master'. Robust K3bMad's cleanup M +13 -9 plugins/decoder/mp3/k3bmad.cpp https://commits.kde.org/k3b/7e3be0cafe6f747f4dbfea3b3ff11e69e7177380 Git commit c9a9b4faa1acdc889b620bbe08e6e1149249edc6 by Leslie Zhai. Committed on 19/07/2017 at 04:08. Pushed by lesliezhai into branch 'master'. Keep quite for Release M +10 -7 plugins/decoder/mp3/k3bmad.cpp https://commits.kde.org/k3b/c9a9b4faa1acdc889b620bbe08e6e1149249edc6 This crash is solved on Arch running K3b 17.08 beta. |