Bug 153925 - crash of Konqueror navigating the internet -- parseDocTypeDeclaration
Summary: crash of Konqueror navigating the internet -- parseDocTypeDeclaration
Status: RESOLVED DUPLICATE of bug 153827
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-12 20:22 UTC by Pablo Pita
Modified: 2007-12-12 21:16 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
stack calls stored dump file (4.67 KB, text/plain)
2007-12-12 20:23 UTC, Pablo Pita
Details
log given by Konqueror in the stdout during the navigation (124.21 KB, text/plain)
2007-12-12 20:27 UTC, Pablo Pita
Details
log given by Konqueror in the stdout during the navigation (6.17 KB, text/plain)
2007-12-12 20:52 UTC, Pablo Pita
Details
check that the position of the '<' charachter is not the last of the buffer (650 bytes, patch)
2007-12-12 21:16 UTC, Pablo Pita
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pablo Pita 2007-12-12 20:22:25 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
OS:                Linux

I get Konqueror to crash in the wikipedia now two times. First, while opening a profile I have for wikipedia. This second time, after starting with a new .kde directory, and navigating and creating a few tabs, I got a similar crash again. 

I attach the reports log I collected from command line and the call stack dump.
Comment 1 Pablo Pita 2007-12-12 20:23:40 UTC
Created attachment 22510 [details]
stack calls stored dump file
Comment 2 Pablo Pita 2007-12-12 20:27:29 UTC
Created attachment 22511 [details]
log given by Konqueror in the stdout during the navigation
Comment 3 Maksim Orlovich 2007-12-12 20:36:34 UTC

*** This bug has been marked as a duplicate of 153827 ***
Comment 4 Pablo Pita 2007-12-12 20:52:28 UTC
Created attachment 22512 [details]
log given by Konqueror in the stdout during the navigation

Just try to open with Konqueror
http://es.wikipedia.org/wiki/Imagen:I_Wikiencuentro_en_la_Bahía_de_Cádiz_(Asistentes).jpg
Comment 5 Pablo Pita 2007-12-12 21:16:46 UTC
Created attachment 22513 [details]
check that the position of the '<' charachter is not the last of the buffer 

This patch should fix the problem. Not tested ... but I will.