"Exception in thread AsyncoreThread" when exiting #1008
Labels
No Label
bug
build
dependencies
developers
documentation
duplicate
enhancement
formatting
invalid
legal
mobile
obsolete
packaging
performance
protocol
question
refactoring
regression
security
test
translation
usability
wontfix
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/PyBitmessage-2024-11-28#1008
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This exception occurred when exiting BM (A)
BM was running for about 40 mins
Below, the KeyError value was replaced (a.b.c.d), but it is my local IP.
I noticed that in this session BM tried to connect 4x to:
Each time like 5-7x directly after another
Exception in thread AsyncoreThread:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/home/AngelaMerkel/bitmessage/PyBitmessage-0.6/src/network/networkthread.py", line 20, in run
BMConnectionPool().loop()
File "/home/AngelaMerkel/bitmessage/PyBitmessage-0.6/src/network/connectionpool.py", line 204, in loop
self.removeConnection(i)
File "/home/AngelaMerkel/bitmessage/PyBitmessage-0.6/src/network/connectionpool.py", line 71, in removeConnection
del self.udpSockets[connection.destination.host]
KeyError: 'a.b.c.d'
on request more info can be provided
(A) BM version 0.6.2, branch 0.6, last commit:
6044df5
I believe you, I'll fix it together with the other asyncore-related bugs.
Let me know if you're still having this problem after the fix.
tried 2x, but didn't happen...
I'll try l8 more