Closed
Bug 16506
Opened 25 years ago
Closed 25 years ago
CSSLoader::LoadAgentSheet - failed to get converter stream
Categories
(Core :: Internationalization, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: green, Assigned: tague)
Details
(Whiteboard: Reporter to check in latest build. 10/22)
Mozilla trying to use any stream fails like this:
{"/home/green/mozilla/dist/bin"}$ ./run-mozilla.sh ./apprunner
MOZILLA_FIVE_HOME=/home/green/mozilla/dist/bin
LD_LIBRARY_PATH=/home/green/mozilla/dist/bin
MOZ_PROGRAM=./apprunner
MOZ_TOOLKIT=
moz_debug=0
moz_debugger=
RegisterSelf([xpconnect wrapped nsIComponentManager],[xpconnect wrapped
nsIFileSpec],rel:nsSample.js,text/javascript)
RegisterSelf done
CSSLoader::LoadAgentSheet - failed to get converter stream
^C
At this point, the apprunner is looping at 100% CPU and I SIGINT it.
This isn't limited to apprunner, and applies to the example rdfcat, viewer,
etc. equally. M10 ran well.
Assignee: troy → peterl
Component: Layout → Style System
Summary: CSSLoader::LoadAgentSheet - failed to get converter stream → CSSLoader::LoadAgentSheet - failed to get converter stream
Updated•25 years ago
|
Assignee: peterl → ftang
Component: Style System → Internationalization
Comment 2•25 years ago
|
||
Most likely a failure in the component manager or i18n code. I've seen this sort
of thing in the past. Not sure who to send this to these days...
Updated•25 years ago
|
Assignee: ftang → tague
Comment 3•25 years ago
|
||
tague, can you take a look at this for me. Try to reproduce it first. Reassign to Necko folks if this is not our problem.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Updated•25 years ago
|
Whiteboard: Reporter to check in latest build. 10/22
Comment 5•25 years ago
|
||
Reporter- please check this fix in the latest build.
Comment 6•25 years ago
|
||
Reporter- please check this fix in the latest build.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 7•25 years ago
|
||
Based on reporter's comments, marking as verified fixed in the Nov 01 build.
You need to log in
before you can comment on or make changes to this bug.
Description
•