Bug 254249 - Dolphin crashes on exit
Summary: Dolphin crashes on exit
Status: RESOLVED NOT A BUG
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-15 11:59 UTC by Eugene Shalygin
Modified: 2010-10-15 17:40 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eugene Shalygin 2010-10-15 11:59:00 UTC
Application: dolphin (1.5.9)
KDE Platform Version: 4.5.72 (4.6 >= 20101012) (Compiled from sources)
Qt Version: 4.7.0
Operating System: Linux 2.6.35-gentoo-r9 x86_64
Distribution (Platform): Gentoo Packages

-- Information about the crash:
gcc 4.5.1
glibc 2.12.1

If tooltips or information panel are turned on,
then following sequence leads to crash on exit:

1. Open any directory with files
2. Hover any file with mouse (that initiate toolitp generation or information appeareance on information panel). Hovering of directories does not lead to crash 
3. Exit Dolphin

The crash can be reproduced every time.

-- Backtrace:
Application: Dolphin (kdeinit4), signal: Aborted
[KCrash Handler]
#6  0x00007fa6cd5457c5 in raise () from /lib/libc.so.6
#7  0x00007fa6cd546c46 in abort () from /lib/libc.so.6
#8  0x00007fa6cd580473 in __libc_message () from /lib/libc.so.6
#9  0x00007fa6cd585906 in malloc_printerr () from /lib/libc.so.6
#10 0x00007fa6cd91f3d9 in std::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string() () from /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.1/libstdc++.so.6
#11 0x00007fa6cd5483b1 in __run_exit_handlers () from /lib/libc.so.6
#12 0x00007fa6cd548405 in exit () from /lib/libc.so.6
#13 0x000000000040756a in launch(int, char const*, char const*, char const*, int, char const*, bool, char const*, bool, char const*) ()
#14 0x00000000004080df in handle_launcher_request ()
#15 0x00000000004087c5 in handle_requests(int) ()
#16 0x00000000004093d7 in main ()

Possible duplicates by query: bug 254240, bug 253887, bug 253471, bug 253353, bug 253280.

Reported using DrKonqi
Comment 1 Peter Penz 2010-10-15 13:46:36 UTC
Thanks for the report, but I cannot reproduce this issue on trunk. Could you please check again after updating to a recent version? Probably this was only a temporary regression.
Comment 2 Eugene Shalygin 2010-10-15 15:18:10 UTC
Just recompiled and the crash is still there. By the way, I see the same crashes in gwenview, also at exit
Comment 3 Eugene Shalygin 2010-10-15 17:40:17 UTC
The bug seems to be caused by strigi - after downgrade from trunk to 0.7.2 it disappered