Re: [racket-users] embedded Racket + runtime paths = ?

2015-11-15 Thread Dmitry Pavlov
ome to Racket v6.3.0.3. > (require setup/dirs) > (get-build-stamp) "20151115-e3d78e4" > (exit) >raco ctool --c-mods src/base.c ++lib my-lib/my-lib-module --runtime ./runtime copy-and-patch-binaries: not enough room in executable for revised #rx#"rUnTiMe-paths[)]" table

Re: [racket-users] embedded Racket + runtime paths = ?

2015-11-15 Thread Matthew Flatt
At Sun, 15 Nov 2015 13:24:07 +0300, Dmitry Pavlov wrote: > On 11/13/2015 06:33 PM, Matthew Flatt wrote: > > [...] So, if the immediate > > repair doesn't solve the problem for you, a follow-up change might. > > [...] > Is it e3d78e4, or it is to be done yet? Yes, it's e3d78e4. -- You received

Re: [racket-users] embedded Racket + runtime paths = ?

2015-11-15 Thread Dmitry Pavlov
Matthew, On 11/13/2015 06:33 PM, Matthew Flatt wrote: I've pushed a change that may solve this problem. The change was to the way that `--runtime` determines a shared path prefix among runtime files, so that it can copy them to a new place but keep relative paths intact. On Windows, the paths

[racket-users] DrRacket just crashed 3 times in a row in quick succession so far

2015-11-15 Thread Alex Knauth
I have no idea what could have caused this, but if it helps, here's the crash report from the 3rd time: Process: DrRacket [10818] Path: /Applications/Racket/*/DrRacket.app/Contents/MacOS/DrRacket Identifier:org.racket-lang.DrRacket Version:

Re: [racket-users] DrRacket just crashed 3 times in a row in quick succession so far

2015-11-15 Thread Matthew Flatt
I can see why shutting down a custodian might cause a crash like that. I'll push a repair for the problem that I see, and maybe it will solve the crash for you. At Sun, 15 Nov 2015 18:29:15 -0500, Alex Knauth wrote: > I got DrRacket crash again while editing my program, then ran your program (I

Re: [racket-users] DrRacket just crashed 3 times in a row in quick succession so far

2015-11-15 Thread Alex Knauth
I got DrRacket crash again while editing my program, then ran your program (I saved it as try.rkt), with tmp.rkt replaced with my program, and running try.rkt from the command line worked fine, with no segfaults or error messages. (Although compiling my program gives an error that I expected

Re: [racket-users] DrRacket just crashed 3 times in a row in quick succession so far

2015-11-15 Thread Alex Knauth
I've gotten it several more times now, and it seems to happen in response to me typing something, but it doesn't happen when I type one character, then save, then type another character. Then I accidentally type two characters one after another without saving, and that's when it seems to crash