You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run one of my RSpec tests—and only a specific one—I receive the error:
objc[24658]: +[__NSCFConstantString initialize] may have been in progress in another thread when fork() was called.
objc[24658]: +[__NSCFConstantString initialize] may have been in progress in another thread when fork() was called. We cannot safely call it or ignore it in the fork() child process. Crashing instead. Set a breakpoint on objc_initializeAfterForkError to debug.
I'm happy to help debug this, but I'm unsure where to start, sorry.
My stack is:
M2 Mac
spring (4.1.1)
rails (7.0.8)
rspec-rails (6.0.3)
pg (1.5.4)
I can confirm this is happening on a colleague's (identical) Mac
This issue is not happing in our CI (GitHub Actions running Ubuntu 22.04.3)
The text was updated successfully, but these errors were encountered:
When I run one of my RSpec tests—and only a specific one—I receive the error:
I'm happy to help debug this, but I'm unsure where to start, sorry.
My stack is:
I can confirm this is happening on a colleague's (identical) Mac
This issue is not happing in our CI (GitHub Actions running Ubuntu 22.04.3)
The text was updated successfully, but these errors were encountered: