~/bld$ gdb writen GNU gdb 6.3.50_2004-12-28-cvs (cygwin-special) Copyright 2004 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 "i686-pc-cygwin"...(no debugging symbols found) (gdb) set args 3000000 (gdb) run Starting program: /home/scott/bld/writen.exe 3000000 Program received signal SIGSEGV, Segmentation fault. 0x61106323 in cygwin1!_alloca () from /usr/bin/cygwin1.dll (gdb) bt #0 0x61106323 in cygwin1!_alloca () from /usr/bin/cygwin1.dll #1 0x6102bca5 in cygwin_internal () from /usr/bin/cygwin1.dll #2 0x610ad7db in getppid () from /usr/bin/cygwin1.dll #3 0x610a087f in cygwin1!aclcheck () from /usr/bin/cygwin1.dll #4 0x0043307c in std::basic_filebuf >::xsputn () #5 0x0043e8b2 in std::operator<< > () #6 0x004012ec in main () (gdb)