Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

ignoring exceptons from hClose to read the next entropy #374

Closed

Conversation

kazu-yamamoto
Copy link
Contributor

The following error occurs when "tls" used heavily:

   uncaught exception: IOException of type NoSuchThing
       /dev/random: hClose: does not exist (No such file or directory)

To read "/dev/urandom" next, I think we need to ignore exceptions from hClose.

I don't understand why "close(2)" returns ENOENT (aka NoSuchThing in Haskell).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant