From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18525 invoked by alias); 19 Apr 2005 07:45:35 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 18501 invoked from network); 19 Apr 2005 07:45:31 -0000 Received: from unknown (HELO smtp-vbr3.xs4all.nl) (194.109.24.23) by sourceware.org with SMTP; 19 Apr 2005 07:45:31 -0000 Received: from webmail.xs4all.nl (webmail9.xs4all.nl [194.109.22.169]) by smtp-vbr3.xs4all.nl (8.12.11/8.12.11) with ESMTP id j3J7jOAA020736; Tue, 19 Apr 2005 09:45:24 +0200 (CEST) (envelope-from mark.kettenis@xs4all.nl) Received: from 192.87.1.200 by webmail.xs4all.nl with HTTP; Tue, 19 Apr 2005 09:45:25 +0200 (CEST) Message-ID: <7468.192.87.1.200.1113896725.squirrel@192.87.1.200> In-Reply-To: <4264B432.9000101@onevision.de> References: <4264B432.9000101@onevision.de> Date: Tue, 19 Apr 2005 07:45:00 -0000 Subject: Re: gdb stack trace problems (Addendum) From: "Mark Kettenis" To: "Roland Schwingel" Cc: "Mark Kettenis" , gdb@sources.redhat.com User-Agent: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-SW-Source: 2005-04/txt/msg00126.txt.bz2 Hi Roland, [Dropped Dan, he's busy enough with other stuff, and he can always read it on the list] > Also I want to mention that it might have something to do with threading. > In a nonthreaded app I don't have any problems with gdb 6.3.50 stack > dumping. Only if it links in different code, or is multi-threading still cooperative on Windblows. Anyway, what I really need is the disassembly for SleepEx as implemented in the DLL. Not the import stub, or dissassembly of some random memory contents (the Sleep you showd is an import stub, and the call *0xdeadbeef in it means it calls the contents of address 0xdeadbeef, not address 0xdeadbeef itself). Cheers, Mark