Kinsey Moore commented on a discussion: 
https://gitlab.rtems.org/rtems/tools/rtems-tools/-/issues/15#note_113941


Running at 52 jobs without the proc.communicate() patch shows different errors 
and backtraces such as:
```
Traceback (most recent call last):
AttributeError: 'NoneType' object has no attribute 'target_end'

AttributeError: 'NoneType' object has no attribute 'target_end'

During handling of the above exception, another exception occurred:

  File "/usr/lib/python3.11/threading.py", line 1038, in _bootstrap_inner
  File 
"/media/32b58c68-8211-4697-9049-c4881aa9125e/rtems-dev/rtems-tools/tester/rt/config.py",
 line 487, in capture
Traceback (most recent call last):
    self.run()
  File "/usr/lib/python3.11/threading.py", line 1038, in _bootstrap_inner
During handling of the above exception, another exception occurred:
  File "/usr/lib/python3.11/threading.py", line 975, in run
    self.process.target_end()

    ^^^^^^^^^^^^^^^^^^^^^^^
    self.run()
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.11/threading.py", line 975, in run
  File 
"/media/32b58c68-8211-4697-9049-c4881aa9125e/rtems-dev/rtems-tools/rtemstoolkit/execute.py",
 line 256, in _readthread
AttributeError: 'NoneType' object has no attribute 'target_end'
```

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/tools/rtems-tools/-/issues/15#note_113941
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to