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

Go to definition in decompiled files silently crashes server #45

Closed
fwcd opened this issue Jul 28, 2018 · 2 comments
Closed

Go to definition in decompiled files silently crashes server #45

fwcd opened this issue Jul 28, 2018 · 2 comments
Labels
bug Something isn't working

Comments

@fwcd
Copy link
Owner

fwcd commented Jul 28, 2018

System: macOS 10.13.5

When attempting to open a definition that is located in a *.class file, the server crashes silently and is unable to handle any requests, even though the file was successfully decompiled.

Log just before the crash:

[INFO]      async       main    Found declaration descriptor public open fun <U : (kotlin.Any..kotlin.Any?)> supplyAsync(p0: (java.util.function.Supplier<(U..U?)>..java.util.function.Supplier<(U..U?)>?), p1: (java.util.concurrent.Executor..java.util.concurrent.Executor?)): (java.util.concurrent.CompletableFuture<(U..U?)>..java.util.concurrent.CompletableFuture<(U..U?)>?) defined in java.util.concurrent.CompletableFuture[JavaMethodDescriptor@2e1b3fcd]
[INFO]      async       main    Decompiling CompletableFuture8154208674483070079.class using Fernflower...
[INFO]      async       main    Finished decompiling CompletableFuture8154208674483070079.class
[INFO]      async       main    Finished in 1947 ms

After the crash, dozens of warnings from LSP4J appear:

[WARNING]   client      org.ec  Unmatched cancel notification for request id 145
                        lipse.
                        lsp4j.
                        jsonrp
                        c.Remo
                        teEndp
                        oint  
@fwcd fwcd added the bug Something isn't working label Jul 28, 2018
fwcd added a commit that referenced this issue Jul 28, 2018
fwcd added a commit that referenced this issue Jul 28, 2018
@fwcd
Copy link
Owner Author

fwcd commented Jul 28, 2018

@fatfatson
Copy link

will it be fixed ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants