[k3b] [Bug 383835] Crash after closing audio project

2021-01-15 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=383835 Bug Janitor Service changed: What|Removed |Added Resolution|WAITINGFORINFO |WORKSFORME Status|NEEDSINFO

[k3b] [Bug 383835] Crash after closing audio project

2020-12-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=383835 --- Comment #15 from Bug Janitor Service --- Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular

[k3b] [Bug 383835] Crash after closing audio project

2020-12-16 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=383835 Justin Zobel changed: What|Removed |Added Resolution|--- |WAITINGFORINFO Status|REPORTED

[k3b] [Bug 383835] Crash after closing audio project

2017-08-24 Thread Leslie Zhai
https://bugs.kde.org/show_bug.cgi?id=383835 --- Comment #13 from Leslie Zhai --- Git commit 3cbe1f53c5e79864d4594879402297db902da703 by Leslie Zhai. Committed on 25/08/2017 at 03:31. Pushed by lesliezhai into branch 'master'. Remove dead assignment private variable. M

[k3b] [Bug 383835] Crash after closing audio project

2017-08-24 Thread Leslie Zhai
https://bugs.kde.org/show_bug.cgi?id=383835 --- Comment #12 from Leslie Zhai --- > //m_plugin(plugin) yes, ProjectPlugin* m_plugin is Dead assignment http://www.leetcode.cn/2016/11/analyzing-code-for-kde-qt-open-source-components.html#k3b it never be used after

[k3b] [Bug 383835] Crash after closing audio project

2017-08-24 Thread Mark
https://bugs.kde.org/show_bug.cgi?id=383835 --- Comment #11 from Mark --- Solved! maybe The problem seems involved between k3b and kfilemetadata. So seemed to me there might be some kind of name collision. grepped the k3b source and found clues. Now, this works for me

[k3b] [Bug 383835] Crash after closing audio project

2017-08-24 Thread Leslie Zhai
https://bugs.kde.org/show_bug.cgi?id=383835 --- Comment #10 from Leslie Zhai --- > This edit makes a workaround: > Extractor::~Extractor() > { > //delete d->m_plugin; Memory leak... > d->m_plugin = NULL; > delete d; > } > > I only use k3b to burn audio so

[k3b] [Bug 383835] Crash after closing audio project

2017-08-24 Thread Mark
https://bugs.kde.org/show_bug.cgi?id=383835 --- Comment #9 from Mark --- This edit makes a workaround: Extractor::~Extractor() { //delete d->m_plugin; d->m_plugin = NULL; delete d; } Removing /opt/kf5/lib/plugins/kf5/kfilemetadata/*extractor.so also fixes the

[k3b] [Bug 383835] Crash after closing audio project

2017-08-23 Thread Leslie Zhai
https://bugs.kde.org/show_bug.cgi?id=383835 --- Comment #8 from Leslie Zhai --- Hi Mark, Thanks for your investigation. please try this patch for kfilemetadata: diff --git a/src/extractor.cpp b/src/extractor.cpp index 7becc41..e863f02 100644 --- a/src/extractor.cpp +++

[k3b] [Bug 383835] Crash after closing audio project

2017-08-23 Thread Mark
https://bugs.kde.org/show_bug.cgi?id=383835 --- Comment #7 from Mark --- G'Day again Leslie, No idea why but can't get a breakpoint to take in gdb. All I then get is "No symbol 'd' in current context." The info I'm providing here probably misses the crucial point but it

[k3b] [Bug 383835] Crash after closing audio project

2017-08-22 Thread Mark
https://bugs.kde.org/show_bug.cgi?id=383835 --- Comment #6 from Mark --- Hi Leslie, A quick reply, running out of time today but got a bit more info into my backtrace. I'll do more in next day or two. Lastest bt after gdb ./build/src/k3b b

[k3b] [Bug 383835] Crash after closing audio project

2017-08-22 Thread Leslie Zhai
https://bugs.kde.org/show_bug.cgi?id=383835 Leslie Zhai changed: What|Removed |Added CC||lesliez...@llvm.org.cn

[k3b] [Bug 383835] Crash after closing audio project

2017-08-22 Thread Mark
https://bugs.kde.org/show_bug.cgi?id=383835 --- Comment #4 from Mark --- Not sure what I can add. k3b is GIT cloned less than a day ago. All Qt, Plasma, KDE is compiled from source with no added patches. For me, this has been a consistent bug since the Qt5 port. Can try

[k3b] [Bug 383835] Crash after closing audio project

2017-08-22 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=383835 --- Comment #3 from Dr. Chapatin --- Weird, I can't reproduce the crash with K3b 17.08 from Arch repositories. -- You are receiving this mail because: You are watching all bug changes.

[k3b] [Bug 383835] Crash after closing audio project

2017-08-22 Thread Mark
https://bugs.kde.org/show_bug.cgi?id=383835 --- Comment #2 from Mark --- I'm using latest GIT. Crash is not fixed. -- You are receiving this mail because: You are watching all bug changes.

[k3b] [Bug 383835] Crash after closing audio project

2017-08-22 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=383835 Dr. Chapatin changed: What|Removed |Added CC||yy...@gmx.com --- Comment #1