[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] fix setting of current source file context
From: |
Peter Bex |
Subject: |
Re: [PATCH] fix setting of current source file context |
Date: |
Mon, 17 Jun 2024 08:30:21 +0200 |
On Tue, Jun 04, 2024 at 02:18:30PM +0200, Christian Himpe wrote:
> That helped, Thanks. Also, now it builds and “matrico” can be installed and
> its tests pass.
Thanks for testing! Pushed.
> PS: The error in the “null.scm” chicken test (make check) remains, see
> attachment.
That's very weird - it's an empty file, that shouldn't segfault. I
can't reproduce it here, so it's probably triggered by your environment
somehow. If possible, could you run it under valgrind and/or gdb to
figure out why it's segfaulting?
I tried it under Valgrind here on NixOS, but everything runs cleanly, so
it's likely a MacOS-specific issue. I don't have access to MacOS
unfortunately, so I can't help you debug this.
Considering it seems to fail in "current-directory" as per the call
chain, perhaps you can also show us the value of C_MAX_PATH?
Cheers,
Peter