CTDB crashes while trying to assign DEBUGLEVEL in logging_init(). DEBUGLEVEL is defined as a const array reference at compile time. debug_init() converts that to an allocated array reference at run time. Since debug_init() is a static function, initialize DEBUGLEVEL via setup_logging().
Created attachment 13216 [details] Patches for v4-6
Hi Karolin, This is ready for 4.6. Thanks...
Pushed to autobuild-v4-6-test.
(In reply to Karolin Seeger from comment #3) Pushed to v4-6-test. Closing out bug report. Thanks!