[Fwd: [pidgin] lockup on attempt to paste url]
Ka-Hing Cheung
khc at hxbc.us
Thu Apr 19 22:36:14 EDT 2007
On Thu, 2007-04-19 at 18:03 -0400, Nathan Walp wrote:
> email message attachment ([pidgin] lockup on attempt to paste url.eml)
> > -------- Forwarded Message --------
> > From: Jon Beckham <leftorium at leftorium.net>
> > Reply-To: leftorium at leftorium.net
> > To: faceprint at faceprint.com
> > Subject: [pidgin] lockup on attempt to paste url
> > Date: Thu, 19 Apr 2007 18:00:33 -0400
> > Mailer: Mutt/1.5.13 (2006-08-11)
> >
> > It was reliable enough this morning when I was trying to copy/paste from
> > firefox's location bar that I managed to run it in gdb, let it lock up,
> > SIGINT it and get a backtrace. If it's worth anything, I was trying to
> > paste 'http://fattyfeelsleftout.ytmnd.com'
I was trying this, and got a unrelated segfault instead:
(gdb) bt
#0 0xffffe410 in __kernel_vsyscall ()
#1 0xb7354df0 in raise () from /lib/tls/i686/cmov/libc.so.6
#2 0xb7356641 in abort () from /lib/tls/i686/cmov/libc.so.6
#3 0x080b9434 in sighandler (sig=11) at gtkmain.c:212
#4 <signal handler called>
#5 0xb76345fc in g_type_check_instance_cast ()
from /usr/lib/libgobject-2.0.so.0
#6 0x08098ec2 in pidgin_conv_window_get_active_gtkconv (win=0x8887e80)
at gtkconv.c:8229
#7 0x0808bb92 in typing_animation (data=0x88931b0) at gtkconv.c:3111
#8 0xb759e3c6 in ?? () from /usr/lib/libglib-2.0.so.0
#9 0x088931b0 in ?? ()
#10 0x00000000 in ?? ()
Looks like if we close fast enough typing_animation may be called after the window is closed. Patch to come.
-khc
More information about the Devel
mailing list