From: "Miles F. Bintz Ii" Newsgroups: comp.os.msdos.djgpp Subject: Re: PF with CWSDPMI but not WIN95 Date: Wed, 21 Oct 1998 15:50:25 -0400 Organization: Clarkson Univeristy Lines: 19 Message-ID: References: NNTP-Posting-Host: polaris.clarkson.edu Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: news.clarkson.edu 908999431 15417 128.153.4.24 (21 Oct 1998 19:50:31 GMT) X-Complaints-To: abuse AT clarkson DOT edu NNTP-Posting-Date: 21 Oct 1998 19:50:31 GMT In-Reply-To: To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Wed, 21 Oct 1998, Miles F. Bintz Ii wrote: > I have a routine that is looking at argv and trying to extract data from > it. I do a strncpy and a strtoul and one of these is causing my program > to page fault in cwsdpmi. Oddly enough, this works under win95. I cant > step through the code in DOS because of problems with LFNs, so I can't > tell you for sure which one is causeing the problem. > > Are there any known bugs with either of these funcitons? > > -Miles > Never mind. I found the problem. The problem was in my code (surprise surprise). -Miles