-
-
Notifications
You must be signed in to change notification settings - Fork 369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'unknown symbol' error when running hls on the stack codebase #330
Comments
Another interesting thread on google about ___dso_handle: It definitely seems to be related to template haskell, in particular:
|
Yet another interesting suggestion in (untested for now) : https://stackoverflow.com/questions/26449154/a-workaround-for-the-template-haskell-c-bug Seems like this is also an issue on linux (the linking fails, with different errors though) |
I am gonna close this issue as all compiler crashes seems to have the same root cause:
If any of you think the issue should not be included generically feel free to reopen it (with a brief explanation if possible) |
Hi,
The repo where this happens is https://github.com/commercialhaskell/stack/
I slightly modified the package.yaml to use GHC 8.8.3 and LTS-16.9 (but an older one does not change this issue)
I get:
I'm not sure what to do with this or where it comes from,
I didn't find any occurence of.___dso_handle
on googleHere's an interesting GHC issue though, I'm trying to see if something can be done at the hackage-security level (or a shared C lib they use)
Also, maybe it's unrelated, but Template Haskell is used in several places in the stack codebase.
The text was updated successfully, but these errors were encountered: