Jim

Results 12 comments of Jim

The motivation is to keep unfinished files separate if the download was not completed for some reasons. Right now, it writes to the file as download progresses and if the...

We are not calling `evthread_use_pthreads()`. However, there is only one event base and the loop is running from a single thread. Does `evthread_use_pthreads()` requires in this case? Below is the...

I will add evthread_use_pthreads() and see if that helps. what would be the right place to add it? Should be after event_base_new() or before? Regarding the occurrence, it's occasional and...

We are calling `evthread_use_pthreads()` now. It took long to reproduce but it did, the exact same crash even with `evthread_use_pthreads()`. ``` Program terminated with signal SIGSEGV, Segmentation fault. #0 0x00000000004eea58...

I will enable event_enable_debug_mode and let you know. Can you elaborate on `reproducer` and I will see if I can get you whatever you need. It takes really long to...

Azat, I am now able reproduce more frequently launching 32 threads and each calling evdns_getaddrinfo Run below program multiple times and sooner or later it will crash ``` #include #include...

@azat were you able to reproduce? Let me know if you need more info.

@azat thanks, I will move evthread_use_pthreads and try this out. However, I have two questions. 1) why only evdns_getaddrinfo causes crash and not other libevent apis, even when evthread_use_pthreads was...

I like to apply LUT to image, very much like we do in photoshop Layer > New Adjustment Layer > Color Lookup but couldn't find documentation on how to do...