[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-discuss] [Qemu-devel] qemu bug
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-discuss] [Qemu-devel] qemu bug |
Date: |
Mon, 24 Jun 2013 11:34:54 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Thu, Jun 20, 2013 at 09:44:16AM -0600, jacek burghardt wrote:
> i had compiled latest qemu master git with xen now i am getting this error
> $r/include/qemu/int128.h:18: int128_get64: Assertion `!a.hi' failed. i
> wonder what could be causing this .
If it worked before then git-bisect(1) will tell you the answer:
https://www.kernel.org/pub/software/scm/git/docs/git-bisect.html
http://git-scm.com/book/en/Git-Tools-Debugging-with-Git#Binary-Search
http://code-worrier.com/blog/git-bisect-basics/
Stefan