X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: tm Newsgroups: comp.lang.misc,comp.os.msdos.djgpp Subject: Re: ANN: Seed7 Release 2011-11-11 Date: Mon, 28 Nov 2011 14:34:09 -0800 (PST) Organization: http://groups.google.com Lines: 34 Message-ID: <11cd6488-9a62-434a-8dd6-0ac9313bc340@h5g2000yqk.googlegroups.com> References: <7037d719-14a3-4e62-8ebc-0fdbdbdf1db1 AT r9g2000vbw DOT googlegroups DOT com> <7LqdnYyCWN_TE1jTnZ2dnUVZ_v2dnZ2d AT earthlink DOT com> NNTP-Posting-Host: 84.112.82.23 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1322519781 19087 127.0.0.1 (28 Nov 2011 22:36:21 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Mon, 28 Nov 2011 22:36:21 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: h5g2000yqk.googlegroups.com; posting-host=84.112.82.23; posting-account=269_QwoAAADSifhJt6OVa6bEjZR2ZMUB User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (Ubuntu; X11; Linux i686; rv:8.0) Gecko/20100101 Firefox/8.0,gzip(gfe) Bytes: 2861 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id pASMj1bH023964 Reply-To: djgpp AT delorie DOT com On Nov 18, 7:10 am, Rugxulo wrote: > Hi, > > On Nov 17, 4:44 pm, "Charles Sandmann" wrote: > > > >"Rugxulo" wrote in message > > >news:a9b37d4c-a83d-4d88-be23-174d4fe9072a AT k10g2000yqn DOT googlegroups DOT com... > > > It mostly (but not fully) seems to work. I can't remember why DJGPP > > > will sometimes say "No swap space!" > > > That message is from CWSDPMI.  It shouldn't appear, but adding > > more memory or disk space should make it go away. > > I don't know what Seed7 was trying to do exactly, but I'm 99% sure it > wasn't lack of RAM (as I had oodles). Now, disk space, maybe, because > I was (at the time) running all atop a 100 MB RAM disk, including the > (temporary) DJGPP install. But who knows, maybe he was intentionally > trying to malloc a lot of space. A test which intentionally used malloc, to get huge amounts of memory (to provoke a MEMORY_ERROR exception), was removed from chkexc.sd7 in version 2011-10-03. It caused swapping and other problems with 64-bit MacOS. Greetings Thomas Mertes -- Seed7 Homepage: http://seed7.sourceforge.net Seed7 - The extensible programming language: User defined statements and operators, abstract data types, templates without special syntax, OO with interfaces and multiple dispatch, statically typed, interpreted or compiled, portable, runs under linux/unix/windows.