| Summary: | konqueror "segmentation fault" visiting some sites | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Christian Fontana <christian.fontana> |
| Component: | khtml | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Christian Fontana
2007-10-07 11:37:40 UTC
No crash for me (KDE pre 3.5.8 version) Please install kdelibs-dbg and kdebase-dbg packages and send backtrace. http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports Hello!
I've installed the kubuntu kdebase-dbg and kdelibs-dbg as you suggest and than I followed what is described in the link.
This is the result:
gdb konqueror
GNU gdb 6.6-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) run
Starting program: /usr/bin/konqueror
[Thread debugging using libthread_db enabled]
[New Thread -1235294512 (LWP 6779)]
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
konqueror: WARNING: getJSEventListener: event listener already found but with html=false - please report this, we thought it would never happen
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1235294512 (LWP 6779)]
0xb5b930ac in ?? () from /usr/lib/libpcre.so.3
(gdb) backtrace
#0 0xb5b930ac in ?? () from /usr/lib/libpcre.so.3
Cannot access memory at address 0xbf2f6fa0
I hope to be of any help
CF
|