From: mejm2 AT hermes DOT cam DOT ac DOT uk (Michael Meeks) Newsgroups: comp.os.msdos.djgpp Subject: Monitor information, take 2 Date: 22 Jan 1997 14:49:45 GMT Organization: University of Cambridge, England Lines: 23 Sender: Michael Expires: 1 Feb Message-ID: <5c59e9$eed@lyra.csx.cam.ac.uk> Reply-To: michael AT imaginator DOT com NNTP-Posting-Host: hammer.chu.cam.ac.uk Summary: Re-worded request for run-time monitor / console information Originator: mejm2 AT hammer DOT chu DOT cam DOT ac DOT uk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Hello, Could anyone give me an indication of whether a run-time monitor exists for a) offscreen message printing, b) Unix style command parsing / batch files, c) Assert / pointer checking interface. Or whether it would be very easy / legal to make one out of some Linux code ? The reason I ask is that I have already written one, ( similar but more powerful than the Quake console ) and have a problem with saving crash-logs. It seems that having installed a new handler for say SIGABRT using 'signal', that when a SIGABRT happens the 'save log' code causes a GPF. I seem to remember reading in some Spec. that signals could only be routed to only a few standard routines, is this the case ?, is the problem solvable ? Thanks, Michael. --