From: "A.Appleyard" To: DJGPP AT sun DOT soe DOT clarkson DOT edu Date: Fri, 1 Dec 1995 11:38:35 GMT Subject: A -g funny I set my GO32 global variable this:- "set GO32=ansi driver d:/djgpp/contrib/libgrx/drivers/cirrus54.grn 2r1 noglob core t$gccdbg". Thus, if a program fails, it dumps to current directory a file t$gccdbg that says what assembler address of each current function call the failure happened at. I then call `symify -i t$gccdbg %1 > t$gccexp', and it creates a file t$gccexp that says what C++ line of each current function call the failure happened at. That nearly always happens OK. But if the program e.g. loops or takes too long, and I press ctrl-C, all I ever get in t$gccdbg is:- ==================== Ctrl-C Hit! Stopped at address 36c0b Why don't I get a full proper t$gccdbg if I press ctrl-C? My djgpp is from DJ112M1.ZIP DJ112M2.ZIP DJDEV112.ZIP DJDOC112.ZIP DJEMU112.ZIP DJEOE112.ZIP DJLGR112.ZIP DJLSR112.ZIP DJSRC112.ZIP DJTST112.ZIP FSDB091A.ZIP GAS23BN.ZIP GAS23DC.ZIP GCC260BN.ZIP GCC260DC.ZIP GCC260RM.ZIP GDB412BN.ZIP GDB412DC.ZIP GPP260.ZIP LGP260BN.ZIP LGP260DC.ZIP LGP260SR.ZIP TXI310BN.ZIP TXI310DC.ZIP UNZIP386.EXE WMEMU112.ZIP