Re: Firefox on SLES 11.4

2018-03-12 Thread Mark Post
>>> On 3/12/2018 at 07:55 PM, "OMahoney, John P (JMD)" 
>>> 
wrote: 
-snip-
> Our SLES 11 used to run Firefox just
> fine, but we hadn't used it in some time.
> Now, it's broke and we're working the issue
> with SuSE/Novell support, but we need someone 
> whose Firefox works on S390x SLES 11.4 to 
> *please* show us the output from:
>   ldd firefox

# ldd firefox
libpthread.so.0 => /lib64/libpthread.so.0 (0x03fffd595000)
libdl.so.2 => /lib64/libdl.so.2 (0x03fffd58f000)
librt.so.1 => /lib64/librt.so.1 (0x03fffd584000)
libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x03fffd3aa000)
libm.so.6 => /lib64/libm.so.6 (0x03fffd30f000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x03fffd2fb000)
libc.so.6 => /lib64/libc.so.6 (0x03fffd16d000)
/lib/ld64.so.1 (0x02aa0021f000)

> ...so we can see what libraries show up
> and compare to what we get.  (But be sure
> your FF *does* run OK in your X-Windows!)

Firefox does start, but I also see lots of those messages you talk about below.

-snip-
> Plus, good to have the output from:
>   cat /etc/ld.so.conf

# cat /etc/ld.so.conf
/usr/X11R6/lib64/Xaw3d
/usr/X11R6/lib64
/usr/lib64/Xaw3d
/usr/X11R6/lib/Xaw3d
/usr/X11R6/lib
/usr/lib/Xaw3d
/usr/s390x-suse-linux/lib
/usr/local/lib
/opt/kde3/lib
/usr/local/lib64
/opt/kde3/lib64
/lib64
/lib
/usr/lib64
/usr/lib
include /etc/ld.so.conf.d/*.conf

> Extra credit if anyone sees a big clue
> in the specific crash behavior, which is
> ever-repeating long messages about a
> "GraphicsCriticalError" in which there
> are many "Unknown image format" errors;
> this all but stops the rendering, and
> makes the FF window unresponsive.

I did a Google search on "Crash Annotation GraphicsCriticalError: |[0][GFX1]: 
Unknown image format 0" and got lots of interesting, and likely relevant hits.  
There seems to have been a problem for big endian systems.

https://bugzilla.mozilla.org/show_bug.cgi?id=1269654
https://bugzilla.redhat.com/show_bug.cgi?id=1369859
https://bugzilla.mozilla.org/show_bug.cgi?id=1243491

This one actually references a fix:
https://bugzilla.mozilla.org/show_bug.cgi?id=1222171

Hopefully technical support can use these to help out.  Just FYI, depending on 
exactly what you're doing and what sort of browser support is needed, the w3m 
text-only web browser might be all that you need.  There's no Javascript, or 
Java support, for example, but if all you need is basic HTTP/HTTPS function, it 
works quite well.


Mark Post

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
--
For more information on Linux on System z, visit
http://wiki.linuxvm.org/


Firefox on SLES 11.4

2018-03-12 Thread OMahoney, John P (JMD)
Perhaps we don't often run browsers in our
390 distros, but sometimes we have to. 
We use X-Windows for this; pretty clunky
but it works.  Usually.

Our SLES 11 used to run Firefox just
fine, but we hadn't used it in some time.
Now, it's broke and we're working the issue
with SuSE/Novell support, but we need someone 
whose Firefox works on S390x SLES 11.4 to 
*please* show us the output from:
  ldd firefox
...so we can see what libraries show up
and compare to what we get.  (But be sure
your FF *does* run OK in your X-Windows!)

Our support guy only has x86 KVMs to test
with, unfortunately, and the libraries
are different there.

Your Firefox presumably lives in:
/usr/lib64/firefox

Plus, good to have the output from:
  cat /etc/ld.so.conf

Extra credit if anyone sees a big clue
in the specific crash behavior, which is
ever-repeating long messages about a
"GraphicsCriticalError" in which there
are many "Unknown image format" errors;
this all but stops the rendering, and
makes the FF window unresponsive.

I'm brand new to even thinking about
Linux shared libraries and all their
plumbing, so any sage comments about
that are also welcome.

Many thanks!

/John