Skip to content

WIP GHC segfault

Leon P Smith requested to merge ls-isolate-segfault-os-2 into develop

This is by a considerable margin, the smallest demo I've obtained so far. The only problem is that this segfaults only on Obsidian's build box, and not my own machine.

  1. I've not been able to remove HTTP, and it appears to be segfaulting either immediately before, immediately after, or during the HTTP request. However, I'm confident that http-client isn't actually involved: I've been able to reproduce the segfault on my machine without http-client, however, I've not been able to do the same on Obsidian's machine.

  2. Conversely, on my own machine, I've not been able to replicate the segfault without aeson, which isn't present in this version.

Edited by Leon P Smith

Merge request reports