Operating System - HP-UX
1752732 Members
6044 Online
108789 Solutions
New Discussion

Re: firefox missing shlib on HP-UX 11.11

 
dabella12
Occasional Advisor

Re: firefox missing shlib on HP-UX 11.11

Yes here is the output

+ /opt/firefox/run-mozilla.sh /opt/firefox/firefox-bin
write(2, "+   v e r s i o n f l a g = 0 \n".., 158) ............................
sigprocmask(SIG_SETMASK, 0x7a001a38, 0x7a001a58) ...............................
sigprocmask(SIG_SETMASK, 0x7a001a58, 0x7a001a38) ...............................
fork() .........................................................................
sigvector(SIGCLD, 0x7a0019c0, 0x7a0019d0) ......................................
waitpid(-1, 0x7a0018f4, WUNTRACED) .............................................
waitpid(-1, 0x7a0018f4, WUNTRACED) ....................... [running]
  Received signal 23, SIGWINCH, in waitpid(), [caught], no siginfo
waitpid(-1, 0x7a0018f4, WUNTRACED) ....................... ERR#4 EINTR
sigvector(SIGWINCH, 0x7a001ff0, 0x7a002000) .............. = 0
ioctl(0, TIOCGWINSZ, 0x7a002000) ......................... = 0
sigprocmask(SIG_SETMASK, 0x7a0021e8, 0x7a002208) ......... = 0
sigprocmask(SIG_SETMASK, 0x7a002208, 0x7a0021e8) ......... = 0
sigprocmask(SIG_SETMASK, 0x7a0022b8, 0x7a0022d8) ......... = 0
sigprocmask(SIG_SETMASK, 0x7a0022d8, 0x7a0022b8) ......... = 0
sigprocmask(SIG_SETMASK, 0x7a0021e8, 0x7a002208) ......... = 0
sigprocmask(SIG_SETMASK, 0x7a002208, 0x7a0021e8) ......... = 0
sigprocmask(SIG_SETMASK, 0x7a0022b8, 0x7a0022d8) ......... = 0
sigprocmask(SIG_SETMASK, 0x7a0022d8, 0x7a0022b8) ......... = 0
waitpid(-1, 0x7a0018f4, WUNTRACED) ....................... [sleeping]

Dennis Handly
Acclaimed Contributor

Re: firefox missing shlib on HP-UX 11.11

>Yes here is the output

 

Unfortunately this is a multiple process app.  You need to use tusc's -fp options.

dabella12
Occasional Advisor

Re: firefox missing shlib on HP-UX 11.11

Here is the output from tucs -fp firefox

 

Dennis Handly
Acclaimed Contributor

Re: firefox missing shlib on HP-UX 11.11

>Here is the output from tusc -fp firefox

 

>[5073] open("/usr/lib/libXp.2", O_RDONLY, 03) ............ = 40

 

This was the last shlib loaded.

 

Then a bunch of:

[5073] ksleep(PTH_CONDVAR_OBJECT, 0x4000fdcc, 0x4000fdd4, 0x799ba344) = -ETIMEDOUT

 

Where it looks like it hung.

 

Does firefox work for any user?

 

dabella12
Occasional Advisor

Re: firefox missing shlib on HP-UX 11.11

No