Closed
Description
Deadlock observed in a run on trunk Cygwin:
https://github.com/shym/multicoretests/actions/runs/4367430739/jobs/7638729550#step:21:764
Wed, 08 Mar 2023 22:46:19 GMT random seed: 366632243
Wed, 08 Mar 2023 22:46:19 GMT generated error fail pass / total time test name
Wed, 08 Mar 2023 22:46:19 GMT
Wed, 08 Mar 2023 22:46:19 GMT [ ] 0 0 0 0 / 100 0.0s negative Lin DSL Dynlink test with Domain
Wed, 08 Mar 2023 22:47:55 GMT [ ] 0 0 0 0 / 100 0.0s negative Lin DSL Dynlink test with Domain (generating)
Wed, 08 Mar 2023 22:49:08 GMT [ ] 0 0 0 0 / 100 96.0s negative Lin DSL Dynlink test with Domain (shrinking: 1)
Thu, 09 Mar 2023 00:38:34 GMT [ ] 0 0 0 0 / 100 168.9s negative Lin DSL Dynlink test with Domain (shrinking: 3)
Thu, 09 Mar 2023 00:38:34 GMT Error: The operation was canceled.
As the code paths are completely different between Cygwin (which provides a dlopen()
) and Windows (which uses flexdll), this is probably not related to #290.