From: Gustaf N. (sslmail) <ne...@wu...> - 2024-03-19 09:21:00
|
The error indicates inconsistent usage of memory allocation/deallocation functions. Typical reasons are inconsistent usage of library functions (e.g. different tcl versions during compilation and runtime of nsd or some of the c modules) or inconsistent usage of memory allocator options (e.g. malloc libraries in use). One can obtain details what happened via debugging options during compilation. -gn > On 18.03.2024, at 18:39, Maksym Zinchenko <siq...@gm...> wrote: > > Hello, what can cause this errors, how can I get more information about, debug: > > Fatal: alloc: invalid block: 0x7fd5285e5670: 0 0 > Fatal: received fatal signal 11 > > Thank you > _______________________________________________ > naviserver-devel mailing list > nav...@li... > https://lists.sourceforge.net/lists/listinfo/naviserver-devel |