Am 04.03.2013 17:37, schrieb Aurélien Jarno: > Hi, > > On Sat, Feb 23, 2013 at 11:10:18PM +0100, Stefan Weil wrote: >> This assertion occured with latest git master: >> >> qemu-system-mipsel: /src/qemu/tcg/tcg-op.h:2589: >> tcg_gen_goto_tb: Assertion `(tcg_ctx.goto_tb_issue_mask & (1 << idx)) >> == 0' failed. >> Aborted >> >> QEMU was built with --enable-debug and running a Debian MIPS Lenny (NFS >> root). >> The assertion happened when running "apt-get update" in the guest. >> > Is it something reproductible or more or less random? Have you Cc:ed > Richard because it's related to the latest patches? > > On my side I am experiencing random segfaults in various guests (at > least PowerPC, MIPS, SH4 and ARM). I have found a way to bisect it, even > if it is quite long (building Perl + the testsuite). Currently I know > that 1.3 is affected, while 1.2 is not.
Hi, either it is fixed now or it is not reproducible: I tried it twice on Feb. 23 and got the same assertion in both cases, but now I tried it with the current git master and had no problem. Sorry that I cannot run more tests or a bisect - I'm currently rather busy with other work. Stefan