Results 3 comments of Mike Bourgeous

This also affects some of my library code that uses `bufferevent_new` followed by `bufferevent_base_set`. It's not safe to call `event_init()` because there may be multiple libraries using libevent in one...

I think I'm running into this same issue with an object graph that contains a lot of back-references: ```ruby # Breakpoint set just before calling trace.message on a NameError trace.receiver.inspect.length...

I also verified this change produces the right output in my own code: Before: ![image](https://user-images.githubusercontent.com/5015814/215357809-b202fb38-72c5-44d5-9178-b819f46df339.png) After: ![image](https://user-images.githubusercontent.com/5015814/215357743-e7b90ea1-40b7-4083-b466-8e975b39d500.png)