Skip to content

Intermittent backtraces when running many dexplode-partitions #148

@jeromekelleher

Description

@jeromekelleher

When running dexplode-partition over 13517 partitions of chr2 in parallel using xargs, I see quite a few of these:

Exception ignored in: <module 'threading' from '/usr/lib/python3.9/threading.py'>
Traceback (most recent call last):
  File "/usr/lib/python3.9/threading.py", line 1415, in _shutdown
    atexit_call()
  File "/usr/lib/python3.9/concurrent/futures/process.py", line 93, in _python_exit
    thread_wakeup.wakeup()
  File "/usr/lib/python3.9/concurrent/futures/process.py", line 79, in wakeup
    self._writer.send_bytes(b"")
  File "/usr/lib/python3.9/multiprocessing/connection.py", line 205, in send_bytes
    self._send_bytes(m[offset:offset + size])
  File "/usr/lib/python3.9/multiprocessing/connection.py", line 416, in _send_bytes
    self._send(header + buf)
  File "/usr/lib/python3.9/multiprocessing/connection.py", line 373, in _send
    n = write(self._handle, buf)
OSError: [Errno 9] Bad file descriptor

Don't know what's going on here, will update as I get more info

Metadata

Metadata

Assignees

No one assigned

    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