Bug 123791 - konqueror crashes on http://univega.de
Summary: konqueror crashes on http://univega.de
Status: RESOLVED WORKSFORME
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR crash
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-17 15:37 UTC by Ruben Jenster
Modified: 2006-03-30 22:02 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 Ruben Jenster 2006-03-17 15:37:49 UTC
Version:            (using KDE KDE 3.5.1)
Installed from:    Gentoo Packages
Compiler:          gcc-3.4.5 
OS:                Linux

Konqueror crashes when trying to open http://univega.de. Site works fine with firefox-1.5.

Regards,
Ruben
Comment 1 Tommi Tervo 2006-03-17 15:50:07 UTC
No crash for me. (kubuntu 3.5.1 && pre 3.5.2)
Comment 2 Maksim Orlovich 2006-03-17 16:01:16 UTC
No crash here either, but have a DOM Exception since we don't emulate mozilla's auto-import bug. Reporter: do you have a backtrace?
Comment 3 Ruben Jenster 2006-03-17 23:40:23 UTC
sorry, but my backtraces are useless, since everything is compiled without 'debug'. The CFLAGS konqueror was compiled with are '-Os -march=pentium-m -pipe -fomit-frame-pointer'.

I figured out that if javascript is disabled it doesn't crash.
Do you have javascript enabled?

I will try to give you a backtracke. Where can I get some information about how to provide a proper backtracke? What needs to be compiled with 'debug' enabled, only konqueror?

Regards,
Ruben
Comment 4 Thiago Macieira 2006-03-22 19:01:25 UTC
Konqueror, KHTML and KJS (the latter two are in kdelibs)
Comment 5 Ruben Jenster 2006-03-30 22:02:28 UTC
Ok, it seems that either KHTML or KJS has a problem with '-Os' CFLAG/CXXFLAG. After recompiling kdelibs with '-O2' instead of '-Os' http://univega.de doesn't crash anymore.

Thanks for your help.

Regards,
Ruben