Azat Khuzhin

Results 146 issues of Azat Khuzhin

### Release checklist - [ ] update changelog - [ ] bump versions - [ ] release with github login tags ### CI - [x] [mingw cmake failures](https://github.com/libevent/libevent/runs/1088210241) - #1267,...

libevent-2.2
releases

``` WARNING: ThreadSanitizer: heap-use-after-free (pid=4275) Read of size 8 at 0x7b54000066d0 by main thread: #0 event_del_ /home/runner/work/libevent/libevent/event.c:2813:32 (libevent_core-2.2.so.1+0x480bf) #1 event_del /home/runner/work/libevent/libevent/event.c:2830:9 (libevent_core-2.2.so.1+0x44a8d) #2 delete_all_in_dlist /home/runner/work/libevent/libevent/evmap.c:672:3 (libevent_core-2.2.so.1+0x57b00) #3 evmap_io_delete_all_iter_fn /home/runner/work/libevent/libevent/evmap.c:681:9 (libevent_core-2.2.so.1+0x55849)...

flaky
tests

``` dns/tcp_resolve_pipeline: FAIL D:\a\libevent\libevent\test\regress_testutils.c:120: bind: No error [0] FAIL D:\a\libevent\libevent\test\regress_dns.c:2627: assert(regress_dnsserver(base, &portnum, search_table, tcp_search_table)) [tcp_resolve_pipeline FAILED] [RETRYING tcp_resolve_pipeline (attempts left 3, delay 1 sec)] dns/tcp_resolve_pipeline: FAIL D:\a\libevent\libevent\test\regress_testutils.c:120: bind: No error...

os:windows
ci
flaky
tests

``` Start 9: regress__WEPOLL 9/24 Test #9: regress__WEPOLL .....................Exit code 0xc0000135 ***Exception: 0.01 sec ``` And no error even with `ctest -V` or `ctest --output-on-failure` https://github.com/libevent/libevent/runs/3644218598?check_suite_focus=true

os:windows
ci

``` 2022-07-10T06:39:34.1946914Z FAIL D:\a\libevent\libevent\test\regress_watch.c:130: assert(end_time.tv_sec >= start_time.tv_sec + 1): 1657435155 vs 1657435156watch/callback_ordering: [warn] BUG: Unexpected mbedtls error code -76: NET - Reading information from the socket failed 2022-07-10T06:39:34.1948026Z [warn] BUG:...

os:windows
ci
flaky

Here are possible topics: - openssl (osx, linux, ...) - threads (event_use_pthreads()/BEV_OPT_THREADSAFE/...) - debug (event_enable_debug_mode()) - logging (event_enable_debug_logging()) - ... I see this as markdown files in our repo or/and...

type:doc

https://github.com/libevent/libevent/runs/838465728#step:5:390 (reproduced rarely) ``` 2020-07-05T10:24:11.3988736Z ================== 2020-07-05T10:24:11.3989522Z WARNING: ThreadSanitizer: heap-use-after-free (pid=4042) 2020-07-05T10:24:11.3989713Z Read of size 8 at 0x7b5400005a50 by main thread: 2020-07-05T10:24:11.3990194Z #0 event_del_ /home/runner/work/libevent/libevent/event.c:2813:32 (libevent_core-2.2.so.1+0x47cef) 2020-07-05T10:24:11.3990635Z #1 event_del /home/runner/work/libevent/libevent/event.c:2830:9...

[![](https://api.gh-polls.com/poll/01CTPESEWDXR9FPX69BK409GE0/1.4.x)](https://api.gh-polls.com/poll/01CTPESEWDXR9FPX69BK409GE0/1.4.x/vote) [![](https://api.gh-polls.com/poll/01CTPESEWDXR9FPX69BK409GE0/2.0.x)](https://api.gh-polls.com/poll/01CTPESEWDXR9FPX69BK409GE0/2.0.x/vote) [![](https://api.gh-polls.com/poll/01CTPESEWDXR9FPX69BK409GE0/2.1.x)](https://api.gh-polls.com/poll/01CTPESEWDXR9FPX69BK409GE0/2.1.x/vote) [![](https://api.gh-polls.com/poll/01CTPESEWDXR9FPX69BK409GE0/upstream)](https://api.gh-polls.com/poll/01CTPESEWDXR9FPX69BK409GE0/upstream/vote)

Polls

We should remove a lot of old code (one of the major thing is global `event_base` for example), but since this can break user code, maybe we should introduce `EVENT__NO_DEPRECATED`...

build