Closed
Bug 34274
Opened 25 years ago
Closed 24 years ago
Webclient will sometimes crash on exit.
Categories
(Core Graveyard :: Java APIs to WebShell, defect, P3)
Core Graveyard
Java APIs to WebShell
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: edburns, Assigned: edburns)
References
Details
(Keywords: crash)
This bug is the same as 34273 as far as the user is concerned, but this
particular manifestation crashes in a different place:
to reproduce.
Start webclient, click on New Window about 4 times. Then start closing the
browser windows until it crashes.
It happens to crash here:
nsCOMPtr<nsISupports>::nsCOMPtr<nsISupports>(nsISupports * 0x07323fe0) line 641
+ 13 bytes
Java_org_mozilla_webclient_wrapper_1native_ISupportsPeer_nativeRelease(JNIEnv_
* 0x00821ec0, _jobject * 0x0517fd5c, long 120733664) line 45
SYMCJIT! 500baa2a()
04da2878()
ISupportsPeer.nativeRelease() is called from RDFTreeNode.finalize(). I've
asked Mike Shaver to do an XPCOM correctness review of webclient, and I think
this code isn't quite right.
For now I'll file a bug.
Can't reproduce with today's build.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Updated•13 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•