Version: (using KDE KDE 3.5.0) Installed from: SuSE RPMs OS: Linux hi since updating to kde 3.5rc1 from 3.4.3 i am finding that konqueror is "crashing" on trying to access some web pages that it realy should http://docs.kde.org/development/en/kdebase/faq/sound.html http://docs.kde.org/development/en/kdebase/faq/panel.html but http://docs.kde.org/development/en/kdebase/faq/introduction.htlm works fine when trying to access the page all instances of konqueror exit and no crash dialog appears so cannot post a backtrace btw do i need to report this as a konqueror bug or also as a kde web page problem , Dave
opps ... edit "i am finding that konqueror is "crashing" on trying to access some web pages that it realy should" should read "i am finding that konqueror is "crashing" on trying to access some web pages that it realy should NOT exit on those pages " Dave
Can't confirm. Please run konqueror as "gdb konqueror", go to the webpage in question,and when it crashes, return to the terminal, and press bt, enter. Paste the output here
dave@linux:~> gdb konqueror GNU gdb 6.3 Copyright 2004 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 "i586-suse-linux"...(no debugging symbols found) Using host libthread_db library "/lib/tls/libthread_db.so.1". (gdb) bt No stack. (gdb) but konqueror does not start with gdb konqueror as a command line it will start if just konqueror is entered in a command line btw waited about an hour and still no start so not to do with a delay in startup dave
Sorry, I forgot: you need to type "run" (enter) to get it to start. Thanks for doing this..
no problem (gdb) run Starting program: /opt/kde3/bin/konqueror (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) (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) [Thread debugging using libthread_db enabled] [New Thread 1098186496 (LWP 27468)] (no debugging symbols found) *** glibc detected *** corrupted double-linked list: 0x4023b838 *** Program received signal SIGABRT, Aborted. [Switching to Thread 1098186496 (LWP 27468)] 0xffffe410 in ?? () (gdb) bt #0 0xffffe410 in ?? () #1 0xbfffc3b0 in ?? () #2 0x00000006 in ?? () #3 0x00006b4c in ?? () #4 0x4014c2c1 in raise () from /lib/tls/libc.so.6 #5 0x4014db75 in abort () from /lib/tls/libc.so.6 #6 0x401807aa in __libc_message () from /lib/tls/libc.so.6 #7 0x40186007 in malloc_printerr () from /lib/tls/libc.so.6 #8 0x4018619b in malloc_consolidate () from /lib/tls/libc.so.6 #9 0x00000000 in ?? () (gdb) hope it helps
*** This bug has been marked as a duplicate of 116176 ***