fix for crash during panic before all threads are up
If there's a panic before all threads have been started (say, if file descriptor 0 is closed at exec), the panic response will crash here again.
Please register or sign in to comment
If there's a panic before all threads have been started (say, if file descriptor 0 is closed at exec), the panic response will crash here again.