From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp-1.sys.kth.se (smtp-1.sys.kth.se [130.237.32.175]) by krisdoz.my.domain (8.14.3/8.14.3) with ESMTP id oB1GY0OQ012793 for ; Wed, 1 Dec 2010 11:34:00 -0500 (EST) Received: from mailscan-1.sys.kth.se (mailscan-1.sys.kth.se [130.237.32.91]) by smtp-1.sys.kth.se (Postfix) with ESMTP id 739AE157A21 for ; Wed, 1 Dec 2010 17:33:54 +0100 (CET) X-Virus-Scanned: by amavisd-new at kth.se Received: from smtp-1.sys.kth.se ([130.237.32.175]) by mailscan-1.sys.kth.se (mailscan-1.sys.kth.se [130.237.32.91]) (amavisd-new, port 10024) with LMTP id FwPOu8MVz3z0 for ; Wed, 1 Dec 2010 17:33:53 +0100 (CET) X-KTH-Auth: kristaps [193.10.49.5] X-KTH-mail-from: kristaps@bsd.lv X-KTH-rcpt-to: tech@mdocml.bsd.lv Received: from [172.16.18.84] (unknown [193.10.49.5]) by smtp-1.sys.kth.se (Postfix) with ESMTP id 11607157A12 for ; Wed, 1 Dec 2010 17:33:52 +0100 (CET) Message-ID: <4CF678F0.6020304@bsd.lv> Date: Wed, 01 Dec 2010 17:33:52 +0100 From: Kristaps Dzonsons User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101030 Icedove/3.0.10 X-Mailinglist: mdocml-tech Reply-To: tech@mdocml.bsd.lv MIME-Version: 1.0 To: tech@mdocml.bsd.lv Subject: exit_status persistence. Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Ingo, I flushed out some peculiar behaviour in the new main.c. If a FATAL parse error occurs (e.g., rxdebug.1) when multiple files are passed on the command-line, subsequent files are parsed but not outputted. This occurs due to main.c:484. I don't want to monkey with exit_status---can you verify that exit_status may somehow be saved or reset between parses so that passing multiple files doesn't cause truncated output? Thanks, Kristaps -- To unsubscribe send an email to tech+unsubscribe@mdocml.bsd.lv