Date: Tue, 7 Feb 1995 08:03:10 -0500 (EST) From: Kimberley Burchett Subject: Re: program crashed only when profiled To: DJGPP Mailing List On Mon, 6 Feb 1995, Charles Sandmann wrote: > This is expected behavior (a known bug). When you hook a HW interrupt > like the timer interrupt, you cannot page fault any of the memory you > access in the HW interrupt. Ha ha!!! :) Finally I think I understand a problem I've been beating my head on for the last two months. :) :) :) :) I knew about this but it just hadn't clicked... Of course, now I have to deal with the problem that the only way to fix this is to wait for V2, but since my prog won't (yet) work in DPMI, that's no solution at all. :( Kim