On Fri, Feb 1, 2013 at 9:09 AM, Edward Berner <[email protected]> wrote:

> I'd guess that it's crashing in the DNS resolver, although I wouldn't
> expect it to crash if it is running on the same host it was built on.  I
> played with the static linking stuff a while back and I think I saw this
> behavior when I compiled on a 64 bit Ubuntu and ran on a 32 bit, or
> something like that.
>

FWIW: i looked at an strace dump sent to me off-list and the crash was
caused by an OOM result from an mmap() which tried to allocate >4GB of
memory. i have seen such inexplicable "mis-allocations" in other software
on systems which mix 32- and 64-bit libraries, which jives with your
observations.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to