[racket] Planet packager running out of memory

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Tue Aug 10 23:22:36 EDT 2010

Thanks for looking into a smaller module. I don't see anything wrong
offhand with that file.

Robby

On Tue, Aug 10, 2010 at 10:20 PM, Hari Prashanth <krhari at ccs.neu.edu> wrote:
> Yes it does complete when I use "raco setup". And the docs were
> proper.
>
> The purely-functional-datastructures folder contains around 50
> files(includes all the scribble files).
>
> This is the command I used
>
> raco planet create purely-functional-datastructures
>
> I have attached the info.rkt... If you want I can give you access
> to the whole folder. Let me know. (I am trying to come up with a
> smaller example)
>
> Thanks
> Hari
>
> ----- Original Message -----
> From: "Robby Findler" <robby at eecs.northwestern.edu>
> To: "Hari Prashanth" <krhari at ccs.neu.edu>
> Cc: "racket" <users at lists.racket-lang.org>
> Sent: Tuesday, August 10, 2010 8:13:03 PM GMT -05:00 US/Canada Eastern
> Subject: Re: [racket] Planet packager running out of memory
>
> When you build a documentation link and then run "raco setup" does
> that complete (and build the docs properly)?
>
> If so, it would probably help if you could post the code that triggers
> the problem (or, if you have the time, as small an example as you can
> that demonstrates the problem).
>
> Robby
>
> On Tue, Aug 10, 2010 at 6:22 PM, Hari Prashanth <krhari at ccs.neu.edu> wrote:
>> Hi,
>>
>> I am trying to create a Planet package. On Ubuntu, when I run
>>
>> raco planet create purely-functional-datastructures/
>>
>> It starts building the package by saying
>>
>> Building: functional-data-structures.scrbl
>>
>> But after couple of minutes my laptop completely stops responding.
>> Has anyone noticed such a thing? I can post the info.rkt if anyone
>> wants to take a look at it.
>>
>> On Windows I get this error after couple of minutes. It says
>> it could not generate the docs(its a pretty huge file). But I have
>> generated the doc file many times without any problem.
>>
>>
>> Building: functional-data-structures.scrbl
>> PLaneT packager: Error generating scribble documentation: out of memory
>>
>>  === context ===
>> standard-module-name-resolver
>> C:\Program Files (x86)\Racket\collects\typed-scheme\typecheck\typechecker.rkt: [
>> traversing imports]
>> C:\Program Files (x86)\Racket\collects\typed-scheme\private\with-types.rkt: [tra
>> versing imports]
>> C:\Program Files (x86)\Racket\collects\typed-scheme\typed-scheme.rkt: [traversin
>> g imports]
>> C:\Program Files (x86)\Racket\collects\typed\scheme\base.rkt: [traversing import
>> s]
>> C:\Program Files (x86)\Racket\collects\typed\scheme.rkt: [traversing imports]
>> C:\Program Files (x86)\Racket\collects\racket\private\more-scheme.rkt:158:2: cal
>> l-with-break-parameterization
>> C:\Program Files (x86)\Racket\collects\racket\sandbox.rkt:704:9: loop
>>
>> Refusing to continue packaging.
>>
>>  === context ===
>> C:\Program Files (x86)\Racket\collects\planet\util.rkt:356:2: make-planet-archiv
>> e
>> C:\Program Files (x86)\Racket\collects\planet\raco.rkt: [running body]
>> C:\Program Files (x86)\Racket\collects\raco\raco.rkt: [running body]
>> C:\Program Files (x86)\Racket\collects\raco\main.rkt: [running body]
>>
>> Thanks
>> Hari
>> _________________________________________________
>>  For list-related administrative tasks:
>>  http://lists.racket-lang.org/listinfo/users
>>
>


Posted on the users mailing list.