Closed
Bug 3442
Opened 26 years ago
Closed 26 years ago
[BLOCK] AppRunner/Linux: Optimized build renders blank window
Categories
(Core Graveyard :: Tracking, defect, P1)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
M3
People
(Reporter: mcafee, Assigned: mcafee)
References
Details
The app sets up, draws a grey window, and then goes
into an endless loop:
gettimeofday({920626579, 629529}, NULL) = 0
ioctl(7, FIONREAD, [0]) = 0
SYS_168(0x80ed418, 0x3, 0, 0x40823494, 0) = 0
gettimeofday({920626579, 630010}, NULL) = 0
yank --enable-debug out of configure to get an opt. build.
Assignee | ||
Comment 2•26 years ago
|
||
Passing an URL argument to apprunner works, something's up
with CSS/XUL?
Assignee | ||
Comment 3•26 years ago
|
||
waterson & I debugged this over irc, apprunner/opt isn't loading
xul files properly. RDF? Adding waterson to CC list.
Comment 4•26 years ago
|
||
So after a bit of debugging-via-IRC, we were able to determine that...
1. HTML can load, XUL can't.
2. It seems like librdf.so is being loaded, because with
NSPR_LOG_MODULES=nsRepository:5
(and adding #define FORCE_PR_LOG to nsRepository.cpp), we saw CIDs from
librdf.so being
constructed.
Anyway, I'm stumped.
Updated•26 years ago
|
Target Milestone: M3
Comment 5•26 years ago
|
||
Updated•26 years ago
|
Summary: AppRunner/Linux: Optimized build renders blank window → [BLOCK] AppRunner/Linux: Optimized build renders blank window
Comment 6•26 years ago
|
||
This is a milestone blocker.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Comment 7•26 years ago
|
||
Yeah, this just started working for me.
marking worksforme.
Moving from Apprunner to Other component temporarily whilst don and I set proper
component. Apprunner component will be retired/deleted shortly.
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•