Bug 107229 - Konqueror crashing when drag-and-droping some ajax stuff.
Summary: Konqueror crashing when drag-and-droping some ajax stuff.
Status: RESOLVED DUPLICATE of bug 107187
Alias: None
Product: konqueror
Classification: Applications
Component: general (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-11 21:22 UTC by Pupeno
Modified: 2005-06-11 21:56 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 Pupeno 2005-06-11 21:22:39 UTC
Version:           3.4.1 (using KDE 3.4.1, Gentoo)
Compiler:          gcc version 3.3.5-20050130 (Gentoo Linux 3.3.5.20050130-r1, ssp-3.3.5.20050130-1, pie-8.7.7.1)
OS:                Linux (i686) release 2.6.11-gentoo-r9

Here http://mir.aculo.us/demos/draggable2.html you can find an example of drag and droping objects on a web site (with the so called ajax thing).
Drag and dropping the rectangle that says 'testing' eventually crashes konqueror (I never could drag and drop it more than 5 times before a crash). What I do is drag it below where it is and it comes back automatically untill it crashes.
Comment 1 Thiago Macieira 2005-06-11 21:46:33 UTC
Confirmed, trunk 414026

Backtrace:
Using host libthread_db library "/lib/tls/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1233107264 (LWP 25037)]
[KCrash handler]
#7  0x00690062 in ?? ()
#8  0xb549bd57 in KJS::FunctionImp::call (this=0x86d6190, exec=0x87c52b8, 
    thisObj=@0x86d6190, args=@0x8660efc)
    at /home/thiago/programs/src/kde-svn/trunk/KDE/kdelibs/kjs/function.cpp:342
#9  0xb571cecb in KJS::ScheduledAction::execute (this=0x8660ef8, 
    window=0x8446b30)
    at /home/thiago/programs/src/kde-svn/trunk/KDE/kdelibs/khtml/ecma/kjs_window.cpp:1828
#10 0xb57282f9 in KJS::WindowQObject::timerEvent (this=0x8556b60)
    at /home/thiago/programs/src/kde-svn/trunk/KDE/kdelibs/khtml/ecma/kjs_window.cpp:1969
#11 0xb73b71d2 in QObject::event (this=0x8556b60, e=0xbfffe980)
    at kernel/qobject.cpp:741
#12 0xb7348e9d in QApplication::internalNotify (this=0xbffff040, 
    receiver=0x8556b60, e=0xbfffe980) at kernel/qapplication.cpp:2635
#13 0xb73482bb in QApplication::notify (this=0xbffff040, receiver=0x8556b60, 
    e=0xbfffe980) at kernel/qapplication.cpp:2358
#14 0xb7a97e36 in KApplication::notify (this=0xbffff040, receiver=0x8556b60, 
    event=0xbfffe980)
    at /home/thiago/programs/src/kde-svn/trunk/KDE/kdelibs/kdecore/kapplication.cpp:549
#15 0xb72cd6d3 in QApplication::sendEvent (receiver=0x8556b60, 
    event=0xbfffe980) at qapplication.h:491
#16 0xb7333daa in QEventLoop::activateTimers (this=0x8105900)
    at kernel/qeventloop_unix.cpp:556
#17 0xb72e3505 in QEventLoop::processEvents (this=0x8105900, flags=4)
    at kernel/qeventloop_x11.cpp:389
#18 0xb7360e1e in QEventLoop::enterLoop (this=0x8105900)
    at kernel/qeventloop.cpp:198
#19 0xb7360d3c in QEventLoop::exec (this=0x8105900)
    at kernel/qeventloop.cpp:145
#20 0xb7349041 in QApplication::exec (this=0xbffff040)
    at kernel/qapplication.cpp:2758
#21 0xb64aa20f in kdemain (argc=142886944, argv=0x8844820)
    at /home/thiago/programs/src/kde-svn/trunk/KDE/kdebase/konqueror/konq_main.cc:206
#22 0x0804dca6 in launch (argc=2, _name=0x808c914 "konqueror", 
    args=0x808c928 "\001", cwd=0x0, envc=1, envs=0x808c939 "", 
    reset_env=false, tty=0x0, avoid_loops=false, 
    startup_id_str=0x8844820 "\030")
    at /home/thiago/programs/src/kde-svn/trunk/KDE/kdelibs/kinit/kinit.cpp:625
#23 0x0804e49d in handle_launcher_request (sock=8)
    at /home/thiago/programs/src/kde-svn/trunk/KDE/kdelibs/kinit/kinit.cpp:1189
#24 0x0804ea57 in handle_requests (waitForPid=0)
    at /home/thiago/programs/src/kde-svn/trunk/KDE/kdelibs/kinit/kinit.cpp:1392
#25 0x0804f2d6 in main (argc=2, argv=0xbffff9a4, envp=0x8844820)
    at /home/thiago/programs/src/kde-svn/trunk/KDE/kdelibs/kinit/kinit.cpp:1836
Comment 2 Thiago Macieira 2005-06-11 21:56:14 UTC
Same backtrace.

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

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