From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: Re: make-regexp error memory leak Date: Sat, 24 Jul 2004 09:06:37 +1000 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <878ydajpc2.fsf@zip.com.au> References: <87pt7bpbzo.fsf@zip.com.au> <87brir67fk.fsf@trouble.defaultvalue.org> <87eknmnjc5.fsf@zip.com.au> <87vfgxt5vx.fsf@trouble.defaultvalue.org> <878ydsk9qa.fsf@zip.com.au> <87ekniqtjl.fsf@trouble.defaultvalue.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1090624375 29410 80.91.224.253 (23 Jul 2004 23:12:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 23 Jul 2004 23:12:55 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Jul 24 01:12:45 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bo9DZ-0001c9-00 for ; Sat, 24 Jul 2004 01:12:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bo9GT-0006g8-Ea for guile-devel@m.gmane.org; Fri, 23 Jul 2004 19:15:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bo9G3-0006dN-R9 for guile-devel@gnu.org; Fri, 23 Jul 2004 19:15:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bo9G1-0006bo-95 for guile-devel@gnu.org; Fri, 23 Jul 2004 19:15:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bo9G1-0006be-0n for guile-devel@gnu.org; Fri, 23 Jul 2004 19:15:17 -0400 Original-Received: from [61.8.0.85] (helo=mailout2.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Bo9Ck-00018z-Ha for guile-devel@gnu.org; Fri, 23 Jul 2004 19:11:55 -0400 Original-Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86]) by mailout2.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i6NNBnje026678; Sat, 24 Jul 2004 09:11:49 +1000 Original-Received: from localhost (ppp2D37.dyn.pacific.net.au [61.8.45.55]) by mailproxy1.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i6NNBlvd011638; Sat, 24 Jul 2004 09:11:49 +1000 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1Bo97f-0000cu-00; Sat, 24 Jul 2004 09:06:39 +1000 Original-To: Rob Browning Mail-Copies-To: never User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:3878 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:3878 Rob Browning writes: > > For example, try storing a large number in a > 64-bit vector -- the printed representations are wrong. Ah, a bit dodgy that. If you're hunting dodginess, it looks like make-s16vector may assume a short is 16-bits when converting the "fill" parameter from an SCM. A system with a bigger short probably gets values silently truncated instead of provoking range errors. Similarly u16, and s32 and u32 with "int". _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel