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

1.7.8 crashing (OSX 10.13.3) #434

Open
boyswan opened this issue Mar 30, 2020 · 2 comments
Open

1.7.8 crashing (OSX 10.13.3) #434

boyswan opened this issue Mar 30, 2020 · 2 comments

Comments

@boyswan
Copy link

boyswan commented Mar 30, 2020

Unable to start, will repeatedly crash. Latest working version is 1.7.4.

Vscode output:

[Info  - 10:43:56] Connection to server got closed. Server will restart.
dyld: lazy symbol binding failed: Symbol not found: ____chkstk_darwin
  Referenced from: /Users/.../.vscode/extensions/jaredly.reason-vscode-1.7.8/bin.native (which was built for Mac OS X 10.15)
  Expected in: /usr/lib/libSystem.B.dylib

dyld: Symbol not found: ____chkstk_darwin
  Referenced from: /Users/.../.vscode/extensions/jaredly.reason-vscode-1.7.8/bin.native (which was built for Mac OS X 10.15)
  Expected in: /usr/lib/libSystem.B.dylib
@ManasJayanth
Copy link
Contributor

ManasJayanth commented Mar 30, 2020

@boyswan This must be because the prebuilts shipped on the vscode store was built on macos 10.15 (@jaredly I could be wrong here)

Compiling the extension from source locally might help you

@erlandsona
Copy link

Posting here so as not to muddy the issue list waters.

2 coworkers are having issues with reason-language-server vscode plugin 1.7.8 crashing on OSX 10.15.4

Here's the error output...

[Error - 11:08:32 AM] Request textDocument/codeLens failed.
Error: Connection got disposed.
    at Object.dispose (/Users/AJP/.vscode/extensions/jaredly.reason-vscode-1.7.8/node_modules/vscode-jsonrpc/lib/main.js:825:25)
    at Object.dispose (/Users/AJP/.vscode/extensions/jaredly.reason-vscode-1.7.8/node_modules/vscode-languageclient/lib/client.js:57:35)
    at LanguageClient.handleConnectionClosed (/Users/AJP/.vscode/extensions/jaredly.reason-vscode-1.7.8/node_modules/vscode-languageclient/lib/client.js:1967:42)
    at LanguageClient.handleConnectionClosed (/Users/AJP/.vscode/extensions/jaredly.reason-vscode-1.7.8/node_modules/vscode-languageclient/lib/main.js:126:15)
    at closeHandler (/Users/AJP/.vscode/extensions/jaredly.reason-vscode-1.7.8/node_modules/vscode-languageclient/lib/client.js:1954:18)
    at CallbackList.invoke (/Users/AJP/.vscode/extensions/jaredly.reason-vscode-1.7.8/node_modules/vscode-jsonrpc/lib/events.js:71:39)
    at Emitter.fire (/Users/AJP/.vscode/extensions/jaredly.reason-vscode-1.7.8/node_modules/vscode-jsonrpc/lib/events.js:135:36)
    at closeHandler (/Users/AJP/.vscode/extensions/jaredly.reason-vscode-1.7.8/node_modules/vscode-jsonrpc/lib/main.js:221:26)
    at CallbackList.invoke (/Users/AJP/.vscode/extensions/jaredly.reason-vscode-1.7.8/node_modules/vscode-jsonrpc/lib/events.js:71:39)
    at Emitter.fire (/Users/AJP/.vscode/extensions/jaredly.reason-vscode-1.7.8/node_modules/vscode-jsonrpc/lib/events.js:135:36)
    at StreamMessageReader.AbstractMessageReader.fireClose (/Users/AJP/.vscode/extensions/jaredly.reason-vscode-1.7.8/node_modules/vscode-jsonrpc/lib/messageReader.js:135:27)
    at Socket.<anonymous> (/Users/AJP/.vscode/extensions/jaredly.reason-vscode-1.7.8/node_modules/vscode-jsonrpc/lib/messageReader.js:188:62)
    at Socket.emit (events.js:208:15)
    at Pipe.<anonymous> (net.js:588:12)

Hoping to get some more Troubleshooting ideas cause we're goin' through the debug settings and we've tried most of the .

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

3 participants