ZLMediaKit/server
PioLing 2bbd177d5a
Some checks failed
Android / build (push) Has been cancelled
CodeQL / Analyze (cpp) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
Docker / build (push) Has been cancelled
Linux / build (push) Has been cancelled
macOS / build (push) Has been cancelled
Windows / build (push) Has been cancelled
Add win32 core dump (#4291)
单元测试代码
int main() {
    System::systemSetup();
    int *p = nullptr;
    *p = 1; // 强制崩溃
    return 0;
}

崩溃后直接用 vs2019(2022) 打开 dmp 文件。
菜单选择 File → Open → File...,选择你的 .dmp 文件。
提示你“选择符号和源码”,若有源码和 pdb/symbol 文件能看到更详细的堆栈。
2025-05-31 11:26:00 +08:00
..
CMakeLists.txt Add logo and version information to exe on windows (#4093) 2025-01-03 11:33:35 +08:00
FFmpegSource.cpp 修复addFFmpegSource接口线程检测失败相关bug (#4225 #4233) 2025-04-09 21:33:12 +08:00
FFmpegSource.h Optimize the code related to decoding and screenshot (#4106) 2025-01-19 20:18:32 +08:00
main.cpp Add win32 core dump (#4291) 2025-05-31 11:26:00 +08:00
Process.cpp AI automatically translates all comments in the code into English (#3917) 2024-09-19 14:53:50 +08:00
Process.h release 8.0 2023-12-09 16:23:51 +08:00
System.cpp Add win32 core dump (#4291) 2025-05-31 11:26:00 +08:00
System.h release 8.0 2023-12-09 16:23:51 +08:00
VideoStack.cpp feat: VideoStack支持等比缩放 (#4191) 2025-03-19 09:42:57 +08:00
VideoStack.h feat: VideoStack支持等比缩放 (#4191) 2025-03-19 09:42:57 +08:00
WebApi.cpp Add network traffic statistics (#4239) 2025-05-02 16:23:25 +08:00
WebApi.h AI automatically translates all comments in the code into English (#3917) 2024-09-19 14:53:50 +08:00
WebHook.cpp web hook 忽略返回值为null的值 2025-04-20 14:50:56 +08:00
WebHook.h AI automatically translates all comments in the code into English (#3917) 2024-09-19 14:53:50 +08:00