Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <00F8D6E8AB0DD3118F1A006008186C96035130@server1.axonet.com.au> From: Andrew Dalgleish To: "'cygwin AT sourceware DOT cygnus DOT com'" Subject: debugging across fork Date: Fri, 27 Aug 1999 12:12:36 +1000 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) Content-Type: text/plain I have found a short repeatable 95 fork bug (see below). How do I debug into the child of a fork? I have Mumit's build of Insight, but I can't seem to get the "follow-fork-mode" to work. (BTW, thank you Mumit.) Regards, Andrew Dalgleish #include int main(int argc, char *argv[]) { if (! fork()) socket(AF_INET, SOCK_STREAM, 0); return 0; } -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com