Bug 83686 - konqueror crashes during finishing it after showing DOM tree
Summary: konqueror crashes during finishing it after showing DOM tree
Status: RESOLVED DUPLICATE of bug 85057
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: 3.2.1
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-20 04:27 UTC by Sakae Omachi
Modified: 2005-05-20 09:53 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 Sakae Omachi 2004-06-20 04:27:02 UTC
Version:           3.2.1 (using KDE KDE 3.2.1)
Installed from:    Compiled From Sources
Compiler:          gcc 3.2 
OS:                Linux

Konqueror launchs the crash handler at finishing the application,
if it showed DOM tree window in its execution.

It can be reproduced with Japanaese WEB page (ie. Yahoo!Japan),
but it does not seem to happen if the page  is wrtten in english.

Here's the crash log;

[New Thread 1024 (LWP 1145)]
0x413be759 in __wait4 () at __wait4:-1
	in __wait4
#0  0x413be759 in __wait4 () at __wait4:-1
#1  0x4143f3d8 in __DTOR_END__ () from /lib/libc.so.6
#2  0x41218bf3 in waitpid (pid=-512, stat_loc=0xfffffe00, options=-512)
    at wrapsyscall.c:174
#3  0x40784660 in KCrash::defaultCrashHandler(int) ()
   from /mnt/hdc1/x11src/KDE/kde3.2.1/lib/libkdecore.so.4
#4  0x4121662b in pthread_sighandler (signo=6, ctx=
      {gs = 0, __gsh = 0, fs = 0, __fsh = 0, es = 123, __esh = 0, ds = 123, __dsh = 49168, edi = 1092726816, esi = 1145, ebp = 3221218328, esp = 3221218300, ebx = 1145, edx = 1092754172, ecx = 6, eax = 0, trapno = 0, err = 0, eip = 1093969505, cs = 115, __csh = 0, eflags = 2097734, esp_at_signal = 3221218300, ss = 123, __ssh = 0, fpstate = 0xbfffe180, oldmask = 2147483648, cr2 = 0})
    at signals.c:97
#5  <signal handler called>
#6  0x4134a661 in __kill () at __kill:-1
#7  0x4121656d in pthread_kill (thread=3221217664, signo=-512) at signals.c:65
#8  0x41216adb in raise (sig=0) at signals.c:236
#9  0x4134be69 in abort () at ../sysdeps/generic/abort.c:88
#10 0x41344602 in __assert_fail (
    assertion=0xfffffe00 <Address 0xfffffe00 out of bounds>, 
    file=0xfffffe00 <Address 0xfffffe00 out of bounds>, line=4294966784, 
    function=0x41ef1d00 "static void khtml::Cache::clear()") at assert.c:74
#11 0x41e25034 in khtml::Cache::clear() ()
   from /mnt/hdc1/x11src/KDE/kde3.2.1/lib/libkhtml.so.4
#12 0x41d31db7 in KHTMLFactory::~KHTMLFactory() ()
   from /mnt/hdc1/x11src/KDE/kde3.2.1/lib/libkhtml.so.4
#13 0x41d31f88 in KHTMLFactory::deref() ()
   from /mnt/hdc1/x11src/KDE/kde3.2.1/lib/libkhtml.so.4
#14 0x41d31cc7 in KHTMLFactory::~KHTMLFactory() ()
   from /mnt/hdc1/x11src/KDE/kde3.2.1/lib/libkhtml.so.4
#15 0x4079f0e0 in KLibrary::~KLibrary() ()
   from /mnt/hdc1/x11src/KDE/kde3.2.1/lib/libkdecore.so.4
#16 0x4079febc in KLibrary::slotTimeout() ()
   from /mnt/hdc1/x11src/KDE/kde3.2.1/lib/libkdecore.so.4
#17 0x407a2658 in KLibrary::qt_invoke(int, QUObject*) ()
   from /mnt/hdc1/x11src/KDE/kde3.2.1/lib/libkdecore.so.4
#18 0x40b68ac0 in QObject::activate_signal(QConnectionList*, QUObject*) ()
   from /mnt/hdc1/x11src/KDE/kde3.2.1/lib/libqt-mt.so.3
#19 0x40b688f4 in QObject::activate_signal(int) ()
   from /mnt/hdc1/x11src/KDE/kde3.2.1/lib/libqt-mt.so.3
#20 0x40e8696b in QTimer::timeout() ()
   from /mnt/hdc1/x11src/KDE/kde3.2.1/lib/libqt-mt.so.3
#21 0x40b8a112 in QTimer::event(QEvent*) ()
   from /mnt/hdc1/x11src/KDE/kde3.2.1/lib/libqt-mt.so.3
#22 0x40b0d795 in QApplication::internalNotify(QObject*, QEvent*) ()
   from /mnt/hdc1/x11src/KDE/kde3.2.1/lib/libqt-mt.so.3
#23 0x40b0ce4b in QApplication::notify(QObject*, QEvent*) ()
   from /mnt/hdc1/x11src/KDE/kde3.2.1/lib/libqt-mt.so.3
#24 0x406f28cc in KApplication::notify(QObject*, QEvent*) ()
   from /mnt/hdc1/x11src/KDE/kde3.2.1/lib/libkdecore.so.4
#25 0x40afd1bb in QEventLoop::activateTimers() ()
   from /mnt/hdc1/x11src/KDE/kde3.2.1/lib/libqt-mt.so.3
#26 0x40ab8e24 in QEventLoop::processEvents(unsigned) ()
   from /mnt/hdc1/x11src/KDE/kde3.2.1/lib/libqt-mt.so.3
#27 0x40b20a86 in QEventLoop::enterLoop() ()
   from /mnt/hdc1/x11src/KDE/kde3.2.1/lib/libqt-mt.so.3
#28 0x40b20928 in QEventLoop::exec() ()
   from /mnt/hdc1/x11src/KDE/kde3.2.1/lib/libqt-mt.so.3
#29 0x40b0d9e1 in QApplication::exec() ()
   from /mnt/hdc1/x11src/KDE/kde3.2.1/lib/libqt-mt.so.3
#30 0x41587310 in kdemain ()
   from /mnt/hdc1/x11src/KDE/kde3.2.1/lib/libkdeinit_konqueror.so
#31 0x4089a8e6 in kdeinitmain ()
   from /mnt/hdc1/x11src/KDE/kde3.2.1/lib/kde3/konqueror.so
#32 0x0804d074 in launch(int, char const*, char const*, char const*, int, char const*, bool, char const*, bool, char const*) ()
#33 0x0804e131 in handle_launcher_request(int) ()
#34 0x0804e69a in handle_requests(int) ()
#35 0x0804f75e in main ()
#36 0x41338552 in __libc_start_main (main=0x804f320 <main>, argc=3, 
    ubp_av=0xbffff6b4, init=0x804aa0c <_init>, 
    fini=0x400157cc <_dl_debug_mask>, rtld_fini=0, stack_end=0x0)
    at ../sysdeps/generic/libc-start.c:129
Comment 1 Tommi Tervo 2005-05-20 09:53:57 UTC

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