Re: [Faudiostream-devel] 32bit FAUST-LV2 crash on quit

2013-10-31 Thread Stéphane Letz
I know the issue, just need to find some time and a working Linux system here. (not before next week) Stéphane Le 31 oct. 2013 à 08:17, Albert Graef a écrit : > On Thu, Oct 31, 2013 at 7:27 AM, Stéphane Letz wrote: >> Faust2 is now updated > > Wonderful, many thanks! :) > > However, I'm st

Re: [Faudiostream-devel] 32bit FAUST-LV2 crash on quit

2013-10-31 Thread Albert Graef
On Thu, Oct 31, 2013 at 7:27 AM, Stéphane Letz wrote: > Faust2 is now updated Just a quick heads up for the Arch users among us: I've updated my faust2-git PKGBUILD at the AUR (https://aur.archlinux.org/packages/faust2-git/) so that it builds from the current Faust2 HEAD again, and the binary Arc

Re: [Faudiostream-devel] 32bit FAUST-LV2 crash on quit

2013-10-31 Thread Albert Graef
On Thu, Oct 31, 2013 at 7:27 AM, Stéphane Letz wrote: > Faust2 is now updated Wonderful, many thanks! :) However, I'm still getting the same errors while creating scheduler.ll on Linux that I already reported earlier, see below. The code which defines these missing functions (at scheduler.cpp:40

Re: [Faudiostream-devel] 32bit FAUST-LV2 crash on quit

2013-10-30 Thread Stéphane Letz
Faust2 is now updated Yann can you updated the online compiler? Thanks. Stéphane Le 31 oct. 2013 à 00:38, Albert Graef a écrit : > On Wed, Oct 30, 2013 at 11:44 PM, Albert Graef wrote: >> A new tarball is available at http://code.google.com/p/faust-lv2/, and >> I'm going to push the chang

Re: [Faudiostream-devel] 32bit FAUST-LV2 crash on quit

2013-10-30 Thread Albert Graef
On Wed, Oct 30, 2013 at 11:44 PM, Albert Graef wrote: > A new tarball is available at http://code.google.com/p/faust-lv2/, and > I'm going to push the changes to the Faust git repo later tonight. Done. Stephane, could you please pull rev. a10b50 to the faust2 branch? The Faust online compiler nee

Re: [Faudiostream-devel] 32bit FAUST-LV2 crash on quit

2013-10-30 Thread Albert Graef
On Tue, Sep 17, 2013 at 10:51 AM, Albert Graef wrote: > Thanks. There's already a bug report at > http://code.google.com/p/faust-lv2/issues/detail?id=4 which seems > related. This is next up on my TODO list, so stay tuned. Sorry for the long delay, it's the start of the semester over here, so I'v

Re: [Faudiostream-devel] 32bit FAUST-LV2 crash on quit

2013-09-17 Thread Albert Graef
On Tue, Sep 17, 2013 at 9:53 AM, hermann meyer wrote: > I could nail this one down to > > static void > cleanup(LV2_Handle instance) > { > > free(plugin->ports); > free(plugin->portvals); > } Thanks. There's already a bug report at http://code.google.com/p/faust-lv2/issues/detail?id=4 which

Re: [Faudiostream-devel] 32bit FAUST-LV2 crash on quit

2013-09-17 Thread hermann meyer
Am 15.09.2013 22:02, schrieb Harry van Haaren: > Hey All, > > I've built OpenAV's Sorcer synth using FAUST, and FAUST-LV2. The > plugin runs fine here in jalv: on a 64bit machine. The same code > crashes on a "glibc corrupted double linked list detected" when > generated / compiled / ran on 32b

Re: [Faudiostream-devel] 32bit FAUST-LV2 crash on quit

2013-09-16 Thread Harry van Haaren
On Mon, Sep 16, 2013 at 10:12 AM, Albert Graef wrote: > NTK doesn't seem to be in the standard Ubuntu repos. Which version do > you use? kxstudio? non/fltk.git? > NTK git: git clone git://git.tuxfamily.org/gitroot/non/fltk.git ntk You won't actually *need* to build the UI to reproduce, running

Re: [Faudiostream-devel] 32bit FAUST-LV2 crash on quit

2013-09-16 Thread Albert Graef
NTK doesn't seem to be in the standard Ubuntu repos. Which version do you use? kxstudio? non/fltk.git? On Mon, Sep 16, 2013 at 10:51 AM, Albert Graef wrote: > On Sun, Sep 15, 2013 at 10:02 PM, Harry van Haaren > wrote: >> I've built OpenAV's Sorcer synth using FAUST, and FAUST-LV2. The plugin ru

Re: [Faudiostream-devel] 32bit FAUST-LV2 crash on quit

2013-09-16 Thread Albert Graef
On Sun, Sep 15, 2013 at 10:02 PM, Harry van Haaren wrote: > I've built OpenAV's Sorcer synth using FAUST, and FAUST-LV2. The plugin runs > fine here in jalv: on a 64bit machine. The same code crashes on a "glibc > corrupted double linked list detected" when generated / compiled / ran on > 32bits.

[Faudiostream-devel] 32bit FAUST-LV2 crash on quit

2013-09-15 Thread Harry van Haaren
Hey All, I've built OpenAV's Sorcer synth using FAUST, and FAUST-LV2. The plugin runs fine here in jalv: on a 64bit machine. The same code crashes on a "glibc corrupted double linked list detected" when generated / compiled / ran on 32bits. I've tried re-generating the .cpp file in case FAUST co