Skip to content
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

DOC: fix typo in the debugging signal names #4923

Merged
merged 1 commit into from
Jun 13, 2024

Conversation

yut23
Copy link
Member

@yut23 yut23 commented Jun 12, 2024

PR Summary

The relevant code is here:

yt/yt/startup_tasks.py

Lines 45 to 55 in 13dc4fb

# We use two signals, SIGUSR1 and SIGUSR2. In a non-threaded environment,
# we set up handlers to process these by printing the current stack and to
# raise a RuntimeError. The latter can be used, inside pdb, to catch an error
# and then examine the current stack.
try:
signal.signal(signal.SIGUSR1, signal_print_traceback)
mylog.debug("SIGUSR1 registered for traceback printing")
signal.signal(signal.SIGUSR2, signal_ipython)
mylog.debug("SIGUSR2 registered for IPython Insertion")
except (ValueError, RuntimeError, AttributeError): # Not in main thread
pass

@yut23 yut23 added the docs label Jun 12, 2024
@neutrinoceros
Copy link
Member

Docs build failed but the causelooks unrelated

Sphinx parallel build error:
nbsphinx.NotebookError: NoSuchKernel in cookbook/custom_colorbar_tickmarks.ipynb:
No such kernel named python3

I've never seen this one before so let's start by checking if it's reproducible: @yt-fido test this please

@neutrinoceros
Copy link
Member

Yep, definitely reproducible, but still unrelated. Let me merge this and open a dedicated ticket.

@neutrinoceros neutrinoceros merged commit 910378f into yt-project:main Jun 13, 2024
12 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants