https://bugs.kde.org/show_bug.cgi?id=383339
Alvin Wong <alvinhoc...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|NEEDSINFO |CONFIRMED Resolution|WAITINGFORINFO |--- --- Comment #16 from Alvin Wong <alvinhoc...@gmail.com> --- Thanks, I am able to reproduce the crash with the file you attached. I can try to dig deeper from here. Thread 1 received signal SIGSEGV, Segmentation fault. [Switching to Thread 10908.0x435c] 0x000007fefd05586f in strcpy () from C:\Windows\system32\msvcrt.dll (gdb) bt #0 0x000007fefd05586f in strcpy () from C:\Windows\system32\msvcrt.dll #1 0x00000000004c9e14 in gmic_qt_output_images(cimg_library::CImgList<float>&, cimg_library::CImgList<char> const&, GmicQt::OutputMode, char const*) () #2 0x000000000042126c in MainWindow::onApplyThreadFinished() () #3 0x00000000004cd755 in MainWindow::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) () #4 0x0000000068a2fc2c in QObject::event(QEvent*) () from F:\dev\krita\boud_builds\krita-3.2.0-rc.3.1-x64\bin\Qt5Core.dll #5 0x000000000108da2c in QWidget::event(QEvent*) () from F:\dev\krita\boud_builds\krita-3.2.0-rc.3.1-x64\bin\Qt5Widgets.dll #6 0x000000000104a33c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from F:\dev\krita\boud_builds\krita-3.2.0-rc.3.1-x64\bin\Qt5Widgets.dll #7 0x000000000104f6a0 in QApplication::notify(QObject*, QEvent*) () from F:\dev\krita\boud_builds\krita-3.2.0-rc.3.1-x64\bin\Qt5Widgets.dll #8 0x0000000068a0e9f2 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from F:\dev\krita\boud_builds\krita-3.2.0-rc.3.1-x64\bin\Qt5Core.dll #9 0x0000000068a13300 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from F:\dev\krita\boud_builds\krita-3.2.0-rc.3.1-x64\bin\Qt5Core.dll #10 0x000000006a8eab1e in qwindows!qt_plugin_instance () from F:\dev\krita\boud_builds\krita-3.2.0-rc.3.1-x64\bin\platforms\qwindows.dll #11 0x0000000068a5577a in QEventDispatcherWin32Private::sendTimerEvent(int) () from F:\dev\krita\boud_builds\krita-3.2.0-rc.3.1-x64\bin\Qt5Core.dll #12 0x0000000076bd9bbd in USER32!TranslateMessageEx () from C:\Windows\system32\user32.dll #13 0x0000000076bd98c2 in USER32!TranslateMessage () from C:\Windows\system32\user32.dll #14 0x0000000068a54eb3 in QEventDispatcherWin32::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from F:\dev\krita\boud_builds\krita-3.2.0-rc.3.1-x64\bin\Qt5Core.dll #15 0x000000006a8eab05 in qwindows!qt_plugin_instance () from F:\dev\krita\boud_builds\krita-3.2.0-rc.3.1-x64\bin\platforms\qwindows.dll #16 0x0000000068a0dcca in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from F:\dev\krita\boud_builds\krita-3.2.0-rc.3.1-x64\bin\Qt5Core.dll #17 0x0000000068a14927 in QCoreApplication::exec() () from F:\dev\krita\boud_builds\krita-3.2.0-rc.3.1-x64\bin\Qt5Core.dll #18 0x000000000040460d in launchPlugin() () #19 0x00000000004caa44 in main () (In reply to Silvio Grosso from comment #9) > Hello everyone, > > Now I "finally" get a crash myself :-) > Windows 7 - 64 bit > Intel I7 > Nvidia Geforce > > With the jpeg image I have attached to Dropbox I can always make Krita - > G'mic crash as soon as I click apply or Ok to the filter (e.g. black-white > g'mic filter). > I don't know what occures with Dropbox but it looks like the jpeg image > (biancospino_w-b) I have previously copied-pasted in Dropbox is much > different when I *right-click* on it to download "as image" on my computer > once again (to test it myself...). > Its size is much smaller, 600kb the original jpeg vs 101 kb the downloaded > from Dropbox, and many exif metadata are lost in the process (copyright > etc). > > Here is the ouput captured with DebugView for this crash: > https://www.dropbox.com/s/m7wys0dewmc1wx4/gmic_crash.LOG?dl=0 -- You are receiving this mail because: You are watching all bug changes.