RTEMS Tools | rtems-test: Leaks pipes when using a gdb based simulator (#15)

Kinsey Moore (@opticron) gitlab at rtems.org
Tue Oct 29 03:09:56 UTC 2024




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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20241029/db679e6a/attachment.htm>


More information about the bugs mailing list