This is a discussion on Mozilla 1.6 shows memory fault within the HP-UX Operating System forums, part of the Unix Operating Systems category; --> System Info: HP-UX B.11.00 A 9000/785 QPK1100 March 2003 is installed I've installed java2_rte14_14201_1100.depot and moz_14001_1100.depot Mozilla 1.4 is ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| System Info: HP-UX B.11.00 A 9000/785 QPK1100 March 2003 is installed I've installed java2_rte14_14201_1100.depot and moz_14001_1100.depot Mozilla 1.4 is running. I would like to use version 1.6 so I got from ftp.mozilla.org archive mozilla-hppa2.0w-hp-hpux11.00-1.6.tar.gz and expanded it into /opt/mozilla Running /opt/mozilla/run-mozilla.sh shows the error message 5376 Memory fault the number is increasing for each test. Does anybody know a solution? Thanks, Theo |
| |||
| "Theo Jakobus" <Theo.Jakobus@iaf.fraunhofer.de> schrieb im Newsbeitrag news:4085021f$1@news.fhg.de... > System Info: HP-UX B.11.00 A 9000/785 > QPK1100 March 2003 is installed > > I've installed java2_rte14_14201_1100.depot and moz_14001_1100.depot > Mozilla 1.4 is running. > > I would like to use version 1.6 so I got from ftp.mozilla.org archive > mozilla-hppa2.0w-hp-hpux11.00-1.6.tar.gz and expanded it into /opt/mozilla You have noted that this is a 64 bit version build for PA 2.0 architecture ? > Running /opt/mozilla/run-mozilla.sh shows the error message 5376 Memory fault > the number is increasing for each test. The number is the process ID (PID). It usually is incremented (modulo still running PIDs) for each process started by the OS, until it "wraps around". > Does anybody know a solution? If you try to use it on a PA 1.x machine or on a machine with no 64 Bit support in the kernel, it is bound to crash. Could this be the problem ? HTH Martin |
| ||||
| Martin Jost wrote: > "Theo Jakobus" <Theo.Jakobus@iaf.fraunhofer.de> schrieb im Newsbeitrag news:4085021f$1@news.fhg.de... > >>System Info: HP-UX B.11.00 A 9000/785 >>QPK1100 March 2003 is installed >> >>I've installed java2_rte14_14201_1100.depot and moz_14001_1100.depot >>Mozilla 1.4 is running. >> >>I would like to use version 1.6 so I got from ftp.mozilla.org archive >>mozilla-hppa2.0w-hp-hpux11.00-1.6.tar.gz and expanded it into /opt/mozilla > > > You have noted that this is a 64 bit version build for PA 2.0 architecture ? swlist shows: HPUXEng64RT -> B.11.00.01 > > >>Running /opt/mozilla/run-mozilla.sh shows the error message 5376 Memory fault >>the number is increasing for each test. > > > The number is the process ID (PID). It usually is incremented (modulo still running PIDs) for each process started by the OS, until it "wraps around". > > >>Does anybody know a solution? > > > If you try to use it on a PA 1.x machine or on a machine with no 64 Bit support in the kernel, it is bound to crash. > Could this be the problem ? Definitively not I'm shure its 64bit runtime environment > > HTH > > Martin > |