[fluxus] fluxus 0.8 on gentoo?

Dave Griffiths dave at pawfal.org
Wed Jan 11 08:10:06 PST 2006


>>>> > try to load a premade .scm file:
>>>> >
>>>> > # fluxus
>>>> > connected to jack...
>>>> > terminate called after throwing an instance of 'std::out_of_range'
>>>> >     what():   basic_string::erase
>>>> > Aborted
>>
>>> the exact same thing happens when I try (load "examples/bars.scm") or
>>> whatever
>>> the example is...  same error, it doesn't load it into the editor and
>>> it
>>> definitely doens't run the script =(
>
> I had the same bug report from another 64 bit user, so we're definately
> into 64 bit debugging land....

there is another fix there now, which apparently works to some extent
(bars.scm loads and runs)

it was the value of string::npos, which overflows the 32 bit unsigned int
I was assigning it to on a 64 bit machine. (size_t changes to 8 bytes)

if you're interested ;)

cheers,

dave




More information about the Fluxus mailing list