Re: [naviserver-devel] Crashing on all versions >4.99.24 on Ubuntu

2023-08-15 Thread Brian Fenton
Hi I reproduced the problem using the install-ns.sh script running under gdb. Here's the output of backtrace and bt full. I'm new to using gdb so please let me know if you'd like to see some other info. [15/Aug/2023:13:56:52][13147.7fffe35fe640][-driver:nsssl:0-] Notice: ... sockAccept accepte

Re: [naviserver-devel] Crashing on all versions >4.99.24 on Ubuntu

2023-08-15 Thread Gustaf Neumann
Brian, many thanks, the backtrace gives some insights: The problem happens in a Ns_SetFree operation if set "d8" triggered by an "ns_set cleanup" during the cleanup of the request. Something is broken with this nsset. Can it be that your application package issues "ns_set cleanup" as well?