From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stas Sergeev Subject: Re: S-Lang Error Date: Sat, 14 Feb 2004 00:22:07 +0300 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <402D3FFF.7050502@aknet.ru> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-msdos@vger.kernel.org Hello. Nicolai Kuntze wrote: > I've browsed the source, but after this I'm not further then before. I > have a leavedos(1|0x1) and I think I get this every time the execution > of the program in the box failes. Can I switch on some debugging to get > a closer look on this? The best way to investigate the source of leavedos() call would be to compile dosemu with debug info, start it under gdb and, setting the break-point to leavedos(), produce a stack trace when that break-point is reached.