crash in qpid::broker::ExchangeRegistry::registerType? [was: Re: segfault in Rdma broker]

2010-10-28 Thread Aaron Fabbri
I did a little debugging and it seems like the first stack trace I posted was wrong. I was using the wrong libtool binary I guess. Here is what gdb reports on the correct binary. I'll try and svn up and retest again tomorrow, but if anyone knows of any changes in this codepath recently let me

Re: crash in qpid::broker::ExchangeRegistry::registerType? [was: Re: segfault in Rdma broker]

2010-10-28 Thread Gordon Sim
On 10/28/2010 08:18 AM, Aaron Fabbri wrote: I did a little debugging and it seems like the first stack trace I posted was wrong. I was using the wrong libtool binary I guess. Here is what gdb reports on the correct binary. I'll try and svn up and retest again tomorrow, but if anyone knows of

Re: crash in qpid::broker::ExchangeRegistry::registerType? [was: Re: segfault in Rdma broker]

2010-10-28 Thread Aaron Fabbri
Yep you got it. Thanks for the hint. Adding --no-module-dir (also suggested by Andrew Stitcher) fixed it. I'm going to file a bug and you guys can decide what (if anything) to do about it. On Thu, Oct 28, 2010 at 2:27 AM, Gordon Sim g...@redhat.com wrote: On 10/28/2010 08:18 AM, Aaron Fabbri