Fixed in Guile with commit 4c7732c.
This was a bit more work than just using ‘read-line’ because we want to
check that the line delimiter is present, like ‘read-line*’ did.
Thanks,
Ludo’.
Ludovic Courtès writes:
> Fixed in Guile with commit 4c7732c.
>
> This was a bit more work than just using ‘read-line’ because we want to
> check that the line delimiter is present, like ‘read-line*’ did.
Thank you!
Iwan Aucamp writes:
> We sporadically get "mutex not locked" and "mutex not locked by current
> thread"
> exceptions on Solaris 10u10 with guile-2.0.11.
Thanks very much for your detailed analysis and proposed fix.
I've attached a patch that hopefully fixes this bug and also refactors
the code