bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Dawrin- why does pinky SIGBUS


From: mwoehlke
Subject: Re: Dawrin- why does pinky SIGBUS
Date: Wed, 27 Sep 2006 14:38:30 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20060909 Thunderbird/1.5.0.7 Mnenhy/0.7.4.0

Paul Eggert wrote:
mwoehlke <address@hidden> writes:
That said, given the address when I set a breakpoint there, I am
guessing it is the system getaddrinfo?

Yes, that's right.  I installed the following patch; does it fix
things for you?

-      retval = strdup (res->ai_canonname);
+      retval = strdup (res->ai_canonname ? res->ai_canonname : host);

Yes, at least as far as '$ pinky' no longer SIGBUS's. I couldn't figure out how to re-run it's 'make check' (I tried 'make TESTS=pinky check' and 'make SUBDIRS='). BTW 'help-version' passes now; no real surprise as obviously pinky was why it broke before.

--
Matthew
The hippo made me do it! What? What do you mean you can't see the hippo?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]