Earth

Results 8 comments of Earth

Hello, first you may edit the file `vim ~/.cargo/config` then add following such as `[target.x86_64-pc-windows-gnu]` `linker="/Path/Cross/Compiler/x86_64-pc-windows-gnu/bin/x86_64-w64-mingw32-gcc"` `ar="/Path/Cross/Compiler/x86_64-pc-windows-gnu/bin/x86_64-w64-mingw32-gcc-ar"` then download the `libusb` source from [libusb website](https://libusb.info/) in the source folder you...

> Can you debug more and provide more info? Thanks for reply, the trace log before `Sending ClientHello Message` are the same as macOS, I think maybe the packet not...

So, I can't find where is the problem, so also open a discuess at `quinn` project [quinn discuess](https://github.com/quinn-rs/quinn/issues/1707)

the windows dump file is [crash-this-8284-2025-02-08T16-26-51.506240+0800-QIrS.dmp](https://github.com/user-attachments/files/18717706/crash-this-8284-2025-02-08T16-26-51.506240%2B0800-QIrS.dmp) this is the windows sym file, [sym.zip](https://github.com/user-attachments/files/18717734/sym.zip) Hello, I upload the mini dump and sym file, dump was written by `minidump writer 0.10` In...

The program start, 1. register a crash handler to collect mini dump 2. load a library 3. call a function in the library like: ``` pub extern "C" fn plugin_g_bridge_logic_10_7_must_crash()...

Hello, may be I find the problem, but I'm still testing: the dump create old code is ``` MinidumpWriter::dump_local_context( Some(crash_context.exception_code.clone()), Some(crash_context.thread_id.clone()), None, i_file_fs, ) ``` When you notice may be...

After I test the new capture code, the `minidump stackwalk` shows: ``` Operating system: Windows NT 10.0.19045 CPU: amd64 family 25 model 117 stepping 2 16 CPUs Crash reason: EXCEPTION_ILLEGAL_INSTRUCTION...

I translate my meaning from AI: ``` I believe I have incorrectly raised this issue, as the problem does not exist. Please disregard my previous message. On Windows, it is...