From: Eric Wong Date: 2016-01-13T10:49:34+00:00 Subject: [ruby-core:72843] Re: [Ruby trunk - Feature #11987] [Open] daemons can't show the backtrace of rb_bug I always recommend pointing stderr to a regular file using IO#reopen after daemonization. Perhaps kwargs may be added to Process.daemon to encourage this usage? Process.daemon err: '/path/to/stderr.log', out: '/path/to/stdout.log' Unsubscribe: