Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Java driver returns EOF error for the second file #19

Closed
dennwc opened this issue Jun 15, 2017 · 3 comments
Closed

Java driver returns EOF error for the second file #19

dennwc opened this issue Jun 15, 2017 · 3 comments
Assignees
Labels

Comments

@dennwc
Copy link
Member

dennwc commented Jun 15, 2017

Steps to reproduce:

docker run --rm --privileged -d -p 9432:9432 bblfsh/server
go run bblfsh.go --lang=java hello.java hello.java

Result:

processing ./simple.java
status: fatal: [EOF]

Go client: bblfsh.go
Java file: hello.java

@dennwc dennwc changed the title Java driver returns EOF error for every file Java driver returns EOF error for the second file Jun 15, 2017
@abeaumont
Copy link
Contributor

Thanks for reporting!
I've been able to reproduce it.

@abeaumont
Copy link
Contributor

abeaumont commented Jun 16, 2017

May be related with bblfsh/bblfshd#26
EDIT: It's not.
It's a Java native parser IO problem.

@smola
Copy link
Member

smola commented Jun 23, 2017

Please, verify this is fixed @abeaumont

@smola smola closed this as completed Jun 23, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants