Re: [racket-dev] Seg Fault in GC with Pre-Release Racket

2012-04-22 Thread Doug Williams
No, the errors are printed in a terminal window. Since I have visual studio loaded on that machine, I get a VS pop up asking if I want to enter the debugger. I can see the stack in the debugger, but there are no symbols, etc so I'm not sure a stack trace there would be helpful. If I don't enter the

Re: [racket-dev] Seg Fault in GC with Pre-Release Racket

2012-04-21 Thread Robby Findler
Do you get a button that lets you get a stacktrace? Robby On Sat, Apr 21, 2012 at 7:54 PM, Doug Williams wrote: > I downloaded Saturday's build and get the same Seg Fault (the address is > different) when I run my large app under DrRacket. However, the application > runs fine while I compile it

Re: [racket-dev] Seg Fault in GC with Pre-Release Racket

2012-04-21 Thread Doug Williams
I downloaded Saturday's build and get the same Seg Fault (the address is different) when I run my large app under DrRacket. However, the application runs fine while I compile it and run it standalone. On Thu, Apr 19, 2012 at 9:32 AM, Williams, Doug wrote: > I have downloaded the latest pre-releas

[racket-dev] Seg Fault in GC with Pre-Release Racket

2012-04-19 Thread Williams, Doug
I have downloaded the latest pre-release for v5.3 (plt-5.2.901.1-bin-i386-win32.exe). All of my PLaneT collections load and run fine. But, my large application at work fails to run - it dies during startup with "Seg Fault (internal error during gc) at 58720044" printed (twice) in a new window. It's