
Steven, Thanks for the suggestions.
I don't see any recursion either. Does the simple example segfault? Can you post a *complete* program?
I wish I could.
Do these two variations segfault? this->MyClass::f(); boost::bind(&MyClass::f, this)()
Both of those are fine. There's a clue here that would help me if I were smart enough. The segfault goes away if I change the order of linking the object files. Maybe a duplicate symbol but I haven't found it yet. Thanks, Randy -----Original Message----- From: boost-bounces@lists.boost.org [mailto:boost-bounces@lists.boost.org] On Behalf Of Steven Watanabe Sent: Friday, November 09, 2007 6:32 PM To: boost@lists.boost.org Subject: Re: [boost] [bind] segfault AMDG Ormond, Randy <Randy.Ormond <at> mdnt.com> writes:
Jeff,
Thanks for the quick reply.
But I don't see the recursion. Is MyClass::f() somehow the same as MyClass::SomeFunc() ?
I don't see any recursion either. Does the simple example segfault? Can you post a *complete* program? Do these two variations segfault? this->MyClass::f(); boost::bind(&MyClass::f, this)() In Christ, Steven Watanabe _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost