[swift-users] Segfault when joining MUC

Kevin Smith kevin at kismith.co.uk
Sat Sep 3 21:59:25 CEST 2011


On Sat, Sep 3, 2011 at 6:44 PM, Mazhe <vmazhe at gmail.com> wrote:
> 2011/9/3 Kevin Smith <kevin at kismith.co.uk>:
>> Yep, right on the money.
>>
>> activity should never be empty, it should always have a length of at
>> least one, even when boost::split is passed the empty string, as it
>> was here.
>>
>> I would guess you're being hit by
>> https://svn.boost.org/trac/boost/ticket/4751 - is it possible that
>> you're compiling with a system Boost of an afflicted version? If so,
>> compiling with the (older) bundled boost may help.
>
> The strange part is I do have boost 1.45 where the bug should be
> fixed, yet the small example in the bug report display the wrong
> behavior... And indeed, using the bundled version fixes the problem!
>
> Thanks!

Ok, I'll see about committing a workaround then, thanks.

/K


More information about the swift-users mailing list