Date: Wed, 9 May 2001 14:26:33 +0300 (IDT) From: Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> X-Sender: eliz AT is To: =?big5?B?rn2qorGp?= <ywshei AT iamsun01 DOT iam DOT ntu DOT edu DOT tw> cc: djgpp AT delorie DOT com Subject: RE: GPF after a litte bit of running time. In-Reply-To: <11EAFB397842D311A98900104B0BFC2BE0F2@iamsun01.iam.ntu.edu.tw> Message-ID: <Pine.SUN.3.91.1010509142338.19857i@is> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 9 May 2001, =?big5?B?rn2qorGp?= wrote: > I have tried to use the "gdb list *0x13bf84", but he say > "No source". This means it crashes inside some library function your program calls, and that library was compiled without debugging info. You need to look at the code that could be run from an interrupt handler, and make sure all that code and data it touches are locked. Sections 18.9 and 18.11 of the FAQ explain what does it mean to lock the code and data.