| Summary: | konqueror crashes by entering to a web page | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Gatoso <gatoso> |
| Component: | kjs | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | dieselmachine, faure |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Unlisted Binaries | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | minimal reduction (will crash) | ||
|
Description
Gatoso
2010-02-03 00:25:57 UTC
processing parameters for (internal) call setting parameter textKJS: to: : String (0x20c41dc0) KJS: returning: : String (0x20c417c0) KJS: returning: <img src="http://www.elartedeprogramar.cl/foro/chat/img/emoticons/grin.png" alt=":D" /> : String (0x20c41780) konqueror: /d/kde/src/t/kdelibs/kjs/regexp.cpp:378: KJS::UString KJS::RegExp::match(const KJS::UString&, bool*, int, int*, int**): Assertion `s.data() == _originalS.data()' failed. Created attachment 40495 [details]
minimal reduction (will crash)
*** Bug 239957 has been marked as a duplicate of this bug. *** SVN commit 1134920 by orlovich: Fix problems with reentry of operations on the same regexp object from helper JS functions passed to its ops, by properly separating out per-match state out of RegExp. BUG:225332 CCBUG: 213606 (#213606 no longer crashes, but I am concerned about an another warning in the vg log there) M +20 -23 regexp.cpp M +27 -16 regexp.h M +7 -5 regexp_object.cpp M +2 -1 regexp_object.h M +11 -12 string_object.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1134920 |