[swift-users] Segfault when joining MUC

Mazhe vmazhe at gmail.com
Sat Sep 3 19:44:43 CEST 2011


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!

-- Mazhe


More information about the swift-users mailing list