| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
fix:Rolling compression of user logs Automatically compress the user logs upon scrolling. After enabling the log compression feature, both standard output and error output will be redirected to the "out" file. Signed-off-by: pikachuwan <wanyihui@huawei.com> | 6 个月前 | |
fix(test): prevent use-after-free in StdMonitorActorTest callbacks Lambdas in AddValidFdWithCallback and MultipleFdMonitoring captured local variables by reference. The StdMonitorActor dispatches HandleEvent via litebus::Async, so callbacks can fire asynchronously after the test body returns and the stack locals are destroyed, causing SIGSEGV. Fix: use shared_ptr<atomic<bool>> for per-callback state so the callback can safely write to heap memory regardless of when it fires. Signed-off-by: robbluo <luowenyu4@huawei.com> | 2 个月前 | |
fix:Rolling compression of user logs Automatically compress the user logs upon scrolling. After enabling the log compression feature, both standard output and error output will be redirected to the "out" file. Signed-off-by: pikachuwan <wanyihui@huawei.com> | 6 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 6 个月前 | ||
| 2 个月前 | ||
| 6 个月前 |