-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kernel sometimes dies with notebook executor #2387
Comments
I've seen this a few more times while working on refactoring the notebook tester. We can't tell which notebook it is from the logs as the error doesn't contain any defining information and the notebooks all run asynchronously. We can whittle it down if jobs fail while only running a subset of notebooks. In this past, this kind of thing has often been related to Aer. For example, Qiskit/qiskit-aer#2232 might be related. |
I managed to reproduce a similar problem locally when I added more notebooks to the script.
I fixed this locally by increasing my ulimit to 6000 ( |
Hopefully fixes #2387. See https://ss64.com/bash/ulimit.html for more information.
@frankharkins let's keep this open until it's been a few weeks of not seeing it to confirm #2464 did fix the issue. |
For example https://github.com/Qiskit/documentation/actions/runs/12015838807/job/33494742907
The text was updated successfully, but these errors were encountered: