kocolosk commented on a change in pull request #3842:
URL: https://github.com/apache/couchdb/pull/3842#discussion_r761155928
##########
File path: src/couch/priv/couch_js/86/util.cpp
##########
@@ -330,7 +330,7 @@ void
couch_oom(JSContext* cx, void* data)
{
fprintf(stderr, "out of memory\n");
- exit(1);
+ _Exit(1);
Review comment:
Is this change something that ought to be backported to our wrappers for
older versions of SpiderMonkey, or is it motivated by something specific in
ESR91?
--
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]