Bug 116499 - konqueror exits on trying to open a webpage
Summary: konqueror exits on trying to open a webpage
Status: RESOLVED DUPLICATE of bug 116176
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-16 15:18 UTC by david powell
Modified: 2005-11-17 15:45 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 david powell 2005-11-16 15:18:40 UTC
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
Comment 1 david powell 2005-11-16 15:21:28 UTC
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 
Comment 2 Maksim Orlovich 2005-11-16 15:22:43 UTC
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
Comment 3 david powell 2005-11-16 19:11:42 UTC
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

 
Comment 4 Maksim Orlovich 2005-11-16 19:15:18 UTC
Sorry, I forgot: you need to type "run" (enter) to get it to start.
Thanks for doing this..

Comment 5 david powell 2005-11-16 19:20:58 UTC
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                                                
Comment 6 Dirk Mueller 2005-11-17 15:45:18 UTC

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