From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b84f51b862b7b6f5 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-01-09 12:41:24 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!feed3.newsreader.com!newsreader.com!news-xfer.cox.net!cox.net!nntp2.aus1.giganews.com!nntp.giganews.com!nntp3.aus1.giganews.com!nntp.clear.net.nz!news.clear.net.nz.POSTED!not-for-mail NNTP-Posting-Date: Thu, 09 Jan 2003 14:41:22 -0600 From: Craig Carey Newsgroups: comp.lang.ada Subject: Re: String library with garbage collection? Date: Fri, 10 Jan 2003 09:41:27 +1300 Message-ID: References: X-Newsreader: Forte Agent 1.92/32.572 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Organization: Customer of Mercury Telecommunications Ltd Cache-Post-Path: drone5.qsi.net.nz!unknown@tnt1-71.quicksilver.net.nz X-Cache: nntpcache 2.4.0b5 (see http://www.nntpcache.org/) X-Original-NNTP-Posting-Host: drone5-svc-skyt.qsi.net.nz X-Original-Trace: 10 Jan 2003 09:41:19 +1300, drone5-svc-skyt.qsi.net.nz NNTP-Posting-Host: 203.97.37.6 X-Trace: sv3-UyaBU4BYSHLJfbakJ+gvr+bUPrA4X99bnm2ZhRk9W3ezdjz8S00BRPWlbZRmtQxkvXXbG2EdqR2am98!kN1h6G/7809QstJjm8XwH9yh5ZyMyBT6C1QisI1cTsbYt7SI5BKJamvCyLHw+iJJRPbEOITldUGH!OR1c95o= X-Complaints-To: Complaints to abuse@clear.net.nz X-DMCA-Complaints-To: Complaints to abuse@clear.net.nz X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.1 Xref: archiver1.google.com comp.lang.ada:32842 Date: 2003-01-10T09:41:27+13:00 List-Id: On Fri, 10 Jan 2003 08:50:53 +1300, Craig Carey wrote: > >On Thu, 09 Jan 2003 11:33:56 +0100, Ingo "I. Marks" > wrote: > >>I'm looking for an open source dynamic string library with garbage ... > http://www.ijs.co.nz/code/ada95_strings_pkg.zip ... >Increasing the use of pointers increases the safeness of the program >since slicing can causes SIGSEGV's in Windows 2000 when the number of >tasks is increased by reducing the stack size. ... Whoops, that should say: increasing the safety of the package, rather than the safety of the 'program'. E.g. with GNAT, these arguments can be supplied: "-gnato -gnata -funwind-tables -bargs -E -largs --stack=0x2000" The 2000 bytes figure could be too small. [No "-Xlinker" before the "--stack=..." for GNAT 3.15p in Linux.] [To get GNAT's Symbolic tracebacks to return line numbers (excl. RedHat), instead of an empty string, the "-bargs -E" option would be added. A question about that was asked on 17-Dec-2002] Mailing lists: http://www.ijs.co.nz/ada_95.htm