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

OutOfMemoryError when searching for a non-existing street #1

Open
lighterowl opened this issue Dec 17, 2016 · 0 comments
Open

OutOfMemoryError when searching for a non-existing street #1

lighterowl opened this issue Dec 17, 2016 · 0 comments
Assignees

Comments

@lighterowl
Copy link
Owner

Steps to reproduce :

  1. Go to the add bollards form.
  2. Choose lookup by street name.
  3. Input some fictional name, for example terefere.

The application crashes with an OutOfMemoryError, and leaves the "Busy" dialog running forever.

Uncaught exception: java.lang.OutOfMemoryError
   (stack trace incomplete)

The server responds correctly with {"success":{}}. The response is read correctly by the network handling code, and is passed down to the parse method inside VMCommunicator.getBollardsByStreet. Further debugging has shown that the exception is thrown when exiting the finally block in VMCommunicator.readVirtualMonitorData. The method itself never returns.

@lighterowl lighterowl self-assigned this Dec 17, 2016
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

1 participant