RustDesk
RustDesk
Can also run rustdesk from command line with RUST_BACKTRACE, maybe we can get more information. `RUST_BACKTRACE=1 rustdesk`
Thanks, still `thread 'frb_workerpool' panicked at library/std/src/sys_common/process.rs:155:17`, but we still do not know who call it in our rust code, :(
@fufesou clean those flutter errors first.
> Can also run rustdesk from command line with RUST_BACKTRACE, maybe we can get more information. > > `RUST_BACKTRACE=1 rustdesk` @NicKoehler Could you help run nightly like this?
How about `RUST_BACKTRACE=full rustdesk`?
I just built a new nightly which upgrade rust and tokio to latest version, not sure if it can help. https://github.com/rustdesk/rustdesk/releases/tag/nightly
Could you run gdb with this one https://github.com/fufesou/rustdesk/releases/download/tmp/rustdesk-1.2.6-0-x86_64.pkg.tar.zst? this one have debug symbol info, we can see more informations.
yes, the `rustdesk` built by flutter has no debug symbol, but the `librustdesk.so` built by rust has. Please go ahead to run.
Sorry, I thought you ran gdb with https://github.com/rustdesk/rustdesk/issues/8320#issuecomment-2164558883
I don't have idea either how to debug it now. :(