From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57974) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXCLR-0002WJ-7f for qemu-devel@nongnu.org; Wed, 02 Sep 2015 14:01:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXCLM-0004uB-Lu for qemu-devel@nongnu.org; Wed, 02 Sep 2015 14:01:13 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60105) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXCLM-0004tX-HF for qemu-devel@nongnu.org; Wed, 02 Sep 2015 14:01:08 -0400 From: John Snow Message-ID: <55E73963.8080004@redhat.com> Date: Wed, 2 Sep 2015 14:01:07 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] SLIRP segfault? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel Cc: Jan Kiszka , samuel.thibault@ens-lyon.org There was a downstream bug filed against qemu-kvm-2.3.1-1.fc22.x86_64 that appeared to segfault in the AHCI code when trying to install OSX Yosemite. The debug output looked a little strange, so I asked for a new stack-trace on an upstream build using --enable-debug to disable optimizations. This trace came back as segfaulting in SLIRP. Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1255144 --enable-debug trace: https://bugzilla.redhat.com/attachment.cgi?id=1069114 I don't have OSX to try to reproduce, diagnose and debug. Anyone here have any thoughts? === Here is a paraphrased summary of the problem from reporter Dick Marinus: 'Version: qemu-kvm-2.3.1-1.fc22.x86_64 Steps to Reproduce: 1. Install OS X Yosemite using these instructions http://www.contrib.andrew.cmu.edu/~somlo/OSXKVM/ 2. Do some CPU intensive task like compressing a large file Actual results: qemu-kvm crashes with a segmentation failure' 'The backtrace completely changed but it is reproducable using qemu-2.3.1 compiled with: './configure' '--target-list=x86_64-softmmu' '--enable-debug' '--enable-kvm' '--enable-spice' '--prefix=/home/meeuw/git/qemu/' print ad->cur_cmd obviously doesn't work for this backtrace. I've tried qemu (git) master a few weeks ago and it didn't segfault but OS X crashed (freezed) anyway.' --js