RESOLVED WORKSFORME17208
Java Applet showStatus() call crashes Webkit
https://bugs.webkit.org/show_bug.cgi?id=17208
Summary Java Applet showStatus() call crashes Webkit
Dave Clayton
Reported 2008-02-07 03:58:00 PST
First encountered on earlier version of Safari 3, upgraded to latest (523.15) to retest and still happened. Tried nightly build but couldn't repro because can't get Java to work with it (says I don't have Java installed). I think I pinned it down to a getAppletContext().showStatus() call with any non empty string. Can't get much from dev studio as it dies instantly (window closes, it's gone) other than: First-chance exception at 0x6d892b23 in Safari.exe: 0xC0000005: Access violation reading location 0x00000000. Immediately after loading the JRE dll's. If you can let me know some way to get Java running with the nightly build I'll try and give you a stack trace, though I'm pretty sure it's reproducable on any XP version of Safari. Cheers!
Attachments
JRE VM crash log (10.35 KB, text/plain)
2008-02-07 04:00 PST, Dave Clayton
no flags
Dave Clayton
Comment 1 2008-02-07 04:00:28 PST
Created attachment 18981 [details] JRE VM crash log Couldn't get the webkit stack trace but here's the VM's.
Alexey Proskuryakov
Comment 2 2008-02-07 11:25:21 PST
FWIW, this doesn't happen for me with the latest JVM from Sun (but I'm on a different version of Safari/WebKit).
Dave Clayton
Comment 3 2008-02-13 01:25:15 PST
Forgot to say, this happens on multiple PCs in our office and it's consistent.
Robert Blaut
Comment 4 2008-03-18 07:07:38 PDT
As I tested today with Webkit r31109 run inside today released Safari 3.1 on Windows XP, the reported site does not crash Webkit.
Note You need to log in before you can comment on or make changes to this bug.