Skip to content

Exception in thread after new connection #35

@justinjdickow

Description

@justinjdickow

Tried on two different computers, a Mac with OS X 10.9.3 and ODroid with ubuntu 14.04. I'm connecting using a network device. Dev phone is a Galaxy Nexus. When I connect to the emulator the terminal logs

New connection to 0.0.0.0 from ('192.168.0.151', 53557)
Exception in thread Thread-3:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
    self.run()
  File "/home/odroid/Projects/openxc-vehicle-simulator/enabler_connection.py", line 68, in run
    data = self.connection.recv(1024)
error: [Errno 104] Connection reset by peer

Exception while sending data: [Errno 32] Broken pipe
Connection dropped.

On the phone I do not receive any callbacks and logcat spams

WAIT_FOR_CONCURRENT_GC blocked
GC_CONCURRENT freed

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions