Bug#394555: [Gaim-devel] Bug#394555: gaim crash on irc

2006-11-06 Thread Adil
--- Richard Laager [EMAIL PROTECTED] wrote: I've tracked down the commit related to this bug: snip irc-recv_time = time(NULL); - + gaim_signal_emit(_irc_plugin, irc-receiving-text, gaim_account_get_connection(irc-account), input); This is crashing on the

Bug#394555: gaim crash on irc

2006-11-04 Thread Ari Pollak
It looks like this crash is fixed by not passing around the address of a function argument when emitting the signal. Here's a patch that seems to fix it.Only in gaim-2.0.0+beta4.new/libgaim/protocols/irc: .irc.c.swp diff -ur gaim-2.0.0beta4/libgaim/protocols/irc/parse.c

Bug#394555: gaim crash on irc

2006-11-04 Thread Ari Pollak
Nevermind about the last message, the patch doesn't really fix the crash. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#394555: gaim crash on irc

2006-11-04 Thread Ari Pollak
Okay, so the answer is that we shouldn't be passing around un-normalized data from the network; it looks like dbus doesn't like invalid UTF-8 or something. If we check to make sure it's valid UTF-8 before emitting, it's fine, but then we could miss sending out some messages from the server just

Bug#394555: gaim crash on irc with certain chars...

2006-10-30 Thread alex
Hi, Last days I have observed that gaim crash when receive some characters, mostly the spanish ñ I have installed gaim-dbg and debug program to the crash, here is the log: [EMAIL PROTECTED]:~/downloads]$ gdb gaim GNU gdb 6.4.90-debian Copyright (C) 2006 Free Software

Bug#394555: gaim crash on irc

2006-10-24 Thread Richard Laager
I've tracked down the commit related to this bug: On Mon, 2006-09-25 at 14:08 -0700, [EMAIL PROTECTED] wrote: Revision: 17350 http://svn.sourceforge.net/gaim/?rev=17350view=rev Author: seanegan Date: 2006-09-25 14:08:39 -0700 (Mon, 25 Sep 2006) Log Message: ---

Bug#394555: gaim crash on irc

2006-10-23 Thread Julien Langer
Gaim always crashes for me on IRC if someone with Miranda 0.5.1 (and probably other clients) and unicode is sending messages with umlauts. Regards, Julien -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#394555: gaim crash on irc

2006-10-22 Thread Ari Pollak
Can you please install the gaim-dbg package and get the backtrace again? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#394555: gaim crash on irc

2006-10-22 Thread Lionel Landwerlin
Le dimanche 22 octobre 2006 à 02:11 -0400, Ari Pollak a écrit : Can you please install the gaim-dbg package and get the backtrace again? Program received signal SIGPIPE, Broken pipe. [Switching to Thread -1222654272 (LWP 12477)] 0xb74b1023 in writev () from /lib/tls/libc.so.6 (gdb) bt #0

Bug#394555: [Fwd: Bug#394555: gaim crash on irc]

2006-10-22 Thread Richard Laager
Forwarded Message From: Lionel Landwerlin [EMAIL PROTECTED] Reply-To: Lionel Landwerlin [EMAIL PROTECTED], [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Bug#394555: gaim crash on irc Date: Sun, 22 Oct 2006 18:16:38 +0200 Le dimanche 22 octobre 2006 à 02:11 -0400, Ari

Bug#394555: [Gaim-devel] [Fwd: Bug#394555: gaim crash on irc]

2006-10-22 Thread Adil
I was seeing a ton of these crashes. The common elements (from my memory) are: signals being emitted, dbus_connection_send(), dbus_malloc(), writev() (and maybe send() as well). I get a SIGPIPE with very similar backtraces, but only in gaim-text, and this causes an abrupt death without any

Bug#394555: gaim crash on irc

2006-10-21 Thread Lionel Landwerlin
Package: gaim Version: 1:2.0.0+beta4-1 Severity: important Apparently random crash on irc, disabling irc accounts fix the bug. Here the trace : Program received signal SIGPIPE, Broken pipe. [Switching to Thread -1222863168 (LWP 7717)] 0xb7478023 in writev () from /lib/tls/libc.so.6 (gdb) bt #0