Operating System - HP-UX
1821645 Members
2856 Online
109633 Solutions
New Discussion

Mozilla crashes on HPUX 11.11

 
dabella12
Occasional Advisor

Mozilla crashes on HPUX 11.11

Hello everyone  I need some help. Everytime I run mozilla on my HPUX 11.11 C8000 system it crashes with a bus error, those anyone know how to correct this problem.

14 REPLIES 14
Dennis Handly
Acclaimed Contributor

Re: Mozilla crashes on HP-UX 11.11

What version?  Have you tried firefox?

dabella12
Occasional Advisor

Re: Mozilla crashes on HP-UX 11.11

Version 1.7.8 and yes i have tried firefox and get the same thing

Torsten.
Acclaimed Contributor

Re: Mozilla crashes on HP-UX 11.11

Get a current version AND the libraries from here:

 

http://www.hp.com/go/firefox


Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
dabella12
Occasional Advisor

Re: Mozilla crashes on HP-UX 11.11

Got the lastest version of firefox and it crashes with LoadPlugin: failed to initialize shared library libXt.sl [Can't find path for shared library: libXt.sl]

Torsten.
Acclaimed Contributor

Re: Mozilla crashes on HP-UX 11.11

Did you install GTK+ from the same site?

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
dabella12
Occasional Advisor

Re: Mozilla crashes on HP-UX 11.11

Yes

Dennis Handly
Acclaimed Contributor

Re: firefox missing shlib on HP-UX 11.11

>Did you install GTK+ from the same site?

 

You may have to set SHLIB_PATH to point to the shlib directory?

dabella12
Occasional Advisor

Re: firefox missing shlib on HP-UX 11.11

created symbolic links for the missing libraries and set SHLIB_PATH and it still hangs

Dennis Handly
Acclaimed Contributor

Re: firefox missing shlib on HP-UX 11.11

>created symbolic links for the missing libraries and set SHLIB_PATH and it still hangs

 

Hangs or aborts?  Where does it hang now?

Have you used tusc to see what the last bunch of syscalls are?

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