Ben Greear wrote: > Is there any way to configure windows to dump a core file > that GDB can decode? If you are using Cygwin, the dumper utility is provided for this. See the users guide. > (Or, get a stack-trace some other way?) Attach to the process and "bt"? No core file is needed for that. Maybe you should supply some more details. Brian