Summary: | konqueror crashes after loading website | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | John Vivirito <gnomefreak> |
Component: | khtml | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
John Vivirito
2006-12-06 00:36:44 UTC
Can't confirm, backtrace is nonsense.. Here is what i got for a crash report on my personal pc with extra debug packages. GNU gdb 6.5-debian Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i486-linux-gnu"...Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". (gdb) handle SIG33 pass m[Knostop noprint Signal Stop Print Pass to program Description SIG33 No No Yes Real-time event 33 (gdb) set pangination 0 No symbol "pangination" in current context. (gdb) run Starting program: /usr/bin/konqueror Failed to read a valid object file image from memory. [Thread debugging using libthread_db enabled] [New Thread -1233426736 (LWP 12729)] Qt: gdb: -nograb added to command-line options. Use the -dograb option to enforce grabbing. X Error: BadDevice, invalid or uninitialized input device 169 Major opcode: 147 Minor opcode: 3 Resource id: 0x0 Failed to open device X Error: BadDevice, invalid or uninitialized input device 169 Major opcode: 147 Minor opcode: 3 Resource id: 0x0 Failed to open device Link points to "/tmp/ksocket-gnomefreak" Link points to "/tmp/kde-gnomefreak" X Error: BadDevice, invalid or uninitialized input device 169 Major opcode: 147 Minor opcode: 3 Resource id: 0x0 Failed to open device X Error: BadDevice, invalid or uninitialized input device 169 Major opcode: 147 Minor opcode: 3 Resource id: 0x0 Failed to open device kbuildsycoca running... Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1233426736 (LWP 12729)] 0xb5f6e5fc in non-virtual thunk to KHTMLView::~KHTMLView() () from /usr/lib/libkhtml.so.4 (gdb) backtrace #0 0xb5f6e5fc in non-virtual thunk to KHTMLView::~KHTMLView() () from /usr/lib/libkhtml.so.4 #1 0x00000000 in ?? () (gdb) info registers eax 0x8232cc8 136522952 ecx 0x0 0 edx 0x8232cc8 136522952 ebx 0xb61cfe58 -1239613864 esp 0xbfd02c70 0xbfd02c70 ebp 0xbfd02c78 0xbfd02c78 esi 0xbfd02d24 -1076875996 edi 0x85aadb8 140160440 eip 0xb5f6e5fc 0xb5f6e5fc <non-virtual thunk to KHTMLView::~KHTMLView()+3724> eflags 0x210282 [ SF IF RF ID ] cs 0x73 115 ss 0x7b 123 ds 0x7b 123 es 0x7b 123 fs 0x0 0 gs 0x33 51 (gdb) thread apply all backtrace Thread 1 (Thread -1233426736 (LWP 12729)): #0 0xb5f6e5fc in non-virtual thunk to KHTMLView::~KHTMLView() () from /usr/lib/libkhtml.so.4 #1 0x00000000 in ?? () (gdb) Suse's konqueror 3.5.1a crashes, svn 600k won't. On suse I'll get a message box saying something like "e line undefined<br>, e is 0<br>, dom exeption 3" and then it quickly crashes. #6 0xb6031c0c in DOM::ElementMappingCache::ElementMappingCache () from /opt/kde3/lib/libkhtml.so.4 #7 0xb6031c65 in DOM::ElementMappingCache::ElementMappingCache () from /opt/kde3/lib/libkhtml.so.4 #8 0xb61b88b9 in DOM::NodeList::length () from /opt/kde3/lib/libkhtml.so.4 #9 0xb614ca37 in EmbedLiveConnect::~EmbedLiveConnect () from /opt/kde3/lib/libkhtml.so.4 #10 0xb61864b3 in EmbedLiveConnect::call () from /opt/kde3/lib/libkhtml.so.4 #11 0xb5ecfffa in KJS::Reference::getValue () from /opt/kde3/lib/libkjs.so.1 #12 0xb5ed0539 in KJS::Reference::getValue () from /opt/kde3/lib/libkjs.so.1 #13 0xb5edad6a in KJS::UndefinedImp::toObject () from /opt/kde3/lib/libkjs.so.1 #14 0xb5eb80c3 in KJS::Number::Number () from /opt/kde3/lib/libkjs.so.1 #15 0xb5eedd71 in KJS::Interpreter::evaluate () from /opt/kde3/lib/libkjs.so.1 #16 0xb5ee9648 in KJS::Interpreter::evaluate () from /opt/kde3/lib/libkjs.so.1 #17 0xb5ee7fc9 in KJS::DeclaredFunctionImp::execute () No crash on r607234 either. Presumably fixed since 3.5.5, then? this is 3.5.5 konqueror. apt-cache policy follows gnomefreak@FeistyFawn:~$ policy konqueror konqueror: Installed: 4:3.5.5a.dfsg.1-1ubuntu10 Candidate: 4:3.5.5a.dfsg.1-1ubuntu10 Version table: *** 4:3.5.5a.dfsg.1-1ubuntu10 0 500 http://archive.ubuntu.com feisty/main Packages 100 /var/lib/dpkg/status Definitely fixed with 3.5.6. Just tested it, I can now do my grocery shopping and eat again :) Fixed |