Bug 107892 - "ajax" demo site causes konqueror to crash
Summary: "ajax" demo site causes konqueror to crash
Status: RESOLVED DUPLICATE of bug 107187
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: 3.4.1
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-22 04:40 UTC by Corey
Modified: 2006-01-23 03:58 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 Corey 2005-06-22 04:40:06 UTC
Version:           3.4.1 (using KDE 3.4.1, Gentoo)
Compiler:          gcc version 3.3.5-20050130 (Gentoo 3.3.5.20050130-r1, ssp-3.3.5.20050130-1, pie-8.7.7.1)
OS:                Linux (i686) release 2.6.11-gentoo-r5

Some of the ajax demos on the following website cause konqueror to crash and burn:

http://mir.aculo.us/demos/effects/demo1.html

http://mir.aculo.us/demos/effects/effects2.html

http://mir.aculo.us/effects/index.html


It's one thing to simply not work, but I don't think these should be causing konqueror to actualy crash.

With all the buzz and hype ajax is getting recently, it would be a very good thing for konqueror to support it well. ( crashing is definitely a bad sign )
Comment 1 Maksim Orlovich 2005-06-22 15:44:34 UTC
broken link
Comment 2 Corey 2005-06-24 07:09:10 UTC
Try here:

http://script.aculo.us/visual-effects

Attempt to use the "combonational effects" demos.  CLick in the boxes.  Some appear to work ok, while others ( or combination ) will randomnly cause konqueror to crash and die.  In particular, it appears that the '.Appear' demo, and the '.SwitchOff' demo seem to be culprits.

The '.Appear' never works/does-anything; but if you click one or more times, it will eventualy cause konqueror to crash hard.  The rest seem fairly randomn.

Comment 3 Thiago Macieira 2005-06-25 06:11:58 UTC
Confirmed, Konqueror trunk 424191.

The switch off one switched my konq off:
Using host libthread_db library "/lib/tls/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1233144128 (LWP 28193)]
[KCrash handler]
#7  0x00220030 in ?? ()
#8  0xb54a6d67 in KJS::FunctionImp::call (this=0x8144bf0, exec=0x83b1a30, 
    thisObj=@0x8144bf0, args=@0x83e3064)
    at /home/thiago/programs/src/kde-svn/trunk/KDE/kdelibs/kjs/function.cpp:342
#9  0xb5728e5b in KJS::ScheduledAction::execute (this=0x83e3060, 
    window=0x84d1f20)
    at /home/thiago/programs/src/kde-svn/trunk/KDE/kdelibs/khtml/ecma/kjs_window.cpp:1832
#10 0xb57342e9 in KJS::WindowQObject::timerEvent (this=0x8487f20)
    at /home/thiago/programs/src/kde-svn/trunk/KDE/kdelibs/khtml/ecma/kjs_window.cpp:1973
#11 0xb73af1d2 in QObject::event (this=0x8487f20, e=0xbfffe980)
    at kernel/qobject.cpp:741
#12 0xb7340e9d in QApplication::internalNotify (this=0xbffff040, 
    receiver=0x8487f20, e=0xbfffe980) at kernel/qapplication.cpp:2635
#13 0xb73402bb in QApplication::notify (this=0xbffff040, receiver=0x8487f20, 
    e=0xbfffe980) at kernel/qapplication.cpp:2358
#14 0xb7a92786 in KApplication::notify (this=0xbffff040, receiver=0x8487f20, 
    event=0xbfffe980)
    at /home/thiago/programs/src/kde-svn/trunk/KDE/kdelibs/kdecore/kapplication.cpp:549
#15 0xb72c56d3 in QApplication::sendEvent (receiver=0x8487f20, 
    event=0xbfffe980) at qapplication.h:491
#16 0xb732bdaa in QEventLoop::activateTimers (this=0x8107848)
    at kernel/qeventloop_unix.cpp:556
#17 0xb72db505 in QEventLoop::processEvents (this=0x8107848, flags=4)
    at kernel/qeventloop_x11.cpp:389
#18 0xb7358e1e in QEventLoop::enterLoop (this=0x8107848)
    at kernel/qeventloop.cpp:198
#19 0xb7358d3c in QEventLoop::exec (this=0x8107848)
    at kernel/qeventloop.cpp:145
#20 0xb7341041 in QApplication::exec (this=0xbffff040)
    at kernel/qapplication.cpp:2758
#21 0xb64a033f in kdemain (argc=140322880, argv=0x85d2840)
    at /home/thiago/programs/src/kde-svn/trunk/KDE/kdebase/konqueror/konq_main.cc:206
#22 0x0804dded in launch (argc=2, _name=0x808e5a4 "konqueror", 
    args=0x808e5b8 "\001", cwd=0x0, envc=1, envs=0x808e5c9 "", 
    reset_env=false, tty=0x0, avoid_loops=false, startup_id_str=0x85d2840 "p")
    at /home/thiago/programs/src/kde-svn/trunk/KDE/kdelibs/kinit/kinit.cpp:636
#23 0x0804e5dd in handle_launcher_request (sock=8)
    at /home/thiago/programs/src/kde-svn/trunk/KDE/kdelibs/kinit/kinit.cpp:1200
#24 0x0804eb97 in handle_requests (waitForPid=0)
    at /home/thiago/programs/src/kde-svn/trunk/KDE/kdelibs/kinit/kinit.cpp:1403
#25 0x0804f416 in main (argc=2, argv=0xbffff9a4, envp=0x85d2840)
    at /home/thiago/programs/src/kde-svn/trunk/KDE/kdelibs/kinit/kinit.cpp:1847
Comment 4 Thiago Macieira 2005-06-25 06:29:36 UTC
Same backtrace as google maps.

*** This bug has been marked as a duplicate of 107187 ***
Comment 5 faden 2006-01-23 00:50:14 UTC
I have found an Ajax page that crash Konqueror :

http://smirnov.org.ru/myfaces-ajax/ajax.jsf

Try to play with the tabs... Konqueror crash very quickly...
Comment 6 Maksim Orlovich 2006-01-23 03:58:58 UTC
re: comment #5: could you please file a new bug report for this? I can reproduce it, but it doesn't actually have anything to do with AJAX ;-)