-
Notifications
You must be signed in to change notification settings - Fork 341
Open
Description
if i install google/cloud/firestore i get a threading fault.
Environment details
- OS: Mac OS Catalina 10.15
- Ruby version: ruby-2.4.5
- Gem name and version: google-cloud-firestore (1.1.0)
Steps to reproduce
- install rails (5.2.3)
- install spring (2.1.0)
- rails c
Code example
require "google/cloud/firestore"
firestore = Google::Cloud::Firestore.new(
project_id: 'project_id',
credentials: "/path.json"
)
city_ref = firestore.doc "cities/LA"
data = {
name: "Los Angeles",
state: "CA",
country: "USA"
}
city_ref.set dataFull backtrace
2.4.5 :019 > city_ref.set data
objc[17615]: +[__NSCFConstantString initialize] may have been in progress in another thread when fork() was called.
objc[17615]: +[__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.jpaas
Metadata
Metadata
Assignees
Labels
No labels