Closed
Bug 126108
Opened 24 years ago
Closed 24 years ago
Browser crashes after pressing Reload page button when a scriptable plugin is loaded on the page
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
mozilla1.0
People
(Reporter: jeff.pudwell, Assigned: serhunt)
References
(
URL
)
Details
(Keywords: regression, testcase)
Attachments
(1 file)
|
19.95 KB,
application/x-zip-compressed
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
BuildID: 2002021708
When using the sample scriptable plugin in the mozilla source tree, the browser
crashes after pressing the Refresh button. Worked find in 0.9.5 & 0.9.6 but now
crashes the browser in 0.9.7 & 0.9.8.
Reproducible: Always
Steps to Reproduce:
1.Load a page in browser with a scriptable plugin (XPConnect)
2.Call a method on the scriptable plugin
3.Press the Reload current page button and the browser will crash.
Note: If it doesn't crash the first time, repeat steps and it will eventually
crash.
Actual Results: The browser throws up an exception and crashes.
Expected Results: Should Reload the current page with the scriptable plugin.
Here's the stack from the crash:
DOMGCCallback(JSContext * 0x031e7b20, JSGCStatus JSGC_END) line 1622 +
23 bytes
js_GC(JSContext * 0x031e7b20, unsigned int 0) line 1334 + 12 bytes
js_ForceGC(JSContext * 0x031e7b20) line 961 + 11 bytes
JS_GC(JSContext * 0x031e7b20) line 1634 + 9 bytes
nsJSContext::Notify(nsJSContext * const 0x031e7940, nsITimer *
0x0358eb30) line 1569 + 13 bytes
nsTimerImpl::Process() line 252
handleMyEvent(MyEventType * 0x03573020) line 287
PL_HandleEvent(PLEvent * 0x03573020) line 590 + 10 bytes
PL_ProcessPendingEvents(PLEventQueue * 0x00cea790) line 520 + 9 bytes
_md_EventReceiverProc(HWND__ * 0x001c02c0, unsigned int 49539, unsigned
int 0, long 13543312) line 1071 + 9 bytes
If I press OK to debug the crash I get:
Unhandled exception in mozilla.exe (XPCom.dll)
| Reporter | ||
Comment 1•24 years ago
|
||
Updated•24 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•24 years ago
|
Comment 3•24 years ago
|
||
nominating to nsbeta1+ as per adt triage since it crashes the browser.
Comment 4•24 years ago
|
||
WFM on w2k 099 debug build
Comment 5•24 years ago
|
||
yes, wfm too. I do not crash while reloading a scriptable plugin. Reporter, can
u pls retry ?
Comment 6•24 years ago
|
||
WFM on Windows too.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Updated•4 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•