Subj : Re: FMail 2.3.2.2 public beta release To : Tommi Koivula From : Wilfred van Velzen Date : Sun Apr 21 2024 14:10:56 Hi Tommi, On 2024-04-21 09:07:32, you wrote to me: WVV>> For the linux version, instead of using above statically linked WVV>> executables, I recommend, if you have the setup/tools for it, WVV>> to download the sources with git, and compile it yourself. WVV>> WVV>> These are the steps/commands: WVV>> WVV>> # git clone git://git.code.sf.net/p/fmail/code FMail WVV>> # cd FMail WVV>> # git checkout --track origin/json_toss_log WVV>> # mkdir cmake-build WVV>> # cd cmake-build WVV>> # cmake .. WVV>> # make WVV>> TK> Compiled the newest, and: TK> ================================================================= TK> ftn@kco:/bbs/fmail$ fmail toss TK> FMail-lnx64-2.3.2.2-Beta20240421 - The Fast Echomail Processor TK> Copyright (C) 1991-2024 by FMail Developers - All rights reserved TK> Scanning netmail directory... TK> fmail: malloc.c:2379: sysmalloc: Assertion `(old_top == initial_top TK> (av) && old_size == 0) || ((unsigned long) (old_size) >= MINSIZE && TK> prev_inuse (old_top) && ((unsigned long) old_end & (pagesize - 1)) == TK> 0)' failed. Aborted I cannot reproduce this. I tried several configurations. Maybe it has to do with yours? But first can you try to build fmail in debug modus, and test again? Maybe this helps a bit to narrow it down. Building in debug mode you do as follows: In above steps you replace 'cmake ..' with 'cmake -DCMAKE_BUILD_TYPE=Debug ..' ... Bye, Wilfred. --- FMail-lnx64 2.3.2.2-B20240419 * Origin: FMail development HQ (2:280/464) .