delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT sourceware DOT cygnus DOT com> |
List-Subscribe: | <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com> |
List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, |
<http://sourceware.cygnus.com/ml/#faqs> | |
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 <andrewd AT axonet DOT com DOT au> |
To: | "'cygwin AT sourceware DOT cygnus DOT com'" <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) |
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 <sys/socket.h> 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |