-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
Description
It times out frequently again after 00c6b16 was reverted in 97e86dd:
not ok 195 - process_title_threadsafe
# timeout
# Output from process `process_title_threadsafe`: (no output)
Observation by @cjihrig in #2405 (comment):
moving the
pSetApplicationIsDaemon(1) != noErr
check out ofuv__set_process_title()
, and intouv__set_process_title_platform_init()
seems to fix nodejs/node#28945 for me.
(edit: removed comment that was me misinterpreting the statement above :-))