Bug 132095 - Crash after closing application
Summary: Crash after closing application
Status: RESOLVED DUPLICATE of bug 133043
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-09 00:20 UTC by michal
Modified: 2006-08-27 12:04 UTC (History)
1 user (show)

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 michal 2006-08-09 00:20:56 UTC
Version:            (using KDE KDE 3.5.4)
Installed from:    Unlisted Binary Package
Compiler:          gcc (GCC) 3.3.6 (PLD Linux) 
OS:                Linux

Using host libthread_db library "/lib/tls/libthread_db.so.1".
[KCrash handler]
#6  0xffffe410 in __kernel_vsyscall ()
#7  0xb69d1f51 in raise () from /lib/tls/libc.so.6
#8  0xb69d375c in abort () from /lib/tls/libc.so.6
#9  0xb69cb609 in __assert_fail () from /lib/tls/libc.so.6
#10 0xb60bf3b8 in khtml::Cache::clear () at loader.cpp:1376
#11 0xb5f74031 in ~KHTMLFactory (this=0x85175a8) at khtml_factory.cpp:98
#12 0xb5f7419d in KHTMLFactory::deref () at khtml_factory.cpp:139
#13 0xb5f74042 in ~KHTMLFactory (this=0x8464f58) at khtml_factory.cpp:103
#14 0xb77903e1 in ~KLibrary (this=0x868f2f0) at klibloader.cpp:131
#15 0xb7791fbf in KLibLoader::close_pending (this=0x85100b8, wrap=0x85da968)
    at klibloader.cpp:516
#16 0xb779144d in ~KLibLoader (this=0x85100b8) at klibloader.cpp:328
#17 0xb7790dc0 in KLibLoader::cleanUp () at klibloader.cpp:298
#18 0xb76e3bbd in ~KApplication (this=0xbfab7ee0) at kapplication.cpp:1609
#19 0xb658f2d9 in ~KonquerorApplication (this=0xbfab7ee0) at konq_main.cc:58
#20 0xb658e756 in kdemain (argc=2, argv=0x8157738) at konq_main.cc:221
#21 0xb66287d8 in kdeinitmain (argc=2, argv=0x8157738) at konqueror_dummy.cc:3
#22 0x0804e6d7 in launch (argc=2, _name=0x81578ec "konqueror", 
    args=0x81578ff "\001", cwd=0x0, envc=1, envs=0x8157910 "", 
    reset_env=false, tty=0x0, avoid_loops=false, 
    startup_id_str=0x8157914 "wieszak;1155056311;492103;4769_TIME1746837")
    at kinit.cpp:639
#23 0x0804f9f8 in handle_launcher_request (sock=8) at kinit.cpp:1204
#24 0x0805010d in handle_requests (waitForPid=0) at kinit.cpp:1407
#25 0x080517a9 in main (argc=3, argv=0xbfab85b4, envp=0xbfab85c4)
    at kinit.cpp:1863
Comment 1 Frank Osterfeld 2006-08-23 09:34:45 UTC
I've also seen this crash. Haven't found a way to reproduce it though.
In the code, there is an assert forcing the crash if objects in the cache are still linked.
pseudo code:

crash = false;

foreach cacheitem do
   if not cacheitem.canDelete
       crash = true
end

assert(!crash);
Comment 2 Tommi Tervo 2006-08-27 12:04:37 UTC

*** This bug has been marked as a duplicate of 133043 ***