Closed
Bug 425
Opened 27 years ago
Closed 26 years ago
Communicator crashes on startup
Categories
(MozillaClassic Graveyard :: Layout, defect, P3)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: jauderho, Assigned: ramiro)
Details
(Keywords: crash)
Created by Jauder Ho (jauderho@carumba.com) on Saturday, June 6, 1998 3:51:15 AM PDT
Additional Details :
This is from today's snapshot but I noticed that this has
happened for a while. The snapshot actually gets further now
before barfing.
strace shows the following, it seems that it is not able to
find the splash screen.
read(10, "\37\200\"\1\37\200\"\1O\0\236\10"..., 12) = 12
read(10, "\1\30\372\r\0\0\0\0T\0\0\0\0\0\0"..., 32) = 32
gettimeofday({897130230, 211362}, NULL) = 0
open("/@LOC_LANG@/netscape/splash", O_RDONLY) = -1 ENOENT
(No such file or directory)
brk(0x8ad6000) = 0x8ad6000
brk(0x8ad7000) = 0x8ad7000
--- SIGSEGV (Segmentation fault) ---
+++ killed by SIGSEGV +++
--Jauder
Should "@LOC_LANG@" be getting into the open() call. Looks to me like a bad
install, where the MOZILLA_something variable is not being set corectly or some
such thing. Still it shouldn't crash if this is, in fact, the cause of the
problem. Anyway, I think XFE is the right module for this.
Should "@LOC_LANG@" be getting into the open() call. Looks to me like a bad
install, where the MOZILLA_something variable is not being set corectly or some
such thing. Still it shouldn't crash if this is, in fact, the cause of the
problem. Anyway, I think XFE is the right module for this.
Hey briano, do you know anything about this crap ?
What the help is a spalsh screen doing in the xfe anyway ?
I thought there was no such thing...
The splash screen on the XFE is the contents of the about: URL (by default.).
the "plonk" stuff :)
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
I dont see this problem at all. Send me a test case URL or something.
marking worksforme.
You need to log in
before you can comment on or make changes to this bug.
Description
•