Closed sordina closed 2 years ago
Simple reproduction is proving harder than anticipated.
Oh seems this is the bug I've been tracing. My environment:
Then, the following segfaults with the same stack trace.
$ cabal run -O0 test-cryptonite -- -p AE1
I'll try to create a minimal reproduction, but I'll first create an issue in case this is known.
When building with
optimization: 0
My application (and ghcide) crash with segfaults. Examining the core-dump I've found that cryptonite is where the fault is triggered:
I found this issue running a websockets connection with
runClient
from: https://hackage.haskell.org/package/websockets-0.12.7.1/docs/Network-WebSockets-Client.htmlIt's very possible that this isn't directly a cryptonite issue, but I thought I'd create an issue here to keep track of narrowing down the root-cause. Please let me know if you think it isn't valid and I'll happily move the issue elsewhere!