Closed Bug 40762 Opened 24 years ago Closed 24 years ago

hang on startup on commercial build

Categories

(SeaMonkey :: General, defect, P3)

x86
Linux
defect

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 40581

People

(Reporter: sspitzer, Assigned: racham)

References

Details

I'm doing this:

rm -rf ~/.mozilla
./netscape

we hang.  (it doesn't happen to everyone.  I'm not seeing it, and neither is
suresh, but nbaca, fenella and huang are see it, and removing ~/.mozilla does
not help.)

the last thing we see to the console is:

Startup homepage http://home.netscape.com/

using strace on one of the process, I see this:

geteuid()                               = 11525
socket(PF_UNIX, SOCK_STREAM, 0)         = 14
fcntl(14, F_GETFL)                      = 0x2 (flags O_RDWR)
fcntl(14, F_SETFL, O_RDWR|O_NONBLOCK)   = 0
setsockopt(14, IPPROTO_TCP, 1, [1], 4)  = -1 EOPNOTSUPP (Operation not supported
)
connect(14, {sun_family=AF_UNIX, sun_path="/tmp/.nsmc-11525"}, 106) = -1 ECONNRE
FUSED (Connection refused)
close(14)                               = 0
fffea88, 0xbfffeb9c) = 0 ╔/geteuid()                               =
11525~ии ^nanosleep(0xbfffe8dc, 0xbfffe8dc, 0x403101b4, 0xbfffe8dc, 0xbfffe9f0)
= 0
geteuid()                               = 11525
socket(PF_UNIX, SOCK_STREAM, 0)         = 14
fcntl(14, F_GETFL)                      = 0x2 (flags O_RDWR)
fcntl(14, F_SETFL, O_RDWR|O_NONBLOCK)   = 0
setsockopt(14, IPPROTO_TCP, 1, [1], 4)  = -1 EOPNOTSUPP (Operation not
supported)
connect(14, {sun_family=AF_UNIX, sun_path="/tmp/.nsmc-11525"}, 106) = -1
ECONNREFUSED (Connection refused)
anyone know what ".nsmc-*" is?  I could not find nsmc using lxr.  is it psm
related?
another thing I noticed:  has the format of ~/.mozilla/registry changed?

older registries have the following info:

nsRegistry::Common -  Profiles -  qatest38
                migrated         = yes
                directory        = /u/fenella/.mozilla/qatest38

if I remove ~/.mozilla, and create a new profile, I see this:

nsRegistry::Common -  Profiles -  foobar
                NCHavePregInfo   = 
                NCEmailAddress   = 
                NCServiceDenial  = 
                NCProfileName    = 
                migrated         = yes
                directory        = /u/fenella/.mozilla/foobar

I don't think the registry change has anything to do with this bug, since
removing ~/.mozilla doesn't help.
It looks like a dup of bug 40581. We are not able to find psm to read the 
netscape.cfg file, if we delete the component.reg and start the browser. Does 
it work the second time around?

Neeti

*** This bug has been marked as a duplicate of 40581 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
OK...I think this is realted to NSPM. I believe that this is a dup of bug 40581.  
The last statement printed on console is in the prefs code (in the routine that 
tried to read netscape.cfg). If the netscape.cfg is read successfully we should 
not be stopped there....

Those who see this error : What is happening if run the app again. My guess is 
that it will simply launch the browser without any problem. if that is the case 
this is a dup of 40581.

Mozilla Registry deletion will have no effect on this.
*** Bug 40705 has been marked as a duplicate of this bug. ***
ok
Status: RESOLVED → VERIFIED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.