|
Looks like msgp may be null, and so the handler thread is dying with a sigsegv when it tries to print it.
I'd need to see the modified code (I have stopped development of bb2ns here as we no longer run any BB clients) but I suspect there is a bug in the multiple-record handler that is passing on a null message. Try something like 'if(!msgp){ last; }' to break out of the loop.
_________________ Steve Shipway UNIX Systems, ITSS, University of Auckland, NZ Woe unto them that rise up early in the morning... -- Isaiah 5:11
|