Closed
Bug 56738
Opened 25 years ago
Closed 24 years ago
bcJavaComponentLoader not thread-safe
Categories
(Core Graveyard :: Java to XPCOM Bridge, defect, P3)
Core Graveyard
Java to XPCOM Bridge
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jonsmirl, Assigned: blackconnect)
Details
Ignore the other failures about bcjavastubs.dll I caused them.
--bcJavaComponentLoader::bcJavaComponentLoader
--bcJavaComponentLoader::Init
--bcJavaComponentLoader::GetFactory
--JavaModule::JavaModule d:\testdll\components\bcFOP.jar.info
--JavaModule::GetClassObject
--bcJavaComponentFactory::CreateInstance
**************************************************
nsNativeComponentLoader: GetFactory(d:\testdll\components\bcjavastubs.dll) Load
FAILED with error: <unknown; can't get error from NSPR>
**************************************************
--bcJavaComponentFactory::CreateInstance javaStubsAndProxies failed
--bcJavaComponentFactory::CreateInstance
**************************************************
nsNativeComponentLoader: GetFactory(d:\testdll\components\bcjavastubs.dll) Load
FAILED with error: <unknown; can't get error from NSPR>
**************************************************
--bcJavaComponentFactory::CreateInstance javaStubsAndProxies failed
###!!! ASSERTION: bcJavaComponentLoader not thread-safe: 'owningThread == NS_Cur
rentThread()', file d:\cvs\mozilla\xpcom\base\nsDebug.cpp, line 490
Comment 1•25 years ago
|
||
setting Jon Smirl's bugs to New
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•24 years ago
|
||
bcJavaComponentLoader is threadsafe.
the only thing to change is to
change NS_IMPL_ISUPPORTS
to
NS_IMPL_THREADSAFE_ISUPPORTS
for bcJavaComponentLoader.cpp
I am closing this bug as fixed.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•