blackStar1314
blackStar1314
测试用例:http://ip:port/Local/1 - 副本 (17).mp3 postman:  关键代码段:  原因: std::ifstream 对于utf8编码字符串文件路径,打开异常 处理方式: http请求参数默认utf8编码,使用file_system::u8path转码下  可用考虑处理下,谢谢!
I use gdb to analyze a core dump file, stack info follow:  Find out _avahiClientReady.tryWait() false. I not know why?
现象:  堆栈信息:  原因: 该静态变量析构顺序在GdiplusShutdown(gdiplusToken)之后,导致Gdiplus::FontFamily()析构异常。 问题源码:https://github.com/NanoMichael/MicroTeX/blob/086f4eb740270b28bd0c61a0a359aea9300d61ae/platform/gdi_win/graphic_win32.cpp#L24 可行的一种解决思路: PlatformFactory_gdi 析构中管理这个对象的析构,保证在GdiplusShutdown(gdiplusToken)之前析构Gdiplus::FontFamily()