Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 348 - Galeon 1.0.2 segfaults. and 1.1.2dev..
Summary: Galeon 1.0.2 segfaults. and 1.1.2dev..
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
: 570 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-01-26 20:51 UTC by Rodney Gordon II
Modified: 2002-02-17 14:57 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rodney Gordon II 2002-01-26 20:51:33 UTC
I tried 1.0.2-r1 and 1.0.2 .. same thing..

A strace:
poll([{fd=3, events=POLLIN}, {fd=13, events=POLLIN}, {fd=15, events=POLLIN}], 3,
0) = 0
gettimeofday({1012099850, 672792}, NULL) = 0
poll([{fd=3, events=POLLIN}, {fd=13, events=POLLIN}, {fd=15, events=POLLIN}], 3,
0) = 0
ioctl(3, 0x541b, [0])                   = 0
--- SIGSEGV (Segmentation fault) ---
write(3, ";\0\5\0\272\0 \1\0\0\0\0\0\0\266\2\265\3\24\0F\3\5\0\202"..., 660) = 660
read(3, "\1\2\266\f\0\0\0\0\202\3 \1\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
fork()                                  = 6629
wait4(6629, [WIFEXITED(s) && WEXITSTATUS(s) == 0], 0, NULL) = 6629
--- SIGCHLD (Child exited) ---
sigreturn()                             = ? (mask now [SEGV])
_exit(1)                                = ?
Comment 1 Rodney Gordon II 2002-01-26 22:46:01 UTC
Oops, provided an strace instead of a backtrace.. sorry..
I need sleep :)

Will post a BT as soon as GDB compiles
Comment 2 Rodney Gordon II 2002-01-27 00:39:40 UTC
(gdb) bt
#0  0x408519f9 in sigsuspend () from /lib/libc.so.6
#1  0x402cbe39 in pthread_kill_other_threads_np () from /lib/libpthread.so.0
#2  0x402cbf69 in pthread_create () from /lib/libpthread.so.0
#3  0x4015b970 in PR_SetSysfdTableSize () from /usr/lib/mozilla/libnspr4.so
#4  0x4015c447 in PR_CreateThread () from /usr/lib/mozilla/libnspr4.so
#5  0x400dd889 in nsThread::Init () from /usr/lib/mozilla/libxpcom.so
#6  0x400dd133 in nsThreadPool::AddThread () from /usr/lib/mozilla/libxpcom.so
#7  0x400dcb41 in nsThreadPool::DispatchRequest ()
   from /usr/lib/mozilla/libxpcom.so
#8  0x40caa4e7 in ?? ()
#9  0x40ca9ae8 in ?? ()
#10 0x40cab01a in ?? ()
#11 0x40ec0950 in ?? ()
#12 0x40ec1cc1 in ?? ()
#13 0x40ec2f58 in ?? ()
#14 0x40ea0b07 in ?? ()
#15 0x40ea05f3 in ?? ()
#16 0x40e9f90f in ?? ()
#17 0x40e95c3c in ?? ()
#18 0x40e9ae8f in ?? ()
#19 0x40e3af0f in ?? ()
#20 0x40024073 in EmbedPrivate::LoadCurrentURI ()
   from /usr/lib/mozilla/libgtkembedmoz.so
---Type <return> to continue, or q <return> to quit---
#21 0x40020b29 in gtk_moz_embed_load_url ()
   from /usr/lib/mozilla/libgtkembedmoz.so
#22 0x808a479 in embed_load_url ()
#23 0x8091f18 in main ()
#24 0x809151c in main ()
#25 0x40840311 in __libc_start_main () from /lib/libc.so.6
Comment 3 Rodney Gordon II 2002-01-27 02:32:40 UTC
** WARNING **: Unable to load module: libpixbufloader-xpm.so:
libpixbufloader-xpm.so: cannot open shared object file: No such file or directory

Also that during loading
Maybe cause of problem?
Comment 4 Mikael Hallendal (hallski) (RETIRED) gentoo-dev 2002-01-27 04:50:34 UTC
try remerging gdk-pixbuf
Comment 5 Martin Schlemmer (RETIRED) gentoo-dev 2002-01-30 14:53:21 UTC
Hi ... did the remerge of gdk-pixbuf fix the problem ?
Comment 6 Gontran Zepeda 2002-02-02 15:05:27 UTC
Hi,

Problem is solved here by 
    # chmod -R a+rx /usr/lib/gdk-pixbuf

which includes the 'loaders' subdir.  After this galeon works here.  And
apps like gnumeric have icons working again.

Also the gdk-pixbuf ./configure option '--sysconfdir=/etc/X11/gdk-pixbuf'
in the ebuild doesn't seem to be doing anything.  Don't know what relation 
that may have.  This was modifying the results of 
media-libs/gdk-pixbuf-0.16.0-r1.ebuild .

Regrets for not providing an ebuild patch.

Gontran
Comment 7 Martin Schlemmer (RETIRED) gentoo-dev 2002-02-16 19:02:12 UTC
*** Bug 570 has been marked as a duplicate of this bug. ***
Comment 8 Martin Schlemmer (RETIRED) gentoo-dev 2002-02-17 14:54:35 UTC
gdk-pixbuf-0.16.0-r4 should fix this problem.