I believe the bug is in the runtime's handling of a logging message when a place is started. I'll push a repair soon.
Curtis: What Racket build are you using? If it's a snapshot, which snapshot site did you use? At Wed, 9 Mar 2016 15:04:52 -0500, Alex Knauth wrote: > When you open DrRacket from the command-line, does it print out an error > message then? > > > On Mar 9, 2016, at 1:06 PM, Robby Findler <[email protected]> > wrote: > > > > Thanks. > > > > Robby > > > > On Wed, Mar 9, 2016 at 11:56 AM, Curtis Dutton <[email protected]> wrote: > >> It closes immediately with no error messages. Windows gives the standard > >> "This program stopped working unexpectedly." message. > >> > >> On Wed, Mar 9, 2016 at 11:37 AM, Robby Findler > >> <[email protected]> > >> wrote: > >>> > >>> Thank you for your time simplifying the bug. > >>> > >>> Do you get an error message with the crash, or does DrRacket just > >>> disappear? > >>> > >>> Robby > >>> > >>> > >>> On Wed, Mar 9, 2016 at 10:17 AM, Curtis Dutton <[email protected]> wrote: > >>>> I have found a way to completely crash the Dr. Racket gui in windows 7 > >>>> 64bit > >>>> just by opening a valid racket file. > >>>> > >>>> > >>>> Included are files that can reproduce the issue. At least it does 100% > >>>> reliably on my machine. I spent some time isolating a simple case that > >>>> still > >>>> reliably causes the crash. > >>>> > >>>> > >>>> Unzip the contents. > >>>> > >>>> > >>>> 1. Open DrRacket. > >>>> 2. Open bug.rkt > >>>> 3. View -> Show Log > >>>> 4, Type "debug" into the log messages filter control > >>>> 5. Run bug.rkt > >>>> 6. Open "another/repro.rkt" > >>>> > >>>> > >>>> The crash should occur during the compilation of repro.rkt. On my > >>>> installation I don't even need to run repro.rkt. It looks like part of > >>>> the > >>>> gui that checks syntax or compiles the code is what is bombing. > >>>> > >>>> > >>>> > >>>> Thanks, > >>>> Curtis > >>>> > > -- > You received this message because you are subscribed to the Google Groups > "Racket Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/racket-dev/B59E7EB0-45A1-485C-A318-CC1AB1FD6D > BD%40knauth.org. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Racket Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/20160309201149.361E065006D%40mail-svr1.cs.utah.edu. For more options, visit https://groups.google.com/d/optout.
