nenadra opened a new issue, #4372: URL: https://github.com/apache/couchdb/issues/4372
[NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ ) ## Description [NOTE]: # ( Describe the problem you're encountering. ) [TIP]: # ( Do NOT give us access or passwords to your actual CouchDB! ) I was running 3.2.x normally. Yesterday I updated to 3.3.0 and then to 3.3.1 and the same happened. Running a local nginx web server with CouchDB database. I opened the Console to check the crashes and there were like 30 records of the same process crashing at the same time: Process: couchjs [1983] Path: /Applications/Apache CouchDB.app/Contents/Resources/couchdbx-core/bin/couchjs So I was looking more into the report and apparently this was the reason: Termination Reason: Namespace DYLD, Code 1 Library missing Library not loaded: '/usr/local/opt/spidermonkey/lib/libmozjs-91.dylib' Referenced from: '/Applications/Apache CouchDB.app/Contents/Resources/couchdbx-core/bin/couchjs' Reason: tried: '/usr/local/opt/spidermonkey/lib/libmozjs-91.dylib' (no such file), '' (no such file) (terminated at launch; ignore backtrace) I installed spidermonkey with homebrew now. I am testing to see if the crash will occur again or not. [NOTE]: # ( Include commands to reproduce, if possible. curl is preferred. ) ## Expected Behaviour [NOTE]: # ( Tell us what you expected to happen. ) ## Your Environment [TIP]: # ( Include as many relevant details about your environment as possible. ) [TIP]: # ( You can paste the output of curl http://YOUR-COUCHDB:5984/ here. ) * CouchDB version used: 3.3.1 * Browser name and version: Safari 16.2 * Operating system and version: OS X 12.6.2 ## Additional Context [TIP]: # ( Add any other context about the problem here. ) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
