From: SMTP%"Alexander.Gamous@usa.net" 8-OCT-1997 06:53:27.86 To: "Dieter Schmidt" , CC: Subj: Re: softice problem Return-Path: owner-ntdev@atria.com Received: by arisia.gce.com (UCX V4.1-12C, OpenVMS V7.1 VAX); Wed, 8 Oct 1997 06:46:42 -0400 Received: from gw.atria.com (gw.atria.com [192.88.237.2]) by bort.mv.net (8.8.5/mem-951016) with SMTP id OAA19839 for ; Tue, 7 Oct 1997 14:17:55 -0400 (EDT) Received: by gw.atria.com id Tue, 7 Oct 1997 07:25:35 -0400 Received: from dns01.ops.usa.net by gw.atria.com id Tue, 7 Oct 1997 07:25:29 -0400 Received: (qmail 28374 invoked by alias); 7 Oct 1997 11:25:25 -0000 Message-ID: <19971007112525.28371.qmail@dns01.ops.usa.net> Received: (qmail 28301 invoked from network); 7 Oct 1997 11:25:21 -0000 Received: from unknown (HELO sasha2.server) (194.90.41.62) by dns01.ops.usa.net with SMTP; 7 Oct 1997 11:25:21 -0000 Reply-To: From: "Alexander\(Sasha\) Gamous" To: "Dieter Schmidt" , Cc: Subject: Re: softice problem Date: Tue, 7 Oct 1997 13:23:07 +0200 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1155 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-ntdev@atria.com Precedence: bulk Internally Soft ICE only deals with the first 8 letter of a module name. So if your source code does not match symbols verify that no other module with the same first 8 letters in the name exist in the system. A ring 3 application is considered to be a module. >when it hits a breakpoint during IOCTL ... If both the application that generates the IOCTL and the driver are named xxxxxxxx.... you will have the problem. Alexander Gamous Smart Link Ltd.. ( www.SmLink.com ) Email Alexander.Gamous@usa.net ============================================================================ == ---------- From: Dieter Schmidt To: ess013@comm.mot.com Cc: ntdev@atria.com Subject: Re: softice problem Date: 07 October 1997 11:02 > From: ess013@comm.mot.com > To: > Subject: softice problem > Date: Mon, 6 Oct 1997 14:45:34 -0400 > I purchased softice not long ago and have been using it with relatively > no problems--until now. All of a sudden, it is not finding the source > for my driver at certain times. That is, at the time my driver loads, I > have a breakpoint in my driver entry code and when it hits, I am able to > step through my source code. Same with unloading. However, when it hits > a breakpoint during IOCTL, it is not able to bring up my source code, > and I am looking at assembly. I entered sym to see what symbols are > loaded, and everything seems to be there. I have the directory set to > look for my source code in the proper place, I have it set to translate > symbols and source code..... This worked a week ago!!! Anyone run into > any similar problems or have any clue what might be missing??? > > Thanks, > Sherri > > Sherri Scharf > Software Engineer > Motorola, Land Mobile Products Sector > Plantation, Florida > Phone: (954)723-6878 Fax: (954)723-4327 > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > [ To unsubscribe, send email to ntdev-request@atria.com with body > UNSUBSCRIBE (the subject is ignored). ] > I have this problem when I use driver names with more than 8 characters. Try to keeping the filenames to an 8.3 filename format or using the SYMLOC command to manually relocate the symbol table. Dieter ================================================== MEN Mikro Elektronik GmbH Nuernberg, Germany = = = = = = = = = = = = = = = = Software Development Dieter Schmidt Fax: +49/911/99335-95 Phone: +49/911/99335-68 http://www.men.de/ Email: Dieter.Schmidt@men.de ================================================== - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [ To unsubscribe, send email to ntdev-request@atria.com with body UNSUBSCRIBE (the subject is ignored). ] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [ To unsubscribe, send email to ntdev-request@atria.com with body UNSUBSCRIBE (the subject is ignored). ]