From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MHG9n-0006Rw-7f for qemu-devel@nongnu.org; Thu, 18 Jun 2009 07:51:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MHG9l-0006RI-MO for qemu-devel@nongnu.org; Thu, 18 Jun 2009 07:51:50 -0400 Received: from [199.232.76.173] (port=53065 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MHG9j-0006R1-Rf for qemu-devel@nongnu.org; Thu, 18 Jun 2009 07:51:48 -0400 Received: from lechat.rtp-net.org ([88.191.19.38]:51609) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MHG9j-0006Z6-Gy for qemu-devel@nongnu.org; Thu, 18 Jun 2009 07:51:47 -0400 Received: from lechat.rtp-net.org (localhost [127.0.0.1]) by lechat.rtp-net.org (Postfix) with ESMTP id C0F9310086 for ; Thu, 18 Jun 2009 13:56:35 +0200 (CEST) From: Arnaud Patard (Rtp) Date: Thu, 18 Jun 2009 13:56:35 +0200 Message-ID: <87fxdxsqks.fsf@lechat.rtp-net.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [Qemu-devel] linux-user and signal handling List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, When doing some ltp syscall testing with arm-linux-user, some tests are failing with messages like that : qemu: uncaught target signal 6 (Aborted) - core dumped Child did not return core bit set! iteration 0, exit stat = 0x6 Core = 0, sig = 6, ex = 0 abort01 1 FAIL : Test failed Before, the tests were fine. The output was: qemu: uncaught target signal 6 (Aborted) - exiting qemu: uncaught target signal 6 (Aborted) - exiting qemu: uncaught target signal 6 (Aborted) - exiting abort01 1 PASS : Test passed I've not tested with other targets but I fear that x86 should have same trouble. From looking at the commits, I would say it's due to commit edf8e2af1453ce56c72b2f25a745e3734177a05d. I didn't try to revert it so it's like a shot in the dark. Has someone an idea how to fix the problem ? thanks, Arnaud