[Csnd-dev] Segfault on RPi
Date | 2024-12-13 19:40 |
From | Dave Seidel |
Subject | [Csnd-dev] Segfault on RPi |
Just doing my periodic pull and build (develop branch) on my RPi 5. Build went fine (I did "make clean" and removed the CMake cache). After installing and running ldconfig, I get this:
dave@phonon:~/src/csound/build $ csound Malloc failed: memory allocate failure for 12963674408 Error in pre-initialisation function of module 'libsfont.so' Failed during csoundLoadModules Segmentation fault I'm on bookworm (Linux 12), fully up to date. |
Date | 2024-12-13 19:42 |
From | Dave Seidel |
Subject | Re: [Csnd-dev] Segfault on RPi |
When I run it again, I just get dave@phonon:~/src/csound/build $ csound csound command: Segmentation fault
On Fri, Dec 13, 2024 at 2:40 PM Dave Seidel <dave.seidel@gmail.com> wrote:
|
Date | 2024-12-13 19:59 |
From | Victor Lazzarini <000010b17ddd988e-dmarc-request@LISTSERV.HEANET.IE> |
Subject | Re: [Csnd-dev] [EXTERNAL] Re: [Csnd-dev] Segfault on RPi |
you need to get rid of your old installation, the plugins are incompatible and will crash. The develop code is still changing and we can't guarantee ABI compatibility.
Make sure there's nothing old there before you build and install again.
Prof. Victor Lazzarini
Maynooth University
Ireland
On 13 Dec 2024, at 19:42, Dave Seidel <dave.seidel@gmail.com> wrote:
|
Date | 2024-12-13 20:11 |
From | Dave Seidel |
Subject | Re: [Csnd-dev] [EXTERNAL] Re: [Csnd-dev] Segfault on RPi |
OK, that worked, thanks. On Fri, Dec 13, 2024 at 2:59 PM Victor Lazzarini <000010b17ddd988e-dmarc-request@listserv.heanet.ie> wrote:
|