Re: [racket-dev] Too many struct definitions leads to literal local-code error

2013-08-07 Thread Matthew Flatt
, August 5, 2013 3:09:50 PM GMT -05:00 US/Canada Eastern Subject: Re: [racket-dev] Too many struct definitions leads to literal local-code error Seeing #local-code is about the same as a seg fault. Can you send me something to replicate the crash on my machine? On Aug 5, 2013, at 11:55 AM

Re: [racket-dev] Too many struct definitions leads to literal local-code error

2013-08-07 Thread J. Ian Johnson
: [racket-dev] Too many struct definitions leads to literal local-code error Thanks --- I've pushed a repair, finally. Unless I'm confused, the problem was a bug in the bytecode format that has been around since v300 or so. At Mon, 5 Aug 2013 15:20:17 -0400 (EDT), J. Ian Johnson wrote: Pushed current

[racket-dev] Too many struct definitions leads to literal local-code error

2013-08-05 Thread J. Ian Johnson
I'm working more on my analysis framework, and added many different kinds of new continuation frames. I get to a point where I comment out all definitions past a certain point (and their uses) and the program compiles. I add one more (any one) and I get the following error:

Re: [racket-dev] Too many struct definitions leads to literal local-code error

2013-08-05 Thread J. Ian Johnson
...@ccs.neu.edu To: dev dev@racket-lang.org Sent: Monday, August 5, 2013 2:55:01 PM GMT -05:00 US/Canada Eastern Subject: [racket-dev] Too many struct definitions leads to literal local-code error I'm working more on my analysis framework, and added many different kinds of new continuation frames. I get

Re: [racket-dev] Too many struct definitions leads to literal local-code error

2013-08-05 Thread Matthew Flatt
Seeing #local-code is about the same as a seg fault. Can you send me something to replicate the crash on my machine? On Aug 5, 2013, at 11:55 AM, J. Ian Johnson i...@ccs.neu.edu wrote: I'm working more on my analysis framework, and added many different kinds of new continuation frames. I

Re: [racket-dev] Too many struct definitions leads to literal local-code error

2013-08-05 Thread J. Ian Johnson
. Ian Johnson i...@ccs.neu.edu Cc: dev dev@racket-lang.org Sent: Monday, August 5, 2013 3:09:50 PM GMT -05:00 US/Canada Eastern Subject: Re: [racket-dev] Too many struct definitions leads to literal local-code error Seeing #local-code is about the same as a seg fault. Can you send me something