> On May 27, 2015, at 10:14 AM, N N <[email protected]> wrote: > > On Wednesday, May 27, 2015 at 5:39:05 PM UTC+1, johnbclements wrote: >> What version of Racket is this? >> >> John Clements > > 6.1.1 Minimal
I did ten minutes of code spelunking, and here’s what I found: It appears that call-with-file-lock/timeout is being called with a negative ‘delay’, or a negative ‘max-delay’. In the sources for the current version, a quick look (not thorough by any means) doesn’t turn up a likely call that has a #:delay or #:max-delay explicitly specified. This could mean 1) There’s another call to call-with-file-lock/timeout that I missed (likely), 2) something terrible is happening below the racket layer (v. unlikely), or 3) I’m making a silly mistake (probably most likely). Sorry I can’t be more help. John Clements -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.

