Conrad Lloyd-Knight <[EMAIL PROTECTED]> wrote:

> ** WARNING **: locale_init: Using default codeset ISO-8859-1 as
> fallback.

It *might* be related to this error message. IIRC, there was a bug
in locale_charset() "!=" instead of "==". Well, but if you're running
latest CVS...

> [...the same error message is displayed for every file in my home
> directory, ending with...]

The default save/download/bad directory is now $HOME. (The "not" in
the release announcement should be read as a "NOW".
 
> 21:07:53 (WARNING): adns_reply_callback: read() failed: Connection
> reset by peer 03/07/20 21:07:53 (WARNING): adns_reply_callback:
> removed myself

The adns code has been around for quite a while. Interesting that
it seems to fail right now.

> Program received signal SIGPIPE, Broken pipe.

Wait! That's a *SIGPIPE*. Enter this at the gdb prompt (before run a:

handle SIGPIPE noprint nostop pass

> 0x40350f54 in __libc_write () from /lib/libc.so.6
> (gdb) bt
> #0  0x40350f54 in __libc_write () from /lib/libc.so.6
> #1  0x81531a4 in adns_query_callback (data=0x81bbc00, dest=4,
> #condition=3)
>     at adns.c:377
> #2  0x814ad2e in inputevt_dispatch (source=0x83e22b8, condition=12, 
>     data=0x83635c0) at inputevt.c:88

I guess it crashes anyway but I need the backtrace from a SIGSEGV
or SIGBUS (or whatever), SIGPIPE isn't a problematic signal at all.

-- 
Christian

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to