Re: [capnproto] Re: Segfault during JSON encode() in v0.6.1

2018-03-02 Thread Marc Sune
Kenton, On Friday, March 2, 2018 at 7:27:30 PM UTC+1, Kenton Varda wrote: > > Hi Marc, > > Do you have any custom type handlers registered via addTypeHandler()? Is > it possible that the handler class has gone out-of-scope (been destroyed) > by the time the encoder is executed? > No, I am not

[capnproto] Re: Segfault during JSON encode() in v0.6.1

2018-03-02 Thread Marc Sune
> That's about all that I can get, even though capnproto is compiled with DEBUG. Or shall I say, it should :/ On Friday, March 2, 2018 at 7:17:02 PM UTC+1, Marc Sune wrote: > > Hi guys, > > I am experiencing a _very_ strange segfault during JSON encoding of > message: > > ``` > Program