Comment 15 for bug 1577051

Revision history for this message
Christian Boltz (cboltz) wrote :

Nice finding.

The code is:

            if e['request_mask'] in ('send', 'receive'):
                self.debug_logger.debug('UNHANDLED (request_mask is send or receive): %s' % e)
                return None

so with requested_mask="send receive" I'm not surprised that you still see a crash ;-)

I just sent a patch to the mailinglist for review.