Bug 13113 - crash on match when using wikipedia's navigation popups
Summary: crash on match when using wikipedia's navigation popups
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 419.x
Hardware: Mac (Intel) OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-18 15:35 PDT by Derk-Jan Hartman
Modified: 2007-03-19 03:42 PDT (History)
0 users

See Also:


Attachments
JavascriptCore crashreport (44.58 KB, text/plain)
2007-03-18 15:36 PDT, Derk-Jan Hartman
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Derk-Jan Hartman 2007-03-18 15:35:26 PDT
This bug is the result of hovering over the wikilink [[October 23]] on en.wikipedia.org.
You need to have wikipedia's navigation popups installed in order to trigger the bug.

Install the following on your wikipedia account's javascript page ( http://en.wikipedia.org/wiki/User:<yourusername>/monobook.js )

---start of code--
document.write('<script type="text/javascript" src="' 
             + 'http://en.wikipedia.org/w/index.php?title=User:Lupin/popups.js' 
             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');

popupStructure=fancy;
popupRevertSummaryPrompt=true;
popupLazyDownloads=true;
popupRevertAutoClick=wpPreview;
---end of code--
Comment 1 Derk-Jan Hartman 2007-03-18 15:36:39 PDT
Created attachment 13698 [details]
JavascriptCore crashreport
Comment 2 Derk-Jan Hartman 2007-03-18 15:38:43 PDT
I've seen a lot more JavascriptCore crashes when using these navigation popups btw. I'll try to add them whenever i have the time, but if anyone else want's to test, using this JS software on wikipedia is a good way to find JSC bugs it seems
Comment 3 Derk-Jan Hartman 2007-03-18 16:06:07 PDT
Doesn't crash on NB r20285
Comment 4 Alexey Proskuryakov 2007-03-19 03:42:53 PDT
Thank you for checking with a nightly build! Closing per the above comment, as there isn't much we can do with a bug that's already fixed.

You can report this to vendors such as Apple (http://bugreport.apple.com) or Omni to request expedite integration into their respective releases.