[PD] Pd Vanilla 0.53.1 is crashing under GNU/Linux

IOhannes m zmölnig zmoelnig at iem.at
Sat Jan 28 18:48:42 CET 2023


hi,

On 1/28/23 00:28, IOhannes m zmölnig wrote:
> i've submitted a fix for the issue *i've* found in the 'develop' branch 
> on github.
> 
> could you try to compile that version of Pd yourself and see whether the 
> problem persists?


basically do something like this:

```
sudo apt-get install git build-essential debhelper libasound2-dev
git clone https://github.com/pure-data/pure-data -b develop
cd pure-data
./autogen.sh
./configure
make -j$(nproc)
```

then run your tests from the cmdline with:

```
bin/pd 
/media/joe/DATA_UNIX/PROJECTS/Pure-Data/patchs/SMS-Vanilla/simple-midi-sequencer-vanilla-0152.pd 

```

and see whether it still crashes (hopefully not)

gdaksr
IOhannes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature
Type: application/pgp-signature
Size: 840 bytes
Desc: OpenPGP digital signature
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20230128/24fb3b57/attachment.sig>


More information about the Pd-list mailing list