[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: libgmp3 problem on IA64
From: |
Kevin Ryde |
Subject: |
Re: libgmp3 problem on IA64 |
Date: |
28 Jul 2001 08:43:32 +1000 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) Emacs/20.5 |
"Eric Gillespie, Jr." <address@hidden> writes:
>
> For the past couple days i have been investigating an odd segfault in
> Sawfish. For some reason, some people were not seeing it, but once it
> starts, it is perfectly reproducable, even after eliminating any state
> Sawfish saves (Unix domain socket, configuration files, etc.).
I can't see anything obvious that's wrong. Is the "out_len"
calculated in mpn_get_str in fact sufficient for all the digits
subsequently produced? If "s" is decremented to be before the given
"str" then the loop you found crashing will go into space.