[hatari-devel] Two Hatari bugs

Nicolas Pomarède npomarede at corp.free.fr
Tue May 24 00:13:58 CEST 2011


Le 14/05/2011 16:37, Anders Eriksson a écrit :
>
> Hi,
>
> I've found two bugs in Hatari that seems to be across both Mac OS X and
> Linux platforms.
>
> Bug #1
> If you leave Hatari with the F12 menu open for many hours (say over a
> night) Hatari becomes unresponsive and needs a kill -9 to terminate.
> I've confirmed this with the Hatari in the repositry from both Mac OS X
> 10.6 and Ubuntu Linux 11.04.

Hello

regarding this problem, do you have an idea of how many hours you waited 
with F12 open to get this problem ?

OSX doesn't have nanosleep, which could cause such time wrapping problem 
as you observed ; if that's the case, it could be fixed easily. But 
under linux, the counter is 64 bits, with 32 bits for seconds, so that 
should be way beyond what is needed to wait more than a few hours.

Just to be sure, what do you get when running "./configure" under your 
mac and your ubuntu ? Do you get the following lines :

-- Looking for gettimeofday
-- Looking for gettimeofday - found
-- Looking for nanosleep
-- Looking for nanosleep - found


Nicolas



More information about the hatari-devel mailing list