GNU gdb 6.4-debian Copyright 2005 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i486-linux-gnu"...Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". (gdb) r Starting program: /usr/bin/dosemu.bin Linux DOS emulator 1.2.2.0 $Date: 2004/07/11$ Last configured at Wed Jun 14 11:20:04 CST 2006 on linux This is work in progress. Please test against a recent version before reporting bugs and problems. Submit Bug Reports, Patches & New Code to linux-msdos@vger.kernel.org or via the SourceForge tracking system at http://www.sourceforge.net/projects/dosemu DPMI-Server Version 0.9 installed FreeDOS kernel version 1.1.28 (Build 2028) [Dec 09 2002 21:55:55] Kernel compatibility 7.10 - WATCOMC - FAT32 support (C) Copyright 1995-2002 Pasquale J. Villani and The FreeDOS Project. All Rights Reserved. This is free software and comes with ABSOLUTELY NO WARRANTY; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. C: HD1 Pri:1 CHS= 0-1-1 start =0MB,size = 392 Press F8 to trace or F5 to skip CONFIG.SYS/AUTOEXEC.BAT Program received signal SIGSEGV, Segmentation fault. 0x468a5b2d in ?? () (gdb) c Continuing. Program received signal SIGSEGV, Segmentation fault. dosemu_fault1 (signal=11, scp=0x840d684) at sigsegv.c:320 320 dbug_printf("%02x ", *csp++); (gdb) bt #0 dosemu_fault1 (signal=11, scp=0x840d684) at sigsegv.c:320 #1 0x0807e90c in dosemu_fault (signal=11, context= {gs = 51, __gsh = 0, fs = 0, __fsh = 0, es = 123, __esh = 49168, ds = 123, __dsh = 0, edi = 26957, esi = 0, ebp = 0, esp = 3216375733, ebx = 13376, edx = 3, ecx = 135346753, eax = 2312294883, trapno = 14, err = 4, eip = 1183472429, cs = 115, __csh = 0, eflags = 2163330, esp_at_signal = 3216375733, ss = 123, __ssh = 0, fpstate = 0x840d6dc, oldmask = 0, cr2 = 1183472429}) at sigsegv.c:354 #2 #3 0x468a5b2d in ?? () (gdb) q The program is running. Exit anyway? (y or n)