From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sc8-sf-mx1-b.sourceforge.net ([10.3.1.91] helo=sc8-sf-mx1.sourceforge.net) by sc8-sf-list1.sourceforge.net with esmtp (Exim 4.30) id 1Dsp5L-00046A-BK for user-mode-linux-devel@lists.sourceforge.net; Wed, 13 Jul 2005 14:48:07 -0700 Received: from dsl092-053-140.phl1.dsl.speakeasy.net ([66.92.53.140] helo=grelber.thyrsus.com) by sc8-sf-mx1.sourceforge.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.44) id 1Dsp5J-0006sE-Om for user-mode-linux-devel@lists.sourceforge.net; Wed, 13 Jul 2005 14:48:07 -0700 From: Rob Landley Subject: Re: [uml-devel] Am I doing something wrong with -skas0? References: <200507122346.40320.rob@landley.net> <42D504D8.1010606@fujitsu-siemens.com> In-Reply-To: <42D504D8.1010606@fujitsu-siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507131647.53822.rob@landley.net> Sender: user-mode-linux-devel-admin@lists.sourceforge.net Errors-To: user-mode-linux-devel-admin@lists.sourceforge.net List-Unsubscribe: , List-Id: The user-mode Linux development list List-Post: List-Help: List-Subscribe: , List-Archive: Date: Wed, 13 Jul 2005 16:47:53 -0500 To: Bodo Stroesser Cc: user-mode-linux-devel@lists.sourceforge.net On Wednesday 13 July 2005 07:11, Bodo Stroesser wrote: > Rob Landley wrote: > > Am I doing it right? Is there anything I can do to help track this down? > > > > Rob > > The value of EIP reported in your earlier mail is quite surprising. > Could you please "objdump" vmlinux and send the part of > "stub_segv_handler"? > > Bodo I'm guessing you want objdump -d, and here's stub_segv_handler from that: 081020b0 : 81020b0: 8b 44 24 5c mov 0x5c(%esp),%eax 81020b4: a3 04 f0 ff bf mov %eax,0xbffff004 81020b9: 8b 44 24 3c mov 0x3c(%esp),%eax 81020bd: a3 00 f0 ff bf mov %eax,0xbffff000 81020c2: 8b 44 24 38 mov 0x38(%esp),%eax 81020c6: a3 08 f0 ff bf mov %eax,0xbffff008 81020cb: b8 14 00 00 00 mov $0x14,%eax 81020d0: cd 80 int $0x80 81020d2: 89 c3 mov %eax,%ebx 81020d4: b8 25 00 00 00 mov $0x25,%eax 81020d9: b9 0a 00 00 00 mov $0xa,%ecx 81020de: cd 80 int $0x80 81020e0: 58 pop %eax 81020e1: 58 pop %eax 81020e2: 58 pop %eax 81020e3: b8 77 00 00 00 mov $0x77,%eax 81020e8: cd 80 int $0x80 81020ea: c3 ret Rob ------------------------------------------------------- This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual core and dual graphics technology at this free one hour event hosted by HP, AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel