On Thu, Feb 15, 2018 at 01:19:31 +0000, Sevan Janiyan wrote: > > I might/would suggest > > > > OPTIONS DDB_ONPANIC=2 > > clear, any reason not to have this as a default? (I'm going to sleep on it)
As someone has already mentioned upthread, because printing a backtrace might cause another panic, so the default was selected to be on the safe(r) side. At least that's what I recall. -uwe