SilverFox

Results 47 issues of SilverFox

For the below code, will get `TypeLoadException` after rename `Z0` to ` Z0` or `Z3` to ` Z3`, `Z0 ` works well, and ` Z2` will get `Z2` in runtime....

### Steps to reproduce 1. Compile the below code and view `Class1.d__1.MoveNext()` in `C#` or `IL with C#` mode. Seems ```cs public class Class1 { public (int, int) Test2() {...

Bug

Checklist - [x] This problem exists even with the setting `"C_Cpp.enhancedColorization": "Disabled"` ## The code with a problem is: ``` void xxx(void) { asm volatile( "TST lr, #0x4\n" "ITE EQ\n"...

和讯飞输入法存在兼容性问题 NanaZip: NanaZip 3.0 Preview 0 (3.0.756.0), https://github.com/M2Team/NanaZip/releases/tag/3.0.756 讯飞: v3.0.1735(https://srf.xunfei.cn/#/ https://download.voicecloud.cn/200ime/iFlyIME_Setup_3.0.1735.exe) 当输入焦点位于NanaZip内任何的文本框, 且当前输入法为讯飞输入法时, 程序会直接闪退 (无日志, 但在%USERPROFILE%\AppData\LocalLow\iFly Info Tek\iFlyIME\crash下会生成crashlog.dmp文件) 试了下微软拼音/搜狗/百度, 就讯飞有这个问题, 也反馈给讯飞了, 在这边也报一个, 以供遇到相同问题的人参考, 以及看看能不能定位到问题 崩溃的堆栈时在讯飞输入法的代码中, 但我只在NanaZip上遇到了, 异常代码是`0xC0000017: STATUS_NO_MEMORY(Not Enough Quota)`...

测试版本: [NanaZip 3.0 Preview 0 (3.0.756.0)](https://github.com/M2Team/NanaZip/releases/tag/3.0.756) x64 好像随便找个3个G的东西压, 就会在进度条大概在2G左右的时候崩溃 ***更新***: 好像挑文件, 我找了几个iso镜像试了下都不会重现, 我看能不能找到一个方便公开上传的文件找了个样本上传了 nanozip选其他算法和级别时貌似没有出现相同现象 但测试使用相同算法和参数的`7z-std` 22.01也不会崩 ***测试样本***: 百度网盘(解压外层7z后, 直接压缩那个tar文件就可以了, 不需要二次解压tar) 链接:https://pan.baidu.com/s/1sEvqJpYFa_611NCWyMfsaQ?pwd=jdvd 提取码:jdvd 或者直接clone这个版本库, 然后压缩目录 ``` git clone https://github.com/ridon/ridon-kernel-cross82_3821 NanaZipC a...

bug

测试: idf5.1+adf master 当前版本的pwm_stream, 疑似在来自上游管道的数据全部被写入完成后就立即由于AEL_IO_DONE触发了close, 但由于pwm本身不是同步写入的, 而是通过timer_group_isr在异步刷新, close时又会立即关闭这个timer, 会造成最后一段时间仍在缓冲区中的音频数据丢失 (放tts的音频可以试出来, 默认speed下, 大概会截断最后1~2个字的语音)

**Describe the bug** `targetId` is marked as invaild by vscode when `request=attach`, but it work for `request=launch` **To Reproduce** Steps to reproduce the behavior: 1. Create an launch.json with targetId;...