Bug 252330 - Gwenview crash after closing SSH image folder
Summary: Gwenview crash after closing SSH image folder
Status: RESOLVED WORKSFORME
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: kdeui (show other bugs)
Version: 4.5
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-25 14:04 UTC by Vivek
Modified: 2018-11-30 03:47 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
New crash information added by DrKonqi (2.75 KB, text/plain)
2014-04-05 10:14 UTC, Oleg
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vivek 2010-09-25 14:04:45 UTC
Application: gwenview (2.5.0)
KDE Platform Version: 4.5.00 (KDE 4.5.0)
Qt Version: 4.6.3
Operating System: Linux 2.6.34-12-default i686
Distribution: "openSUSE 11.3 (i586)"

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

I had opened a picture over SSH (KDE's fish:/) with Gwenview.  After viewing the image, I clicked on "Browse" to look at other images.  Their previews hadn't yet loaded, and I didn't want to burden the connection, so I closed Gwenview.  Gwenview subsequently crashed.

The crash can be reproduced some of the time.

-- Backtrace:
Application: Gwenview (gwenview), signal: Aborted
[Current thread is 1 (Thread 0xb4ce5710 (LWP 20851))]

Thread 2 (Thread 0xb16d4b70 (LWP 20996)):
#0  0xffffe430 in __kernel_vsyscall ()
#1  0xb5a66cc9 in __lll_lock_wait () from /lib/libpthread.so.0
#2  0xb5a641e1 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#3  0xb5ef424c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libc.so.6
#4  0xb728a05c in QMutexPrivate::wait (this=0x8658218, timeout=-1) at thread/qmutex_unix.cpp:84
#5  0xb72863fa in QMutex::lock (this=0x8400c7c) at thread/qmutex.cpp:167
#6  0xb77a7af8 in ?? () from /usr/lib/libgwenviewlib.so.4
#7  0xb728b04f in QThreadPrivate::start (arg=0x8400c70) at thread/qthread_unix.cpp:248
#8  0xb5a5fb25 in start_thread () from /lib/libpthread.so.0
#9  0xb5ee646e in clone () from /lib/libc.so.6

Thread 1 (Thread 0xb4ce5710 (LWP 20851)):
[KCrash Handler]
#7  0xffffe430 in __kernel_vsyscall ()
#8  0xb5e3e7ff in raise () from /lib/libc.so.6
#9  0xb5e40140 in abort () from /lib/libc.so.6
#10 0xb5e7afd7 in __libc_message () from /lib/libc.so.6
#11 0xb5e80ffb in malloc_printerr () from /lib/libc.so.6
#12 0xb5e81eb0 in _int_free () from /lib/libc.so.6
#13 0xb5e85add in free () from /lib/libc.so.6
#14 0xb603198f in operator delete(void*) () from /usr/lib/libstdc++.so.6
#15 0xb629e4ca in QX11PixmapData::~QX11PixmapData (this=0x8658280, __in_chrg=<value optimized out>) at image/qpixmap_x11.cpp:1239
#16 0xb628a636 in ~QExplicitlySharedDataPointer (this=0x83d4350, __in_chrg=<value optimized out>) at ../../src/corelib/tools/qshareddata.h:159
#17 QPixmap::~QPixmap (this=0x83d4350, __in_chrg=<value optimized out>) at image/qpixmap.cpp:320
#18 0xb6ffec27 in ~PixmapWithPath (this=0x81303c0, __in_chrg=<value optimized out>) at /usr/src/debug/kdelibs-4.5.0/kdeui/icons/kiconloader.cpp:87
#19 clear (this=0x81303c0, __in_chrg=<value optimized out>) at /usr/include/QtCore/qcache.h:139
#20 ~QCache (this=0x81303c0, __in_chrg=<value optimized out>) at /usr/include/QtCore/qcache.h:103
#21 ~KIconLoaderPrivate (this=0x81303c0, __in_chrg=<value optimized out>) at /usr/src/debug/kdelibs-4.5.0/kdeui/icons/kiconloader.cpp:171
#22 KIconLoader::~KIconLoader (this=0x81303c0, __in_chrg=<value optimized out>) at /usr/src/debug/kdelibs-4.5.0/kdeui/icons/kiconloader.cpp:571
#23 0xb6ffed72 in KIconLoader::~KIconLoader (this=0x81303c0, __in_chrg=<value optimized out>) at /usr/src/debug/kdelibs-4.5.0/kdeui/icons/kiconloader.cpp:572
#24 0xb6e6c612 in destroy () at /usr/src/debug/kdelibs-4.5.0/kdeui/icons/kiconloader.cpp:1688
#25 0xb7083089 in KCleanUpGlobalStatic::~KCleanUpGlobalStatic (this=0xb7176098, __in_chrg=<value optimized out>) at /usr/src/debug/kdelibs-4.5.0/kdecore/kernel/kglobal.h:62
#26 0xb5e417cf in __run_exit_handlers () from /lib/libc.so.6
#27 0xb5e4182d in exit () from /lib/libc.so.6
#28 0xb5e29c16 in __libc_start_main () from /lib/libc.so.6
#29 0x08063ec1 in _start ()

Possible duplicates by query: bug 247041, bug 234623.

Reported using DrKonqi
Comment 1 Oleg 2014-04-05 10:14:30 UTC
Created attachment 85963 [details]
New crash information added by DrKonqi

dolphin (4.11.5) on KDE Platform 4.11.5 using Qt 4.8.5

- What I was doing when the application crashed:

Opened Dolphin as root, edited config, and closed Dolphin. Got sigfault :)

-- Backtrace (Reduced):
#6  0x00007f9aa01d5500 in QPixmap::~QPixmap() () from /usr/lib64/libQtGui.so.4
#7  0x00007f9aa0dd5ee0 in ~PixmapWithPath (this=0x273d420, __in_chrg=<optimized out>) at /usr/src/debug/kdelibs-4.11.5/kdeui/icons/kiconloader.cpp:84
#8  clear (this=<optimized out>) at /usr/include/QtCore/qcache.h:139
#9  ~QCache (this=<optimized out>, __in_chrg=<optimized out>) at /usr/include/QtCore/qcache.h:103
#10 ~KIconLoaderPrivate (this=0x1f6ae70, __in_chrg=<optimized out>) at /usr/src/debug/kdelibs-4.11.5/kdeui/icons/kiconloader.cpp:168
Comment 2 Andrew Crouthamel 2018-10-31 03:50:09 UTC
Dear Bug Submitter,

This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond.

Thank you for helping us make KDE software even better for everyone!
Comment 3 Bug Janitor Service 2018-11-15 10:33:56 UTC
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 bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 4 Bug Janitor Service 2018-11-30 03:47:51 UTC
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!