From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by walapai.inria.fr (8.13.6/8.13.6) with ESMTP id oBO43Dhu009249 for ; Fri, 24 Dec 2010 05:03:13 +0100 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ah0CAEWqE03AbSoIe2dsb2JhbACDZJIwjhkVAQEWIgQgsDSQUg2BE4M2dASFIYsJ X-IronPort-AV: E=Sophos;i="4.60,222,1291590000"; d="scan'208";a="83423370" Received: from einhorn.in-berlin.de ([192.109.42.8]) by mail4-smtp-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-SHA; 24 Dec 2010 05:03:08 +0100 X-Envelope-From: oliver@first.in-berlin.de X-Envelope-To: Received: from first (e178002146.adsl.alicedsl.de [85.178.2.146]) (authenticated bits=0) by einhorn.in-berlin.de (8.13.6/8.13.6/Debian-1) with ESMTP id oBO436SS024614 for ; Fri, 24 Dec 2010 05:03:07 +0100 Received: by first (Postfix, from userid 1000) id 4C10144220F; Fri, 24 Dec 2010 05:03:06 +0100 (CET) Date: Fri, 24 Dec 2010 05:03:06 +0100 From: oliver@first.in-berlin.de To: caml-list@yquem.inria.fr Message-ID: <20101224040306.GA18312@siouxsie> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-Scanned-By: MIMEDefang_at_IN-Berlin_e.V. on 192.109.42.8 Subject: [Caml-list] PCRE: Invalid_argument("Pcre.get_offset_start: illegal offset") Hello, I could not find a description in the PCRE-documentation, where this error comes from. This does occur on my call to get_substring, but get_substring has documented exceptions, in case something goes wrong: * Invalid_argument if n is not in the range of the number of substrings. * Not_found if the corresponding subpattern did not capture a substring. Any idea? Ciao, Oliver