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
I was trying to switch my app from using hellosign-ruby-sdk to dropbox-sign-ruby and got a crash in Dropbox::Sign::UnclaimedDraftApi#unclaimed_draft_create_embedded when running it with the puma app server:
ETHON: Libcurl initialized
objc[44340]: +[__NSCFConstantString initialize] may have been in progress in another thread when fork() was called.
objc[44340]: +[__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.
[44324] - Worker 1 (PID: 44403) booted in 0.0s, phase: 0
My setup is:
Rails - 7.0.4.2
Puma - 6.1.1
Bootsnap - 1.16.0
Spring - not used
The text was updated successfully, but these errors were encountered:
I was trying to switch my app from using
hellosign-ruby-sdk
todropbox-sign-ruby
and got a crash inDropbox::Sign::UnclaimedDraftApi#unclaimed_draft_create_embedded
when running it with thepuma
app server:My setup is:
Rails - 7.0.4.2
Puma - 6.1.1
Bootsnap - 1.16.0
Spring - not used
The text was updated successfully, but these errors were encountered: