Changes between Initial Version and Version 1 of Ticket #5570, comment 13
- Timestamp:
- 10/02/2024 08:58:19 PM (7 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5570, comment 13
initial v1 11 11 }}} 12 12 13 and libgomp test results are completely gone. `coredumpctl` shows the /usr/bin/expect process generating libgomp .{log,sum}.sep has crashed.13 and libgomp test results are completely gone. `coredumpctl` shows the /usr/bin/expect process generating libgomp11/libgomp.{log,sum}.sep has crashed. 14 14 15 15 The crash is in the epoll code newly added in Tcl 9. I guess it's because expect closes some fd too early, while doing so was "harmless" with Tcl 8 but it is now breaking with Tcl 9.