From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.bugs Subject: Re: regexp-exec fails for long strings Date: Thu, 25 Apr 2002 16:29:40 -0700 Sender: bug-guile-admin@gnu.org Message-ID: References: <20020425214713.GA19857@www> Reply-To: ttn@glug.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1019777792 21553 127.0.0.1 (25 Apr 2002 23:36:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 25 Apr 2002 23:36:32 +0000 (UTC) Cc: bug-guile@gnu.org, guile-user@gnu.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 170smt-0005bU-00 for ; Fri, 26 Apr 2002 01:36:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 170sme-0000NG-00; Thu, 25 Apr 2002 19:36:16 -0400 Original-Received: from ca-crlsbd-u5-c4a-a-172.crlsca.adelphia.net ([24.48.214.172] helo=giblet) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 170skg-0000CA-00; Thu, 25 Apr 2002 19:34:14 -0400 Original-Received: from ttn by giblet with local (Exim 3.33 #1 (Debian)) id 170sgG-0001Na-00; Thu, 25 Apr 2002 16:29:40 -0700 Original-To: rm@fabula.de In-Reply-To: <20020425214713.GA19857@www> (rm@fabula.de) Errors-To: bug-guile-admin@gnu.org X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GUILE, GNU's Ubiquitous Extension Language List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.bugs:185 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:185 From: rm@fabula.de Date: Thu, 25 Apr 2002 23:47:13 +0200 | guile> (test ok) | string-length 42 => ok | guile> (test (+space ok 11672)) | string-length 11714 => ok | guile> (test (+space ok 11673)) | string-length 11715 => ok | guile> (test (+space ok 11674)) | string-length 11716 => FAIL | guile> (test (+space ok 11675)) | string-length 11717 => FAIL | guile> (test (+space ok 11700)) | string-length 11742 => FAIL | guile> i traced this to `regexec' (glibc 2.2.4) and stopped -- it's not a guile bug after all, as far as i could tell. (also, could not reproduce the behavior under FreeBSD 4.4-RELEASE.) probably time to apt-get update... thi _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://mail.gnu.org/mailman/listinfo/bug-guile