Re: galeon and x86_64
Gene Czarcinski <[email protected]> Wed, 31 Dec 2003 11:52:55 -0500
| Newsgroups | gmane.comp.web.galeon.devel |
|---|---|
| Message-ID | <[email protected]> |
On Wednesday 31 December 2003 10:52, Tommi Komulainen wrote:
> On Sun, 2003-12-28 at 20:28, Gene Czarcinski wrote:
> > Has any thought been given to have galeon run on architectures other than
> > Intel x86. Specifically, I am trying to get galeon to run on the x86_64
> > (AMD64) 64 bit architecture.
>
> As much as I'm aware of, we poor maintainers only have IA32, and on a
> few occasions we've been pointed out bugs that raise their ugly heads
> only on other, big-endian or 64-bit, architectures. Essentially Galeon
> should be big-endian and 64-bit clean, but we just can't test it and
> have to rely on others to report back to us.
I am perfectly will to do testing on x86_64 systems and believe that there
will be others also as both hardware and systems become more generally
available. Currently I am running Fedora Core 1 x86_64 "preview" which will
shortly enter the "test1" phase.
My understanding is the the plan for Fedora Core 2 is to have both i386 and
x86_64 version available.
I am also under the impression that Red Hat is currently working out how they
are going to open up the Fedora development process so that upstream
developers (such as you folks) can get access to needed resources to
build/debug your software. Galeon is currently part of the fedora.us
repository (i386 only) and this will evolve into Fedora Extras once the
details are resolved. I assume that the "resources" will include some
hardware other than ia32 ... besides the ongoing effort for Fedora Core on
the AMD x86_64, there has been interest expressed for Fedora Core on the PPC,
the SPARC and even the S390.
>
> > 1. A lot of the gnome libraries required by galeon are available in only
> > 64 bit versions so that running the 32 bit version of galeon is not an
> > option.
>
> Can you check how those libraries and programs using those libraries are
> built, in case there are some things to consider?
Here is the output from rpm:
error: Failed dependencies:
libORBit-2.so.0 is needed by galeon-1.3.10-0.fdr.5.1
libbonobo-2.so.0 is needed by galeon-1.3.10-0.fdr.5.1
libbonobo-activation.so.4 is needed by galeon-1.3.10-0.fdr.5.1
libbonoboui-2.so.0 is needed by galeon-1.3.10-0.fdr.5.1
libeel-2.so.2 is needed by galeon-1.3.10-0.fdr.5.1
libgailutil.so.17 is needed by galeon-1.3.10-0.fdr.5.1
libgconf-2.so.4 is needed by galeon-1.3.10-0.fdr.5.1
libglade-2.0.so.0 is needed by galeon-1.3.10-0.fdr.5.1
libgnome-2.so.0 is needed by galeon-1.3.10-0.fdr.5.1
libgnomecanvas-2.so.0 is needed by galeon-1.3.10-0.fdr.5.1
libgnomeui-2.so.0 is needed by galeon-1.3.10-0.fdr.5.1
libgnomevfs-2.so.0 is needed by galeon-1.3.10-0.fdr.5.1
libnautilus.so.2 is needed by galeon-1.3.10-0.fdr.5.1
libxml2.so.2 is needed by galeon-1.3.10-0.fdr.5.1
>
> Even better, check how epiphany is being built. Since it's also built
> against mozilla, you could see if there's something mozilla specific as
> well.
Currently, epiphany is being built 64 bit but that may change. In fact,
almost all of Fedora Core 1 is built 64 bit (the AMD64 differs from other 64
bit hardware in that, although the resulting binary files are larger, the
software is significantly faster in 64 bit mode). Includes is all of gnome
and kde. The exception is currently openoffice.org. Mozilla will also
likely be only 32 bit since there are serious problems to resolve for 64 bit
(plus, if you run the 32 mode version then plugins work). If only 32 bit
mozilla will be in the round of Fedora Core, then likely epiphany will be 32
bit also.
>
> > 2. Something about the way galeon ./configure is set up (or works)
> > requires that I run ./configure with LDFLAGS=-L/usr/lib64 since otherwise
> > the 64 bit code tries to use the 32 bit libraries.
>
> Our configure script should be pretty ordinary in that regard, are you
> saying that you don't normally need that? The library path is generated
> for us by pkg-config, we simply assume it's correct. You might need to
> adjust PKG_CONFIG_PATH to find the settings for 64-bits.
>
> One thing that might be getting wrong is the contents of
> /usr/lib/glib-2.0/include/glibconfig.h - assuming it's the one that gets
> included. I'm guessing there could be another one hiding in /usr/lib64
I tried fooling with some of the ./configure operands but the only thing that
seemed to work was to use the prefix LDFLAGS=-L/usr/lib64
On 64 bit systems, all 64 bit libraries go into /usr/lib64 and all 32 bit
libraries go into /usr/lib with the loader tricked out to know what to get
from where. Both 32 bit and 64 bit executables go into /usr/bin so there is
only one version of program.
Other packages I have built on x86_64 (such as gftp), seem to pick the "right"
version (the 64 bit libraries) and gftp also uses ./configure, etc.
I looked at your Makefiles, etc. and could not see anything "wrong" that would
cause the wrong choice of libraries.
I will put a message up on Red Hat's amd64 mailing list and see if someone can
give me an idea of why this is occurring. Right now there does not seem to
be much in the way of documentation on how all of this hangs together. It
took me some time to get an explanation on the [email protected]
to get an understanding of how rpm and the loader handle the multiple
architecture packages (e.g., have both the i686 and x86_64 version of glibc
installed on the same system) and it seems like there is still a lot of "blue
smoke and mirrors".
>
> > 3. After building and installing 64 bit galeon, I find that a number of
> > things do not work correctly --
> >
> > -- accessing http://galeon.sourceforge.net/ causes galeon to crash
>
> Plain "it doesn't work" doesn't get us far. We'll need a stack trace
> with debugging symbols. For all we know it could simply be mozilla
> crashing underneath ;)
No problem ... now. At first it did not seem that bug-buddy was working but
it is now. I am attaching two crash traces ... the first is for accessing
http://slashdot.org/ and the second for http://galeon.sourceforge.net/
>
> > -- although the "Smart Bookmarks Toolbar" and the "Personal Toolbar
> > Folder" have the "Create a toolbar for this folder" checked in their
> > properties, no toolbar is displayed.
>
> Is View / Bookmark Toolbars also set?
Now here is a puzzle ... no, View->Bookmark Toolbards was NOT set ... usually
this is set and I have never had to do anything. Anyway, setting is got the
toolbars displayed so that is one problem "fixed".
Gene
galeon-crash.1
(text/plain, 10.9 KB)
Backtrace was generated from '/usr/bin/galeon-bin' (no debugging symbols found)...Using host libthread_db library "/lib64/tls/libthread_db.so.1". (no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...[Thread debugging using libthread_db enabled] [New Thread 182894334336 (LWP 16761)] [New Thread 1132460400 (LWP 16782)] [New Thread 1098905968 (LWP 16769)] [New Thread 1090517360 (LWP 16768)] [New Thread 1082128752 (LWP 16767)] (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... 0x0000002a96912a35 in waitpid () from /lib64/tls/libpthread.so.0 #0 0x0000002a96912a35 in waitpid () from /lib64/tls/libpthread.so.0 #1 0x0000002a95feeef4 in libgnomeui_module_info_get () from /usr/lib64/libgnomeui-2.so.0 #2 <signal handler called> #3 0x0000002a9dfd0896 in NSGetModule () from /usr/lib64/mozilla-1.4.1/components/libimglib2.so #4 0x0000002a95844b86 in nsTimerImpl::Fire() () from /usr/lib64/mozilla-1.4.1/libxpcom.so #5 0x0000002a95844c07 in handleTimerEvent(TimerEventType*) () from /usr/lib64/mozilla-1.4.1/libxpcom.so #6 0x0000002a95840899 in PL_HandleEvent () from /usr/lib64/mozilla-1.4.1/libxpcom.so #7 0x0000002a958407cd in PL_ProcessPendingEvents () from /usr/lib64/mozilla-1.4.1/libxpcom.so #8 0x0000002a9584173b in nsEventQueueImpl::ProcessPendingEvents() () from /usr/lib64/mozilla-1.4.1/libxpcom.so #9 0x0000002a9e23ce52 in NS_GetSpecialDirectory(char const*, nsIFile**) () from /usr/lib64/mozilla-1.4.1/components/libwidget_gtk2.so #10 0x0000002a9862eddb in g_vsnprintf () from /usr/lib64/libglib-2.0.so.0 #11 0x0000002a9861173f in unblock_source () from /usr/lib64/libglib-2.0.so.0 #12 0x0000002a9861264c in g_main_context_dispatch () from /usr/lib64/libglib-2.0.so.0 #13 0x0000002a98612914 in g_main_context_dispatch () from /usr/lib64/libglib-2.0.so.0 #14 0x0000002a98612f1d in g_main_loop_run () from /usr/lib64/libglib-2.0.so.0 #15 0x0000002a97b73c1b in bonobo_main () from /usr/lib64/libbonobo-2.so.0 #16 0x000000000043fc3d in main () Thread 5 (Thread 1082128752 (LWP 16767)): #0 0x0000002a98c9bd2c in poll () from /lib64/tls/libc.so.6 No symbol table info available. #1 0x0000002a95bd81cf in PR_OpenDir () from /usr/lib64/libnspr4.so No symbol table info available. #2 0x0000002a9d37b521 in NSGetModule () from /usr/lib64/mozilla-1.4.1/components/libnecko.so No symbol table info available. #3 0x0000002a9d37bc88 in NSGetModule () from /usr/lib64/mozilla-1.4.1/components/libnecko.so No symbol table info available. #4 0x0000002a95842e0c in nsThread::Main(void*) () from /usr/lib64/mozilla-1.4.1/libxpcom.so No symbol table info available. #5 0x0000002a95bd94c5 in PR_Select () from /usr/lib64/libnspr4.so No symbol table info available. #6 0x0000002a9690c62b in start_thread () from /lib64/tls/libpthread.so.0 No symbol table info available. #7 0x0000002a98ca3d80 in thread_start () from /lib64/tls/libc.so.6 No symbol table info available. Thread 4 (Thread 1090517360 (LWP 16768)): #0 0x0000002a9690f4a4 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/tls/libpthread.so.0 No symbol table info available. #1 0x0000002a95bd490c in PR_WaitCondVar () from /usr/lib64/libnspr4.so No symbol table info available. #2 0x0000002a9d383ee6 in NSGetModule () from /usr/lib64/mozilla-1.4.1/components/libnecko.so No symbol table info available. #3 0x0000002a9d38390f in NSGetModule () from /usr/lib64/mozilla-1.4.1/components/libnecko.so No symbol table info available. #4 0x0000002a95842e0c in nsThread::Main(void*) () from /usr/lib64/mozilla-1.4.1/libxpcom.so No symbol table info available. #5 0x0000002a95bd94c5 in PR_Select () from /usr/lib64/libnspr4.so No symbol table info available. #6 0x0000002a9690c62b in start_thread () from /lib64/tls/libpthread.so.0 No symbol table info available. #7 0x0000002a98ca3d80 in thread_start () from /lib64/tls/libc.so.6 No symbol table info available. Thread 3 (Thread 1098905968 (LWP 16769)): #0 0x0000002a9690f62a in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/tls/libpthread.so.0 No symbol table info available. #1 0x0000002a95bd46cb in PR_Unlock () from /usr/lib64/libnspr4.so No symbol table info available. #2 0x0000002a95bd488a in PR_WaitCondVar () from /usr/lib64/libnspr4.so No symbol table info available. #3 0x0000002a9584610e in TimerThread::Run() () from /usr/lib64/mozilla-1.4.1/libxpcom.so No symbol table info available. #4 0x0000002a95842e0c in nsThread::Main(void*) () from /usr/lib64/mozilla-1.4.1/libxpcom.so No symbol table info available. #5 0x0000002a95bd94c5 in PR_Select () from /usr/lib64/libnspr4.so No symbol table info available. #6 0x0000002a9690c62b in start_thread () from /lib64/tls/libpthread.so.0 No symbol table info available. #7 0x0000002a98ca3d80 in thread_start () from /lib64/tls/libc.so.6 No symbol table info available. Thread 2 (Thread 1132460400 (LWP 16782)): #0 0x0000002a9690f4a4 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/tls/libpthread.so.0 No symbol table info available. #1 0x0000002a95bd490c in PR_WaitCondVar () from /usr/lib64/libnspr4.so No symbol table info available. #2 0x0000002a95843c56 in nsThreadPool::GetRequest(nsIThread*) () from /usr/lib64/mozilla-1.4.1/libxpcom.so No symbol table info available. #3 0x0000002a9584434e in nsThreadPoolRunnable::Run() () from /usr/lib64/mozilla-1.4.1/libxpcom.so No symbol table info available. #4 0x0000002a95842e0c in nsThread::Main(void*) () from /usr/lib64/mozilla-1.4.1/libxpcom.so No symbol table info available. #5 0x0000002a95bd94c5 in PR_Select () from /usr/lib64/libnspr4.so No symbol table info available. #6 0x0000002a9690c62b in start_thread () from /lib64/tls/libpthread.so.0 No symbol table info available. #7 0x0000002a98ca3d80 in thread_start () from /lib64/tls/libc.so.6 No symbol table info available. Thread 1 (Thread 182894334336 (LWP 16761)): #0 0x0000002a96912a35 in waitpid () from /lib64/tls/libpthread.so.0 No symbol table info available. #1 0x0000002a95feeef4 in libgnomeui_module_info_get () from /usr/lib64/libgnomeui-2.so.0 No symbol table info available. #2 <signal handler called> No symbol table info available. #3 0x0000002a9dfd0896 in NSGetModule () from /usr/lib64/mozilla-1.4.1/components/libimglib2.so No symbol table info available. #4 0x0000002a95844b86 in nsTimerImpl::Fire() () from /usr/lib64/mozilla-1.4.1/libxpcom.so No symbol table info available. #5 0x0000002a95844c07 in handleTimerEvent(TimerEventType*) () from /usr/lib64/mozilla-1.4.1/libxpcom.so No symbol table info available. #6 0x0000002a95840899 in PL_HandleEvent () from /usr/lib64/mozilla-1.4.1/libxpcom.so No symbol table info available. #7 0x0000002a958407cd in PL_ProcessPendingEvents () from /usr/lib64/mozilla-1.4.1/libxpcom.so No symbol table info available. #8 0x0000002a9584173b in nsEventQueueImpl::ProcessPendingEvents() () from /usr/lib64/mozilla-1.4.1/libxpcom.so No symbol table info available. #9 0x0000002a9e23ce52 in NS_GetSpecialDirectory(char const*, nsIFile**) () from /usr/lib64/mozilla-1.4.1/components/libwidget_gtk2.so No symbol table info available. #10 0x0000002a9862eddb in g_vsnprintf () from /usr/lib64/libglib-2.0.so.0 No symbol table info available. #11 0x0000002a9861173f in unblock_source () from /usr/lib64/libglib-2.0.so.0 No symbol table info available. #12 0x0000002a9861264c in g_main_context_dispatch () from /usr/lib64/libglib-2.0.so.0 No symbol table info available. #13 0x0000002a98612914 in g_main_context_dispatch () from /usr/lib64/libglib-2.0.so.0 No symbol table info available. #14 0x0000002a98612f1d in g_main_loop_run () from /usr/lib64/libglib-2.0.so.0 No symbol table info available. #15 0x0000002a97b73c1b in bonobo_main () from /usr/lib64/libbonobo-2.so.0 No symbol table info available. #16 0x000000000043fc3d in main () No symbol table info available. #0 0x0000002a96912a35 in waitpid () from /lib64/tls/libpthread.so.0
galeon-crash.2
(text/plain, 9.9 KB)
Backtrace was generated from '/usr/bin/galeon-bin' (no debugging symbols found)...Using host libthread_db library "/lib64/tls/libthread_db.so.1". (no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...[Thread debugging using libthread_db enabled] [New Thread 182894334336 (LWP 16820)] [New Thread 1098905968 (LWP 16826)] [New Thread 1090517360 (LWP 16825)] [New Thread 1082128752 (LWP 16824)] (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... 0x0000002a96912a35 in waitpid () from /lib64/tls/libpthread.so.0 #0 0x0000002a96912a35 in waitpid () from /lib64/tls/libpthread.so.0 #1 0x0000002a95feeef4 in libgnomeui_module_info_get () from /usr/lib64/libgnomeui-2.so.0 #2 <signal handler called> #3 0x0000002a9dfd0896 in NSGetModule () from /usr/lib64/mozilla-1.4.1/components/libimglib2.so #4 0x0000002a95844b86 in nsTimerImpl::Fire() () from /usr/lib64/mozilla-1.4.1/libxpcom.so #5 0x0000002a95844c07 in handleTimerEvent(TimerEventType*) () from /usr/lib64/mozilla-1.4.1/libxpcom.so #6 0x0000002a95840899 in PL_HandleEvent () from /usr/lib64/mozilla-1.4.1/libxpcom.so #7 0x0000002a958407cd in PL_ProcessPendingEvents () from /usr/lib64/mozilla-1.4.1/libxpcom.so #8 0x0000002a9584173b in nsEventQueueImpl::ProcessPendingEvents() () from /usr/lib64/mozilla-1.4.1/libxpcom.so #9 0x0000002a9e23ce52 in NS_GetSpecialDirectory(char const*, nsIFile**) () from /usr/lib64/mozilla-1.4.1/components/libwidget_gtk2.so #10 0x0000002a9862eddb in g_vsnprintf () from /usr/lib64/libglib-2.0.so.0 #11 0x0000002a9861173f in unblock_source () from /usr/lib64/libglib-2.0.so.0 #12 0x0000002a9861264c in g_main_context_dispatch () from /usr/lib64/libglib-2.0.so.0 #13 0x0000002a98612914 in g_main_context_dispatch () from /usr/lib64/libglib-2.0.so.0 #14 0x0000002a98612f1d in g_main_loop_run () from /usr/lib64/libglib-2.0.so.0 #15 0x0000002a97b73c1b in bonobo_main () from /usr/lib64/libbonobo-2.so.0 #16 0x000000000043fc3d in main () Thread 4 (Thread 1082128752 (LWP 16824)): #0 0x0000002a98c9bd2c in poll () from /lib64/tls/libc.so.6 No symbol table info available. #1 0x0000002a95bd81cf in PR_OpenDir () from /usr/lib64/libnspr4.so No symbol table info available. #2 0x0000002a9d37b521 in NSGetModule () from /usr/lib64/mozilla-1.4.1/components/libnecko.so No symbol table info available. #3 0x0000002a9d37bc88 in NSGetModule () from /usr/lib64/mozilla-1.4.1/components/libnecko.so No symbol table info available. #4 0x0000002a95842e0c in nsThread::Main(void*) () from /usr/lib64/mozilla-1.4.1/libxpcom.so No symbol table info available. #5 0x0000002a95bd94c5 in PR_Select () from /usr/lib64/libnspr4.so No symbol table info available. #6 0x0000002a9690c62b in start_thread () from /lib64/tls/libpthread.so.0 No symbol table info available. #7 0x0000002a98ca3d80 in thread_start () from /lib64/tls/libc.so.6 No symbol table info available. Thread 3 (Thread 1090517360 (LWP 16825)): #0 0x0000002a9690f4a4 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/tls/libpthread.so.0 No symbol table info available. #1 0x0000002a95bd490c in PR_WaitCondVar () from /usr/lib64/libnspr4.so No symbol table info available. #2 0x0000002a9d383ee6 in NSGetModule () from /usr/lib64/mozilla-1.4.1/components/libnecko.so No symbol table info available. #3 0x0000002a9d38390f in NSGetModule () from /usr/lib64/mozilla-1.4.1/components/libnecko.so No symbol table info available. #4 0x0000002a95842e0c in nsThread::Main(void*) () from /usr/lib64/mozilla-1.4.1/libxpcom.so No symbol table info available. #5 0x0000002a95bd94c5 in PR_Select () from /usr/lib64/libnspr4.so No symbol table info available. #6 0x0000002a9690c62b in start_thread () from /lib64/tls/libpthread.so.0 No symbol table info available. #7 0x0000002a98ca3d80 in thread_start () from /lib64/tls/libc.so.6 No symbol table info available. Thread 2 (Thread 1098905968 (LWP 16826)): #0 0x0000002a9690f62a in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/tls/libpthread.so.0 No symbol table info available. #1 0x0000002a95bd46cb in PR_Unlock () from /usr/lib64/libnspr4.so No symbol table info available. #2 0x0000002a95bd488a in PR_WaitCondVar () from /usr/lib64/libnspr4.so No symbol table info available. #3 0x0000002a9584610e in TimerThread::Run() () from /usr/lib64/mozilla-1.4.1/libxpcom.so No symbol table info available. #4 0x0000002a95842e0c in nsThread::Main(void*) () from /usr/lib64/mozilla-1.4.1/libxpcom.so No symbol table info available. #5 0x0000002a95bd94c5 in PR_Select () from /usr/lib64/libnspr4.so No symbol table info available. #6 0x0000002a9690c62b in start_thread () from /lib64/tls/libpthread.so.0 No symbol table info available. #7 0x0000002a98ca3d80 in thread_start () from /lib64/tls/libc.so.6 No symbol table info available. Thread 1 (Thread 182894334336 (LWP 16820)): #0 0x0000002a96912a35 in waitpid () from /lib64/tls/libpthread.so.0 No symbol table info available. #1 0x0000002a95feeef4 in libgnomeui_module_info_get () from /usr/lib64/libgnomeui-2.so.0 No symbol table info available. #2 <signal handler called> No symbol table info available. #3 0x0000002a9dfd0896 in NSGetModule () from /usr/lib64/mozilla-1.4.1/components/libimglib2.so No symbol table info available. #4 0x0000002a95844b86 in nsTimerImpl::Fire() () from /usr/lib64/mozilla-1.4.1/libxpcom.so No symbol table info available. #5 0x0000002a95844c07 in handleTimerEvent(TimerEventType*) () from /usr/lib64/mozilla-1.4.1/libxpcom.so No symbol table info available. #6 0x0000002a95840899 in PL_HandleEvent () from /usr/lib64/mozilla-1.4.1/libxpcom.so No symbol table info available. #7 0x0000002a958407cd in PL_ProcessPendingEvents () from /usr/lib64/mozilla-1.4.1/libxpcom.so No symbol table info available. #8 0x0000002a9584173b in nsEventQueueImpl::ProcessPendingEvents() () from /usr/lib64/mozilla-1.4.1/libxpcom.so No symbol table info available. #9 0x0000002a9e23ce52 in NS_GetSpecialDirectory(char const*, nsIFile**) () from /usr/lib64/mozilla-1.4.1/components/libwidget_gtk2.so No symbol table info available. #10 0x0000002a9862eddb in g_vsnprintf () from /usr/lib64/libglib-2.0.so.0 No symbol table info available. #11 0x0000002a9861173f in unblock_source () from /usr/lib64/libglib-2.0.so.0 No symbol table info available. #12 0x0000002a9861264c in g_main_context_dispatch () from /usr/lib64/libglib-2.0.so.0 No symbol table info available. #13 0x0000002a98612914 in g_main_context_dispatch () from /usr/lib64/libglib-2.0.so.0 No symbol table info available. #14 0x0000002a98612f1d in g_main_loop_run () from /usr/lib64/libglib-2.0.so.0 No symbol table info available. #15 0x0000002a97b73c1b in bonobo_main () from /usr/lib64/libbonobo-2.so.0 No symbol table info available. #16 0x000000000043fc3d in main () No symbol table info available. #0 0x0000002a96912a35 in waitpid () from /lib64/tls/libpthread.so.0