Bug 439048 - gwenview crashes after being closed and saving image into different format.
Summary: gwenview crashes after being closed and saving image into different format.
Status: RESOLVED WORKSFORME
Alias: None
Product: gwenview
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: Gwenview Bugs
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2021-06-23 07:01 UTC by Tony
Modified: 2021-09-13 03:40 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tony 2021-06-23 07:01:22 UTC
Application: gwenview (21.07.70)

Qt Version: 5.15.2
Frameworks Version: 5.84.0
Operating System: Linux 5.12.10-1-default x86_64
Windowing System: X11
Drkonqi Version: 5.22.80
Distribution: openSUSE Tumbleweed

-- Information about the crash:
- What I was doing when the application crashed:

Open a jpg image, saved it as png and close gwenview. Soon afer the crash notifications pops.
The image is saved correctly as png.

The crash can be reproduced every time.

-- Backtrace:
Application: Gwenview (gwenview), signal: Segmentation fault

[KCrash Handler]
#4  0x00005568b162d03f in ?? ()
#5  0x00007fb5fedf3c17 in QtPrivate::QSlotObjectBase::call (a=0x7ffcb6a9bb50, r=0x5568b4497140, this=0x5568b3b03440) at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398
#6  doActivate<false> (sender=0x5568b4497140, signal_index=6, argv=argv@entry=0x7ffcb6a9bb50) at kernel/qobject.cpp:3886
#7  0x00007fb5fedecf60 in QMetaObject::activate (sender=sender@entry=0x5568b4497140, m=<optimized out>, local_signal_index=local_signal_index@entry=3, argv=argv@entry=0x7ffcb6a9bb50) at kernel/qobject.cpp:3946
#8  0x00007fb5ff1efb5c in KJob::result (this=this@entry=0x5568b4497140, _t1=<optimized out>, _t1@entry=0x5568b4497140, _t2=...) at /usr/src/debug/kcoreaddons-5.84.0git.20210619T155439~6b20aed8-ku.4.1.x86_64/build/src/lib/KF5CoreAddons_autogen/include/moc_kjob.cpp:631
#9  0x00007fb5ff1f4553 in KJob::finishJob (this=0x5568b4497140, emitResult=<optimized out>) at /usr/src/debug/kcoreaddons-5.84.0git.20210619T155439~6b20aed8-ku.4.1.x86_64/src/lib/jobs/kjob.cpp:97
#10 0x00007fb5fedf3c17 in QtPrivate::QSlotObjectBase::call (a=0x7ffcb6a9bc30, r=0x5568b4497140, this=0x5568b34bf930) at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398
#11 doActivate<false> (sender=0x5568b3738e20, signal_index=4, argv=0x7ffcb6a9bc30) at kernel/qobject.cpp:3886
#12 0x00007fb5fedecf60 in QMetaObject::activate (sender=<optimized out>, m=<optimized out>, local_signal_index=<optimized out>, argv=<optimized out>) at kernel/qobject.cpp:3946
#13 0x00007fb5febe4765 in QFutureWatcherBase::event (this=<optimized out>, event=0x7fb55c0060e0) at thread/qfuturewatcher.cpp:334
#14 0x00007fb5ffbdbaff in QApplicationPrivate::notify_helper (this=<optimized out>, receiver=0x5568b3738e20, e=0x7fb55c0060e0) at kernel/qapplication.cpp:3632
#15 0x00007fb5fedbd13a in QCoreApplication::notifyInternal2 (receiver=0x5568b3738e20, event=0x7fb55c0060e0) at kernel/qcoreapplication.cpp:1063
#16 0x00007fb5fedc00b1 in QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x5568b33a2480) at kernel/qcoreapplication.cpp:1817
#17 0x00007fb5fee156b3 in postEventSourceDispatch (s=0x5568b34cae30) at kernel/qeventdispatcher_glib.cpp:277
#18 0x00007fb5fc78880f in g_main_context_dispatch () from /lib64/libglib-2.0.so.0
#19 0x00007fb5fc788b98 in ?? () from /lib64/libglib-2.0.so.0
#20 0x00007fb5fc788c4f in g_main_context_iteration () from /lib64/libglib-2.0.so.0
#21 0x00007fb5fee14d30 in QEventDispatcherGlib::processEvents (this=0x5568b34d0360, flags=...) at kernel/qeventdispatcher_glib.cpp:423
#22 0x00007fb5fedbbb7b in QEventLoop::exec (this=this@entry=0x7ffcb6a9c000, flags=..., flags@entry=...) at ../../include/QtCore/../../src/corelib/global/qflags.h:69
#23 0x00007fb5fedc3db0 in QCoreApplication::exec () at ../../include/QtCore/../../src/corelib/global/qflags.h:121
#24 0x00005568b1621743 in ?? ()
#25 0x00007fb5fe723b35 in __libc_start_main () from /lib64/libc.so.6
#26 0x00005568b1621d6e in ?? ()
[Inferior 1 (process 24046) detached]

The reporter indicates this bug may be a duplicate of or related to bug 438235.

Possible duplicates by query: bug 438235, bug 437773, bug 435992, bug 434725, bug 434192.

Reported using DrKonqi
Comment 1 Tony 2021-09-13 03:40:38 UTC
Can't trigger anymore.