Re: seg fault on master

2015-07-06 Thread John Ralls
> On Jul 5, 2015, at 10:27 PM, John Ralls wrote: > > >> On Jul 5, 2015, at 6:43 PM, Alex Aycinena wrote: >> >> Program received signal SIGSEGV, Segmentation fault. >> 0x72025cf2 in std::_Rb_tree> const, KvpValueImpl*>, std::_Select1st> KvpValueImpl*> >, KvpFrameImpl::cstring_comparer,

Re: seg fault on master

2015-07-06 Thread Alex Aycinena
John, On Mon, Jul 6, 2015 at 2:02 PM, John Ralls wrote: > > Alex, > > Well, that was the wrong cause. The real one was that I didn’t delete the > option slots the right way. That helped me notice that KvpFrameImpl needed > a proper destructor. Both committed, book options work again. > > Regards

Re: seg fault on master

2015-07-06 Thread John Ralls
> On Jul 6, 2015, at 5:08 PM, Alex Aycinena wrote: > > John, > > On Mon, Jul 6, 2015 at 2:02 PM, John Ralls wrote: > > Alex, > > Well, that was the wrong cause. The real one was that I didn’t delete the > option slots the right way. That helped me notice that KvpFrameImpl needed a > proper