I'm glad to hear that helped.

Looking at the code, I'm puzzled because I don't see how
configure-runtime can show up in the code that is in that stacktrace.
I'd expect configure-runtime to show up in code that was initializing
an environment for running a language, but that code is the new
blueboxes code. It's possible it is using a function that is somehow
doing that, I guess? It calls path->module-path and
xref-binding->definition-tag (that does some stuff with module paths).
I'm stumped.

Robby


On Wed, Apr 22, 2015 at 8:36 PM, Alexander D. Knauth
<alexan...@knauth.org> wrote:
> Restarting didn’t help, but then raco setup hanged because of an infinite 
> loop in a package of mine, which I then fixed, and then I tried raco setup 
> again, and then it was working again.  So the problem, for me, right now, is 
> fixed.
>
> On Apr 22, 2015, at 9:23 PM, Robby Findler <ro...@eecs.northwestern.edu> 
> wrote:
>
>> Does restarting help? How about re-running 'raco setup'?
>>
>> Robby
>>
>> On Wed, Apr 22, 2015 at 6:21 PM, Alexander D. Knauth
>> <alexan...@knauth.org> wrote:
>>> I’m not sure how it got into this state, but now every time I start typing 
>>> something or anything like that I get a DrRacket internal error window 
>>> saying:
>>> hash-ref: contract violation
>>>  expected: hash?
>>>  given: #f
>>>  argument position: 1st
>>>  other arguments...:
>>>   'configure-runtime
>>>   '()
>>>  context...:
>>>   /Applications/Racket/April-16/Racket 
>>> v6.2.0.2/share/pkgs/drracket/drracket/private/syncheck/blueboxes-gui.rkt:450:4:
>>>  compute-tag+rng method in ...ck/blueboxes-gui.rkt:175:2
>>>   /Applications/Racket/April-16/Racket 
>>> v6.2.0.2/share/pkgs/gui-lib/framework/private/coroutine.rkt:47:20
>>>   /Applications/Racket/April-16/Racket 
>>> v6.2.0.2/share/pkgs/gui-lib/framework/private/coroutine.rkt:56:0: 
>>> coroutine-run
>>>   /Applications/Racket/April-16/Racket 
>>> v6.2.0.2/collects/racket/contract/private/arrow-val-first.rkt:265:18
>>>   /Applications/Racket/April-16/Racket 
>>> v6.2.0.2/share/pkgs/drracket/drracket/private/syncheck/blueboxes-gui.rkt:414:4:
>>>  update-the-strs method in ...ck/blueboxes-gui.rkt:175:2
>>>   /Applications/Racket/April-16/Racket 
>>> v6.2.0.2/share/pkgs/gui-lib/framework/private/logging-timer.rkt:41:0: 
>>> log-timeline/proc
>>>   /Applications/Racket/April-16/Racket 
>>> v6.2.0.2/share/pkgs/gui-lib/mred/private/wx/common/timer.rkt:34:38
>>>   /Applications/Racket/April-16/Racket 
>>> v6.2.0.2/share/pkgs/gui-lib/mred/private/wx/common/queue.rkt:454:6
>>>   /Applications/Racket/April-16/Racket 
>>> v6.2.0.2/share/pkgs/gui-lib/mred/private/wx/common/queue.rkt:505:32
>>>   /Applications/Racket/April-16/Racket 
>>> v6.2.0.2/share/pkgs/gui-lib/mred/private/wx/common/queue.rkt:653:3
>>>
>>> --
>>> You received this message because you are subscribed to the Google Groups 
>>> "Racket Users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send an 
>>> email to racket-users+unsubscr...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>
>> --
>> You received this message because you are subscribed to the Google Groups 
>> "Racket Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to racket-users+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to