hml1006

Results 3 issues of hml1006

The panic information is now saving in a temp file. However, if the machine reboot, the file will be lost, and also, we want to use the regular path, so...

代码中不是worker进程,不会执行add timers,但是add timers里面执行了一部分共享内存操作,导致后面有访问共享内存的的行为就会崩溃 ``` C if (ngx_process != NGX_PROCESS_WORKER) { return NGX_OK; } ```

### 解决方案检查 - [X] 我已阅读常见问题(),并没有找到解决方案 - [X] 我已搜索issue列表(),并没有发现类似的问题 ### 预期行为 ubuntu23.10一直正常 ### 实际行为 系统升级Ubuntu24.04后全部版本都会崩 ### Lx Music 版本 2.9.0 ### 最后正常的版本 _No response_ ### 操作系统版本 ubuntu24.04 ### 附加信息 ![截图 2024-09-07...