You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm randomly getting an error message saying "The variable REBLOCKS/PAGE::CURRENT-PAGE is unbound." while playing with a slightly modified version of the task list tutorial.
I couldn't figure out the pattern, so I suspect some kind of concurrency bug or whatnot. (sometimes I do noting in the browser and it just pops up in the repl)
Any hints on where to start hunting for it?
The text was updated successfully, but these errors were encountered:
This is a dynamic variable bound only during the http request processing.
If you are calling some functions relied on this var in the REPL or in a separate thread, then you have to capture the original value of the variable and rebind it in the thread.
I'm randomly getting an error message saying "The variable REBLOCKS/PAGE::CURRENT-PAGE is unbound." while playing with a slightly modified version of the task list tutorial.
I couldn't figure out the pattern, so I suspect some kind of concurrency bug or whatnot. (sometimes I do noting in the browser and it just pops up in the repl)
Any hints on where to start hunting for it?
The text was updated successfully, but these errors were encountered: