--- Richard Laager <[EMAIL PROTECTED]> wrote:
> I've tracked down the commit related to this bug:
>
> >
> > 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 i
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 be
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]
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 gaim-2.0.0+beta4.new/libgaim
Letting this package migrate into testing (and thus becoming the
release-version for Etch) would be a tragedy IMHO...
As a point of reference, downgrading gaim to 1:2.0.0+beta3.1-5 fixes the
problem.
Regards: David
--
/) David Weinehall <[EMAIL PROTECTED]> /) Rime on my window (\
//
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 F
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=17350&view=rev
> Author: seanegan
> Date: 2006-09-25 14:08:39 -0700 (Mon, 25 Sep 2006)
>
> Log Message:
> ---
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]
>
> 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 withou
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
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
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]
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
13 matches
Mail list logo