From mboxrd@z Thu Jan 1 00:00:00 1970 From: julia.lawall@lip6.fr (Julia Lawall) Date: Tue, 4 Jul 2017 18:59:39 +0200 (CEST) Subject: [Cocci] Matching format strings In-Reply-To: <20170704165655.yu7wwg7aomihs4of@eos.mistotebe.net> References: <20170704151108.2mvifcg7cyhztbh5@eos.mistotebe.net> <20170704160123.lilble53tmv5t5va@eos.mistotebe.net> <20170704162732.urhtl54j3gbj3myh@eos.mistotebe.net> <20170704165655.yu7wwg7aomihs4of@eos.mistotebe.net> Message-ID: To: cocci@systeme.lip6.fr List-Id: cocci@systeme.lip6.fr > > How about adding a timeout (eg --timeout 120) and then see how much is > > left over. > > I get: > timeout (we abort) > Fatal error: exception Common.Timeout > > and no patch is produced, if I wait the 1028 seconds, I get the expected > patch. I think that supports your hypothesis about trying to process the > continue. If you run Coccinelle on the whole directory, it should timeout on some files, and then work on the other ones. Indeed, if there is a timeout at one point for a file then you won't get any patch for that file at all. julia