qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC PATCH] tests: replace rem = sleep(time) with g_tim


From: Alex Bennée
Subject: Re: [Qemu-devel] [RFC PATCH] tests: replace rem = sleep(time) with g_timer
Date: Fri, 11 Jan 2019 16:05:02 +0000
User-agent: mu4e 1.1.0; emacs 26.1.91

Paolo Bonzini <address@hidden> writes:

> On 11/01/19 16:28, Alex Bennée wrote:
>>> Why not g_usleep?  It already does a while loop around nanosleep (which
>>> returns the remaining time in the wait, like select but unlike sleep and
>>> poll).
>> Yeah I'm testing that now. However I have managed to trigger:
>>
>>   ERROR:tests/test-qht-par.c:20:test_qht: assertion failed (rc == 0): (35584 
>> == 0)
>
> I think that's a good old SIGSEGV (0x8B00).

Hmmm, but I haven't been able to trigger it running it directly:

  retry.py -n 30 -c -- ./tests/qht-bench 1>/dev/null 2>&1 -R -S0.1 -D10000 -N1 
-n 4 -u 20 -d 1

Could this be some sort of weird interaction caused by using system()?

--
Alex Bennée



reply via email to

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