similar to: EL8: rebased firefox dumped core

Displaying 20 results from an estimated 110 matches similar to: "EL8: rebased firefox dumped core"

2010 Oct 27
1
firefox problems
Just wondering if anyone might be seeing any similar frequent crashes of Firefox/GNOME/Nautilus lately. I have a couple of users who have reported a problem like this. Any ideas are welcome. Latest CentOS 5.5 w/patches, latest nVidia graphics driver, firefox from repos. | ###!!! ABORT: Request 0.0: BadRequest (invalid request code or no such | operation): file nsX11ErrorHandler.cpp, line 182 |
2008 Dec 07
0
Prelink woes: libs not found that are (apparently) present.
Pursuing some rpm verify errors exposed while investigating my T'bird/FF problem, a prelink -am gives this, and other, error. prelink: /usr/lib/esc-1.0.0/xulrunner/xulrunner-bin: Could not find one of the dependencies Ran # ldd /usr/lib/esc-1.0.0/xulrunner/xulrunner-bin|grep 'not found' libmozjs.so => not found libxpcom.so => not found libxul.so =>
2014 Feb 25
0
[Bug 75279] XCloseDisplay() takes one minute around nouveau_dri.so, freezing Firefox startup
https://bugs.freedesktop.org/show_bug.cgi?id=75279 --- Comment #19 from Benoit Jacob <bjacob at mozilla.com> --- A duplicate Mozilla bug has a stack with symbols: https://bugzilla.mozilla.org/show_bug.cgi?id=975512#c1 #0 0x0000003f3a2da007 in sched_yield () from /lib64/libc.so.6 #1 0x00007f1e003bb1d1 in nouveau_fence_wait () from /usr/lib64/dri/nouveau_dri.so #2 0x00007f1e0039d635
2014 Mar 01
0
[Bug 75279] XCloseDisplay() takes one minute around nouveau_dri.so, freezing Firefox startup
https://bugs.freedesktop.org/show_bug.cgi?id=75279 --- Comment #28 from Frederic Bezies <fredbezies at gmail.com> --- Some progress with debug packages. But I think I'll need xf86-video-nouveau debug package too. At least, here is the log : (gdb) bt full #0 0x00007f364503a337 in sched_yield () from /usr/lib/libc.so.6 No symbol table info available. #1 0x00007f3632d0e411 in
2012 Oct 19
1
SeaMonkey on CentOS 6.3
Been a while since I used seamonkey, but needed it yesterday. The old version I had installed (2.11) threw an error when I tried it, so I grabbed 2.12.1 from mozilla.com. It throws the same error: $ /usr/local/seamonkey/seamonkey & [1] 7050 $ XPCOMGlueLoad error for file /usr/local/seamonkey/libxpcom.so: libxul.so: cannot open shared object file: No such file or directory Couldn't
2007 Sep 01
1
Hekp dtrace -l is bleeding Unstable implementation details all over my USDT probe namespace :(
Hi, As I''ve discussed before whenever we add USDT probes to a C++ function and call dtrace -l we get the mangled C++ name for the dtrace function, being listed :( Now the point of USDT probes is to abstract a higher level semantic construct for users to make use of. Surely it is not meant to be listing Unstable Interfaces (implementation details), such as the containing C++
2015 Oct 13
0
[PATCH 4/4] rpm: Choose providers better (RHBZ#1266918).
In the referenced bug, a customer had installed a web browser called 'palemoon'. The RPM of this web browser provides and requires various core libraries, such as: Provides: libnss3.so()(64bit) # normally provided by 'nss' Requires: libxul.so()(64bit) # normally provided by 'firefox' Our previous algorithm -- inherited from the days when we used to run 'rpm'
2014 Nov 14
5
Installing old version of firefox
I need to install firefox version 24.3.0 on centos version 6.5. Anyone know how I can do that? I tried downloading that version directly and it fails with: XPCOMGlueLoad error for file /usr/local/lib64/firefox/libxul.so: libXrender.so.1: cannot open shared object file: No such file or directory Couldn't load XPCOM.
2013 Dec 26
1
New thunderbird and ligntning on CentOS 5...
Hey, anybody found a way to run the new Thunderbird Lightning calendar addon on CentOS 5...? From my debugging, it seems like the lightning addon is compiled with a newer version of glibc... ? Failed to load native module at path '.../Linux_x86-gcc3/libcalbasecomps.so': (80004005) /lib/libc.so.6: version `GLIBC_2.7' not found? Tried older versions, 2.6 and 2.5b2, but they seem not
2014 Oct 24
3
cr repo firefox el6.6 crashes on 6.5
Noticed firefox is one of the only critical sec. updates from 6.6. So I manually downloaded the rpm from cr repo and rpm -Uvh firefox-31.2.0-3.el6.centos.x86_64.rpm but it crashes with /usr/lib64/firefox/firefox: symbol lookup error: /usr/lib64/firefox/libxul.so: undefined symbol: gdk_window_get_visual
2014 Feb 23
0
[Bug 75279] XCloseDisplay() takes one minute around nouveau_dri.so, freezing Firefox startup
https://bugs.freedesktop.org/show_bug.cgi?id=75279 --- Comment #17 from Karl Tomlinson <bugs.freedesktop at karlt.net> --- > Thread 1 (Thread 0x7f2d032c2740 (LWP 3445)): > #0 0x00007f2d02ebfa8d in read () from /usr/lib/libpthread.so.0 > #1 0x00007f2cfd97264a in mozilla::widget::GfxInfo::GetData() () > from /home/fred/T?l?chargements/firefox/libxul.so I wouldn't expect
2014 Feb 24
0
[Bug 75279] XCloseDisplay() takes one minute around nouveau_dri.so, freezing Firefox startup
https://bugs.freedesktop.org/show_bug.cgi?id=75279 --- Comment #18 from Frederic Bezies <fredbezies at gmail.com> --- (In reply to comment #17) > > Thread 1 (Thread 0x7f2d032c2740 (LWP 3445)): > > #0 0x00007f2d02ebfa8d in read () from /usr/lib/libpthread.so.0 > > #1 0x00007f2cfd97264a in mozilla::widget::GfxInfo::GetData() () > > from
2014 Apr 03
0
Symbol visibility control in static builds
Hello, Opus currently always sets default visibility for exported functions when OPUS_BUILD macro is set. However, it is not a desirable behavior when libopus is statically linked with the final binary (e.g. libxul.so in firefox), since all symbols get exported even with -fvisibility=hidden. In firefox, this problem is partially solved by wrapping translation units with #pragma visibility
2008 Oct 09
2
Thunderbird does not follow url links in Firefox
Since the recent update from firefox2 to firefox3 the links in my mails do no longer work. No window pops up. After some debug I found the problem. Let's share it with others that experience the same problem: I'm using Thunderbird 2.0.0.17 (manually downloaded, that might have caused the problem, I have not tried with 1.5) I'm using Firefox 3.0.2 (yum installed CentOS 4.7) To solve I
2008 Jun 02
4
[Bug 16206] New: Charts in Yahoo Finance crash swfdec
http://bugs.freedesktop.org/show_bug.cgi?id=16206 Summary: Charts in Yahoo Finance crash swfdec Product: swfdec Version: git Platform: Other URL: http://finance.yahoo.com/echarts?s=%5EDJI#symbol=%5EDJI; range=1d OS/Version: All Status: NEW Severity: critical Priority: medium
2015 Oct 13
6
[PATCH 0/4] rpm: Choose providers better (RHBZ#1266918).
Fix for https://bugzilla.redhat.com/show_bug.cgi?id=1266918
2015 Oct 13
1
[PATCH v2] rpm: Choose providers better (RHBZ#1266918).
This is v2 of the 4/4 patch from the original series. Changes: - memoize the function this time - check packages are installed using rpm_package_of_string However I didn't combine the two case together, because the code is a bit simpler with them separate. Rich.
2013 Feb 03
1
Ports and WITH_LIBCPLUSPLUS
Hello, I wanted to try the new c++ stuff, ie clang-3.2, libc++ and libcxxrt, so I used poudriere to build a jail setup for that ( WITH_LIBCPLUSPLUS=yes in src.conf, CXXFLAGS+=-stdlib=libc++ and libsupc++.so.1 libcxxrt.so.1 in libmap.conf ), and started to build my normal set of packages ( see desktop.list ). Please note that I also have WITH_NEW_XORG=yes and WITH_KMS=yes, as well as using the
2008 Jun 25
2
Broken upgrade to 5.2
Hello all, I was upgrading a CentOS 5.1 box to 5.2 remotely, and I lost my ssh connection to the server. Now when I rerun the "yum upgrade" it fails due to conflicts in the transaction check stage. Before I dig myself a deeper hole, I think I need advice. The original error I received was a conflict between python-devel and python, so I erased python-devel with the plan to
2020 Oct 20
3
Firefox 78 under CentOS 6 -- no sound?
On Tue, 20 Oct 2020 15:45:54 -0400 (EDT) Robert Heller wrote: > Does FF 78 sound work properly in CentOS 7 and 8? firefox-78.2.0-2.el8_2.x86_64 Working fine for me here on several computers. -- Can we uninstall 2020 and install it again? This one has a virus. MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com