Description
CodeTrial crashes when starting a mock interview on macOS 26 with Apple Silicon.
CodeTrial starts normally and the web interface is accessible at http://127.0.0.1:3000. However, after starting an interview and dispatching the interview room, the process terminates with an NSInvalidArgumentException.
Environment
- macOS: 26.6.2
- Architecture: arm64 (Apple Silicon)
- CodeTrial binary:
codetrial-aarch64-apple-darwin
Steps to reproduce
- Run
codetrial-aarch64-apple-darwin.
- Open
http://127.0.0.1:3000 in a browser.
- Start a mock interview.
- Wait for CodeTrial to dispatch the interview room.
- The CodeTrial process crashes immediately after the room is dispatched.
Actual behavior
The terminal shows:
codetrial dispatch room=interview-0vbuf7wc
*** Terminating app due to uncaught exception 'NSInvalidArgumentException',
reason: '+[NSString stringForAbslStringView:]: unrecognized selector sent to class 0x1f612e100'
libc++abi: terminating due to uncaught exception of type NSException
zsh: abort codetrial-aarch64-apple-darwin
Expected behavior
The interview should start normally after the room is dispatched instead of terminating the CodeTrial process.
Description
CodeTrial crashes when starting a mock interview on macOS 26 with Apple Silicon.
CodeTrial starts normally and the web interface is accessible at
http://127.0.0.1:3000. However, after starting an interview and dispatching the interview room, the process terminates with anNSInvalidArgumentException.Environment
codetrial-aarch64-apple-darwinSteps to reproduce
codetrial-aarch64-apple-darwin.http://127.0.0.1:3000in a browser.Actual behavior
The terminal shows:
Expected behavior
The interview should start normally after the room is dispatched instead of terminating the CodeTrial process.