Move INTERNAL ERROR... printout into smb_panic() and improve "why" string
authorAndrew Bartlett <abartlet@samba.org>
Tue, 25 Feb 2020 22:58:48 +0000 (11:58 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 27 Feb 2020 03:42:35 +0000 (03:42 +0000)
commit4ee326f31d1a26e0cbe691c2948b06cefa29caf2
treeb5e734f407da4e04087f852241c3229e2fb5e180
parentf50bd0d0509d20cd7b689bf366897ed8800e2435
Move INTERNAL ERROR... printout into smb_panic() and improve "why" string

The "why" string is now eg "Signal 11: Segmentation fault" and
so more descriptive, and hopefully this will encourage the
Samba version to be included in more error reports.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
lib/util/fault.c