On Wed, Aug 02, 2023 at 07:41:23PM +0200, Alexander Burger wrote:
> Though I don't know the reason for the crash, pleaes
> try to stick with pil conventions

For example, in 'load-routes' there is

   (let ( cnt 0 tits NIL)

However, 'cnt' is a built-in function, which is now bound to 0 (null-pointer).
If some code (in 'load-routes' or any other function called from within it, it
is sure to crash.

☺/ A!ex

-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to