Skip to content
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

HIE panic due to native module #27

Open
drchaos opened this issue Oct 4, 2019 · 2 comments
Open

HIE panic due to native module #27

drchaos opened this issue Oct 4, 2019 · 2 comments

Comments

@drchaos
Copy link

drchaos commented Oct 4, 2019

I have a project with a native module and HIE and hie-bios. Neither native nor Haskell files do not see functions. And I see that kind of errors.

2019-10-04 12:14:32.345114782 [ThreadId 11] - GhcException on cradle initialisation: hie: panic! (the 'impossible' happened)
  (GHC version 8.6.5 for x86_64-unknown-linux):
	Loading temp shared object failed: /run/user/1001/ghc1466_0/libghc_29.so: undefined symbol: huvud_run_queue

Please report this as a GHC bug:  http://www.haskell.org/ghc/reportabug

2019-10-04 12:14:32.345470385 [ThreadId 11] - ghcDispatcher:Got error for a request: IdeError {ideCode = OtherError, ideMessage = "hie: panic! (the 'impossible' happened)\n  (GHC version 8.6.5 for x86_64-unknown-linux):\n\tLoading temp shared object failed: /run/user/1001/ghc1466_0/libghc_29.so: undefined symbol: huvud_run_queue\n\nPlease report this as a GHC bug:  http://www.haskell.org/ghc/reportabug\n", ideInfo = Null} with mid: Nothing
2019-10-04 12:14:32.345727469 [ThreadId 11] - ghcDispatcher: top of loop
2019-10-04 12:14:32.34586714 [ThreadId 11] - ghcDispatcher:got request 1 with id: Nothing
2019-10-04 12:14:32.345981905 [ThreadId 11] - ghcDispatcher:Processing request as version matches
2019-10-04 12:14:32.346356488 [ThreadId 6] - <--2--{"jsonrpc":"2.0","params":{"type":1,"message":"hie: panic! (the 'impossible' happened)\n  (GHC version 8.6.5 for x86_64-unknown-linux):\n\tLoading temp shared object failed: /run/user/1001/ghc1466_0/libghc_29.so: undefined symbol: huvud_run_queue\n\nPlease report this as a GHC bug:  http://www.haskell.org/ghc/reportabug\n"},"method":"window/showMessage"}
2019-10-04 12:14:43.82942471 [ThreadId 11] - GhcException on cradle initialisation: hie: panic! (the 'impossible' happened)
  (GHC version 8.6.5 for x86_64-unknown-linux):
	Dynamic linker not initialised

Please report this as a GHC bug:  http://www.haskell.org/ghc/reportabug

2019-10-04 12:14:43.829677912 [ThreadId 11] - ghcDispatcher:Got error for a request: IdeError {ideCode = OtherError, ideMessage = "hie: panic! (the 'impossible' happened)\n  (GHC version 8.6.5 for x86_64-unknown-linux):\n\tDynamic linker not initialised\n\nPlease report this as a GHC bug:  http://www.haskell.org/ghc/reportabug\n", ideInfo = Null} with mid: Nothing
2019-10-04 12:14:43.83018649 [ThreadId 11] - ghcDispatcher: top of loop
2019-10-04 12:14:43.830315532 [ThreadId 11] - ghcDispatcher:got request 1 with id: Nothing
2019-10-04 12:14:43.830438788 [ThreadId 11] - ghcDispatcher:Processing request as version matches
2019-10-04 12:14:43.830736355 [ThreadId 6] - <--2--{"jsonrpc":"2.0","params":{"type":1,"message":"hie: panic! (the 'impossible' happened)\n  (GHC version 8.6.5 for x86_64-unknown-linux):\n\tDynamic linker not initialised\n\nPlease report this as a GHC bug:  http://www.haskell.org/ghc/reportabug\n"},"method":"window/showMessage"}
2019-10-04 12:14:56.081917235 [ThreadId 11] - GhcException on cradle initialisation: hie: panic! (the 'impossible' happened)
  (GHC version 8.6.5 for x86_64-unknown-linux):
	Dynamic linker not initialised

Please report this as a GHC bug:  http://www.haskell.org/ghc/reportabug

2019-10-04 12:14:56.082178706 [ThreadId 11] - ghcDispatcher:Got error for a request: IdeError {ideCode = OtherError, ideMessage = "hie: panic! (the 'impossible' happened)\n  (GHC version 8.6.5 for x86_64-unknown-linux):\n\tDynamic linker not initialised\n\nPlease report this as a GHC bug:  http://www.haskell.org/ghc/reportabug\n", ideInfo = Null} with mid: Nothing
2019-10-04 12:14:56.082357422 [ThreadId 11] - ghcDispatcher: top of loop
2019-10-04 12:14:56.082456904 [ThreadId 11] - ghcDispatcher:got request 2 with id: Nothing
2019-10-04 12:14:56.084217149 [ThreadId 6] - <--2--{"jsonrpc":"2.0","params":{"type":1,"message":"hie: panic! (the 'impossible' happened)\n  (GHC version 8.6.5 for x86_64-unknown-linux):\n\tDynamic linker not initialised\n\nPlease report this as a GHC bug:  http://www.haskell.org/ghc/reportabug\n"},"method":"window/showMessage"}
2019-10-04 12:15:07.678820246 [ThreadId 11] - GhcException on cradle initialisation: hie: panic! (the 'impossible' happened)
  (GHC version 8.6.5 for x86_64-unknown-linux):
	Dynamic linker not initialised

Please report this as a GHC bug:  http://www.haskell.org/ghc/reportabug

2019-10-04 12:15:07.678972794 [ThreadId 11] - ghcDispatcher:Got error for a request: IdeError {ideCode = OtherError, ideMessage = "hie: panic! (the 'impossible' happened)\n  (GHC version 8.6.5 for x86_64-unknown-linux):\n\tDynamic linker not initialised\n\nPlease report this as a GHC bug:  http://www.haskell.org/ghc/reportabug\n", ideInfo = Null} with mid: Nothing
2019-10-04 12:15:07.679127147 [ThreadId 11] - ghcDispatcher: top of loop
2019-10-04 12:15:07.67925075 [ThreadId 11] - ghcDispatcher:got request 2 with id: Nothing
2019-10-04 12:15:07.67936572 [ThreadId 11] - ghcDispatcher:Processing request as version matches
2019-10-04 12:15:07.681310436 [ThreadId 6] - <--2--{"jsonrpc":"2.0","params":{"type":1,"message":"hie: panic! (the 'impossible' happened)\n  (GHC version 8.6.5 for x86_64-unknown-linux):\n\tDynamic linker not initialised\n\nPlease report this as a GHC bug:  http://www.haskell.org/ghc/reportabug\n"},"method":"window/showMessage"}

@mpickering
Copy link
Owner

Is it a public project?

@drchaos
Copy link
Author

drchaos commented Oct 4, 2019

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

No branches or pull requests

2 participants