Your message dated Tue, 11 Apr 2006 00:48:19 +0300
with message-id <[EMAIL PROTECTED]>
and subject line Bug#113881: crash in libperl triggered from gaim
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: libperl5.6
Version: 5.6.1-5
After a recent update of my testing/unstable distribution using dselect
(updated on thursday sept 27 I think), gaim crashes on execution. Using gdb,
it is apparent that the crash is occuring in libperl. Gaim did not crash
previous to the updated. Further, I did not change gaim before or after that
update (I compile it from source), and after the crash tried a different
version of gaim recompiled; this caused the same problem. Here is the
backtrace:
-----
[EMAIL PROTECTED] advil]$ gdb gaim
GNU gdb 19990928
Copyright 1998 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"...
(gdb) run
Starting program: /usr/local/bin/gaim
Program received signal SIGSEGV, Segmentation fault.
0x4052778d in Perl_init_stacks () from /usr/lib/libperl.so.5.6
(gdb) bt
#0 0x4052778d in Perl_init_stacks () from /usr/lib/libperl.so.5.6
#1 0x40523dee in perl_parse () from /usr/lib/libperl.so.5.6
#2 0x40523210 in perl_parse () from /usr/lib/libperl.so.5.6
#3 0x808f39f in perl_init () at perl.c:211
#4 0x805bc4d in main (argc=1, argv=0xbffffaf4) at aim.c:620
(gdb)
-----
I assume but have not tested that this will occur in the debian gaim package,
since compiling with perl enabled is the default.
I am using kernel ver 2.4.5, debian testing/unstable, libc libc-2.2.4 .
Hope this is useful,
-kyle
--- End Message ---
--- Begin Message ---
Package: perl
Version: 5.8.0-7
On Sat, Sep 29, 2001 at 10:54:26AM -0400, Kyle Rawlins wrote:
> Package: libperl5.6
> Version: 5.6.1-5
>
> After a recent update of my testing/unstable distribution using dselect
> (updated on thursday sept 27 I think), gaim crashes on execution. Using gdb,
> it is apparent that the crash is occuring in libperl. Gaim did not crash
> previous to the updated. Further, I did not change gaim before or after that
> update (I compile it from source), and after the crash tried a different
> version of gaim recompiled; this caused the same problem. Here is the
> backtrace:
> Program received signal SIGSEGV, Segmentation fault.
> 0x4052778d in Perl_init_stacks () from /usr/lib/libperl.so.5.6
> (gdb) bt
> #0 0x4052778d in Perl_init_stacks () from /usr/lib/libperl.so.5.6
> #1 0x40523dee in perl_parse () from /usr/lib/libperl.so.5.6
> #2 0x40523210 in perl_parse () from /usr/lib/libperl.so.5.6
> #3 0x808f39f in perl_init () at perl.c:211
> #4 0x805bc4d in main (argc=1, argv=0xbffffaf4) at aim.c:620
Hi,
this is the same bug as #141111: libgnomeui32 is inserting a constant
string into the environment, and libperl tries to modify it. It was
fixed in perl 5.8.0.
(This can be reproduced by putting a script in ~/.gaim and running
gaim_applet from the woody gaim-gnome package.)
I'm closing the bug.
Cheers,
--
Niko Tyni [EMAIL PROTECTED]
--- End Message ---