Yichun Zhang
Yichun Zhang
I'm getting errors with LLVM JIT mode of bpftime on Fedora Linux x86_64: ``` [2024-01-28 00:38:50][info][707114] Created uprobe/uretprobe perf event handler, module name /500g-a/git/ebpf-plus/libbpf/uprobes/a.out, offset 1106 [2024-01-28 00:38:50.707] [info] [agent.cpp:66]...
My ebpf userland program is dynamically linked with my patched version of libbpf. The program can find the correct libbpf via `RPATH`. But `bpftime load` or the `LD_PRELOAD` way always...
I'm testing the official `example/malloc` sample program on my side. Sometimes, the target process must crash and produce a core dump file. And I've noticed that `gdb` always hangs when...
We also need a debug version of openssl for openresty-debug. See our RPM/Deb package scripts for details.
Right now the travis ci build is failing due to lua-cjson loading problems: https://travis-ci.org/openresty/lua-redis-parser
I'm always seeing the following 2 test failures due to crashes in qemu-arm when running Mike's test suite in the openresty/luajit2-test-suite github repo with a cross-compiled build of LuaJIT (both...
Some compilations units like shdict.c, string.c, lex.c, regex.c, and etc, could share the object code directly between http and stream modules in the final nginx executable. We could simply make...
Let's make mini-tt2 emit C line control macros to the C output like below: ```C #line 32 "src/http/ngx_http_lua_foo.c.tt2" ``` So that it would be easier to debug any compilation errors...
This issue keeps track of the next formal release, 1.19.0.1 (after 1.17.8.1 is out). The 1.19.0.1 release is due on 5 October 2020. Version freeze will happen one month earlier....
Seeing the following this morning: ``` ./parse-logs -o ortest/ortest_20190211-173752_ip-172-30-2-103.json ortest/ortest_20190211-173752_ip-172-30-2-103.log linux x86_64 Use of uninitialized value in string eq at ./parse-logs line 873, line 44835. tl-ngx_stream_lua twv-ngx_stream_lua twv-lua-resty-core tw-ngx_lua t-ngx_lua...