| Summary: | Gaim 2.0.0 beta1 crashes: invalid pointer | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Peter Dedecker <Peter.Dedecker> |
| Component: | New packages | Assignee: | Gentoo Net-im project <net-im> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Peter Dedecker
2006-01-22 20:04:19 UTC
Maybe the glibc version can be interesting: $ emerge -pvt glibc These are the packages that I would merge, in reverse order: Calculating dependencies ...done! [ebuild R ] sys-libs/glibc-2.3.5-r2 -build -erandom -glibc-compat20 -glibc-omitfp -hardened -linuxthreads-tls (-multilib) +nls +nptl -nptlonly +pic -profile (-selinux) +userlocales 15,628 kB Please, attach a backtrace and reopen then... http://www.gentoo.org/doc/en/bugzilla-howto.xml $ gdb --args /usr/local/usr/bin/gaim -c .gaim-2.0.0_beta1-r3
GNU gdb 6.4
Copyright 2005 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i686-pc-linux-gnu"...Using host libthread_db library "/lib/tls/libthread_db.so.1".
(gdb) run
Starting program: /usr/local/usr/bin/gaim -c .gaim-2.0.0_beta1-r3
dbus: Failed to get connection
plugins: probing /usr/lib/gaim/docklet.so
plugins: probing /usr/lib/gaim/libbonjour.so
[Thread debugging using libthread_db enabled]
[New Thread -1218221344 (LWP 24216)]
plugins: probing /usr/lib/gaim/gestures.so
plugins: probing /usr/lib/gaim/perl.so
plugins: probing /usr/lib/gaim/ssl.so
plugins: probing /usr/lib/gaim/ssl-gnutls.so
plugins: probing /usr/lib/gaim/ssl-nss.so
plugins: probing /usr/lib/gaim/ticker.so
plugins: probing /usr/lib/gaim/musicmessaging.so
plugins: probing /usr/lib/gaim/extplacement.so
plugins: probing /usr/lib/gaim/history.so
plugins: probing /usr/lib/gaim/iconaway.so
plugins: probing /usr/lib/gaim/idle.so
plugins: probing /usr/lib/gaim/notify.so
plugins: probing /usr/lib/gaim/relnot.so
plugins: probing /usr/lib/gaim/spellchk.so
plugins: probing /usr/lib/gaim/statenotify.so
plugins: probing /usr/lib/gaim/timestamp.so
plugins: probing /usr/lib/gaim/libgg.so
plugins: probing /usr/lib/gaim/libirc.so
plugins: probing /usr/lib/gaim/libjabber.so
plugins: probing /usr/lib/gaim/libmsn.so
plugins: probing /usr/lib/gaim/gaimrc.so
plugins: probing /usr/lib/gaim/dbus-example.so
plugins: probing /usr/lib/gaim/libnovell.so
plugins: probing /usr/lib/gaim/liboscar.so
plugins: probing /usr/lib/gaim/libyahoo.so
plugins: probing /usr/lib/gaim/libzephyr.so
plugins: probing /usr/lib/gaim/gevolution.so
plugins: probing /usr/lib/gaim/tcl.so
plugins: probing /usr/lib/gaim/mono.so
*** glibc detected *** free(): invalid pointer: 0xb7636aa4 ***
Program received signal SIGABRT, Aborted.
[Switching to Thread -1218221344 (LWP 24216)]
0xffffe410 in __kernel_vsyscall ()
(gdb) bt
#0 0xffffe410 in __kernel_vsyscall ()
#1 0xb7691251 in raise () from /lib/tls/libc.so.6
#2 0xb76929e9 in abort () from /lib/tls/libc.so.6
#3 0xb76c4eca in __fsetlocking () from /lib/tls/libc.so.6
#4 0xb76cade7 in malloc_usable_size () from /lib/tls/libc.so.6
#5 0xb76cb87b in free () from /lib/tls/libc.so.6
#6 0xb7fb3743 in ___tls_get_addr_internal () from /lib/ld-linux.so.2
#7 0xb68f2564 in GC_init_thread_local () from /usr/lib/libmono.so.0
#8 0xb68f353f in GC_init_parallel () from /usr/lib/libmono.so.0
#9 0xb68ee41b in GC_init () from /usr/lib/libmono.so.0
#10 0xb6806d36 in mini_init () from /usr/lib/libmono.so.0
#11 0xb681858d in mono_jit_init () from /usr/lib/libmono.so.0
#12 0xb707f6c5 in ml_init () from /usr/lib/gaim/mono.so
#13 0xb707f091 in gaim_init_plugin () from /usr/lib/gaim/mono.so
#14 0x0808fcb3 in gaim_plugin_probe (filename=0xb69545b4 "\001")
at plugin.c:288
#15 0x08090528 in gaim_plugins_probe (ext=0x8131e2e "so") at plugin.c:1057
#16 0x08083df3 in gaim_core_init (
ui=0x814ef00 "\200>\021\bp\220\020\b\220\220\020\bP\221\020\b\001")
at core.c:109
#17 0x081098af in main (argc=3, argv=0xbfab80a4) at gtkmain.c:630
(gdb)
Is this sufficient? If you need more info, don't hesitate. *** Bug 120480 has been marked as a duplicate of this bug. *** As expected, the problem doesn't happen when I install gaim without the mono useflag. But then, I recieve problems about invalid proxy settings while I don't have and don't need a proxy. Onle MSN-accounts can connect then. I'll post debug info later. Is it better to create another bugzilla entry about that problem because it doesn't have anything in common with this bug, or do I have to post debugging info about that here? beta1 was removed from the tree, going to close this bug, feel free to reopen if beta3 is still causing the problem. |