Sohail Somani

Results 11 comments of Sohail Somani

Have this problem on Ubuntu as well, using latest, but only when in a tmux session.

> That sounds like it's tmux being slow. Make sure the same behavior isn't present in other terminals too. Good suggestion. I've been using gnome terminal and resizing never takes...

> Seconds sounds extremely strange. Though if you need more help please open a separate issue since it's not related to this one. As you suggested, it seems tmux is...

In fact, now I'm thinking it makes perfect sense to have the init equivalent of `libevent_global_shutdown`, so something like `libevent_global_init`. I'm happy to make a patch if this is desired.

Thanks @azat I have the same seg fault if I update the code to the following: ```c #include #include #include int main() { // event_init();

Finally (last thing!) if instead of a null base, I pass in `base` to `evhttp_connection_base_new`, we get an assertion failure: ![image](https://user-images.githubusercontent.com/279844/127051690-c438b847-846a-4e33-884e-0ed49e3352a5.png) My understanding is that a null base is supposed...

With the code below, I get this assertion failure: ![image](https://user-images.githubusercontent.com/279844/127053769-a91e2397-4a73-4f1d-807d-7f82400a2021.png) ```c #include #include #include int main() { struct event_base *base = event_base_new(); struct evrpc_pool *pool = evrpc_pool_new(base); struct evhttp_connection *connection...

> I see, thanks. > > The problem is that evrpc does not know that connection already have base. > AFAICS you can fix this by using `evhttp_connection_base_bufferevent_new` and create...

@mariobuikhuizen did you find any sort of workaround for this issue? I am experiencing something similar.

This makes it easy for a malicious actor on the QC side to hijack things esp since I presume QC prefers customers to use their hosted service and this may...