qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] peculiar make check problems: tests/libqtest.c
@ 2013-08-10 11:20 Alex Bligh
  2013-08-11 14:22 ` Andreas Färber
  0 siblings, 1 reply; 3+ messages in thread
From: Alex Bligh @ 2013-08-10 11:20 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alex Bligh

Occasionally running make check I am seeing the following opaque error:
ERROR:tests/libqtest.c:69:init_socket: assertion failed (ret != -1): (-1 != 
-1)

Rerunning it it runs clean. Any ideas?

-- 
Alex Bligh

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] peculiar make check problems: tests/libqtest.c
  2013-08-10 11:20 [Qemu-devel] peculiar make check problems: tests/libqtest.c Alex Bligh
@ 2013-08-11 14:22 ` Andreas Färber
  2013-08-11 14:52   ` Alex Bligh
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Färber @ 2013-08-11 14:22 UTC (permalink / raw)
  To: Alex Bligh; +Cc: qemu-devel

Hi,

Am 10.08.2013 13:20, schrieb Alex Bligh:
> Occasionally running make check I am seeing the following opaque error:
> ERROR:tests/libqtest.c:69:init_socket: assertion failed (ret != -1): (-1
> != -1)
> 
> Rerunning it it runs clean. Any ideas?

Most likely a previous qtest will have failed, leaving temporary files
with that pid behind and your current test happens to get the same pid
again. Check /tmp/qtest*.

Cheers,
Andreas

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] peculiar make check problems: tests/libqtest.c
  2013-08-11 14:22 ` Andreas Färber
@ 2013-08-11 14:52   ` Alex Bligh
  0 siblings, 0 replies; 3+ messages in thread
From: Alex Bligh @ 2013-08-11 14:52 UTC (permalink / raw)
  To: Andreas Färber; +Cc: qemu-devel, Alex Bligh


On 11 Aug 2013, at 15:22, Andreas Färber wrote:

> Am 10.08.2013 13:20, schrieb Alex Bligh:
>> Occasionally running make check I am seeing the following opaque error:
>> ERROR:tests/libqtest.c:69:init_socket: assertion failed (ret != -1): (-1
>> != -1)
>> 
>> Rerunning it it runs clean. Any ideas?
> 
> Most likely a previous qtest will have failed, leaving temporary files
> with that pid behind and your current test happens to get the same pid
> again. Check /tmp/qtest*.

That was it.

-- 
Alex Bligh

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-08-11 14:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-10 11:20 [Qemu-devel] peculiar make check problems: tests/libqtest.c Alex Bligh
2013-08-11 14:22 ` Andreas Färber
2013-08-11 14:52   ` Alex Bligh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).