[racket-dev] Creating executables still broken

From: Marijn (hkBst at gentoo.org)
Date: Mon Oct 3 10:10:15 EDT 2011

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi list,

creating executables is still broken and seems now to cause lots of
memory allocation causing my system to start thrashing...

$ cat hello.rkt
#lang racket
(print "hello")

$ raco exe -o hello hello.rkt
[.starts thrashing.]

Marijn


On 09/16/11 10:59, Marijn wrote:
> On 09/05/11 10:03, Marijn wrote:
>> Hi Vincent,
> 
>> On 09/02/11 19:33, Vincent St-Amour wrote:
>>> At Fri, 02 Sep 2011 09:15:20 +0200, Marijn wrote:
>>>> I just tried with latest git and nothing has changed for me.
>>>>  Neither the wrong message, nor the failing executable.
> 
>>> You're building executables from DrRacket, right?
> 
>>> Does it work if you build them from the command-line, with
>>> `raco exe'?
> 
>>> Vincent
> 
>> No, it doesn't work either:
> 
>> $ cat hello.rkt #lang racket
> 
>> (print "hello") $ raco exe -o hello hello.rkt $ ./hello read
>> failed to read all 885871033 bytes from file 
>> /home/marijn/racketzooi/./hello Aborted
> 
> The above bug is still manifested in today's git.
> 
> Marijn _________________________________________________ For
> list-related administrative tasks: 
> http://lists.racket-lang.org/listinfo/dev

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk6JwkcACgkQp/VmCx0OL2x5wgCfQLHTHRzxs00DOZjDd4R3AC+U
+UUAoMT6tkSNwrbF9S0jjktNtQkHPSeq
=zH4m
-----END PGP SIGNATURE-----


Posted on the dev mailing list.