Bug 57806 - Crash when logging out of pages
Summary: Crash when logging out of pages
Status: RESOLVED DUPLICATE of bug 54515
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: unspecified
Platform: Slackware Linux
: NOR crash
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-28 15:50 UTC by Simon Ejsing
Modified: 2003-05-12 18:32 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 Simon Ejsing 2003-04-28 15:50:10 UTC
Version:            (using KDE KDE 3.1)
Installed from:    Slackware Packages

I'm experiencing wierd crashes on my local web page, I believe the crash is connected to breaking out of frames. However it doesn't crash everytime...

The crash didn't exist before version 3.1 (ex. in 3.0 it work fine)

The link that logs out is just:
<a href="logaf.php" target="_top"><img src="/common/images/logud.gif" width="22" height="22" border="0" align="right" /></a>

the "logaf.php" site just sends out a header-location...
PHP function:
	header("Location: /index.html");


Backtrace:
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...[New Thread 16384 (LWP 21972)]

0x410cdf29 in wait4 () from /lib/libc.so.6
#0  0x410cdf29 in wait4 () from /lib/libc.so.6
#1  0x4114e234 in __DTOR_END__ () from /lib/libc.so.6
#2  0x40ee3103 in waitpid () from /lib/libpthread.so.0
#3  0x40633c4d in KCrash::defaultCrashHandler(int) ()
   from /opt/kde/lib/libkdecore.so.4
#4  <signal handler called>
#5  0x082fa9a9 in ?? ()
#6  0x460adfbb in khtml::Loader::qt_invoke(int, QUObject*) ()
   from /opt/kde/lib/libkhtml.so.4
#7  0x409af939 in QObject::activate_signal(QConnectionList*, QUObject*) ()
   from /usr/lib/qt/lib/libqt-mt.so.3
#8  0x40c8c8b2 in QSignal::signal(QVariant const&) ()
   from /usr/lib/qt/lib/libqt-mt.so.3
#9  0x409c9af8 in QSignal::activate() () from /usr/lib/qt/lib/libqt-mt.so.3
#10 0x409d0a93 in QSingleShotTimer::event(QEvent*) ()
   from /usr/lib/qt/lib/libqt-mt.so.3
#11 0x409518f4 in QApplication::internalNotify(QObject*, QEvent*) ()
   from /usr/lib/qt/lib/libqt-mt.so.3
#12 0x409514e9 in QApplication::notify(QObject*, QEvent*) ()
   from /usr/lib/qt/lib/libqt-mt.so.3
#13 0x405b8c69 in KApplication::notify(QObject*, QEvent*) ()
   from /opt/kde/lib/libkdecore.so.4
#14 0x4092c7a3 in QEventLoop::activateTimers() ()
   from /usr/lib/qt/lib/libqt-mt.so.3
#15 0x4090a2b8 in QEventLoop::processEvents(unsigned) ()
   from /usr/lib/qt/lib/libqt-mt.so.3
#16 0x409656e6 in QEventLoop::enterLoop() () from /usr/lib/qt/lib/libqt-mt.so.3
#17 0x40965588 in QEventLoop::exec() () from /usr/lib/qt/lib/libqt-mt.so.3
#18 0x40951b21 in QApplication::exec() () from /usr/lib/qt/lib/libqt-mt.so.3
#19 0x4137f457 in main () from /opt/kde/lib/konqueror.so
#20 0x0804cb41 in strcpy ()
#21 0x0804d7fb in strcpy ()
#22 0x0804dcac in strcpy ()
#23 0x0804e9b9 in strcpy ()
#24 0x41035bb4 in __libc_start_main () from /lib/libc.so.6
Comment 1 Maksim Orlovich 2003-05-12 18:32:59 UTC
Looks like a duplicate of #54515 to me; that was fixed by Dirk in 3.1.1.  
  
 

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