mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
I compiled Rustdesk myself and ran it with an error message #2683
Labels
No labels
bug
documentation
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
question
unreproducible
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rustdesk-rustdesk#2683
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mingpuwu on GitHub (May 12, 2024).
Bug Description
error message :
Finished
devprofile [unoptimized + debuginfo] target(s) in 3.48sRunning
target\debug\rustdesk.exe[2024-05-12T05:00:00Z INFO librustdesk::core_main] main start args:[]
thread 'main' panicked at library\core\src\panicking.rs:156:5:
unsafe precondition(s) violated: slice::from_raw_parts requires the pointer to be aligned and non-null, and the total size of the slice not to exceed
isize::MAXnote: run with
RUST_BACKTRACE=1environment variable to display a backtracethread caused non-unwinding panic. aborting.
error: process didn't exit successfully:
target\debug\rustdesk.exe(exit code: 0xc0000409, STATUS_STACK_BUFFER_OVERRUN)How to Reproduce
I don't know if you've ever encountered such a situation before
Expected Behavior
Can be compiled and used normally
Operating system(s) on local side and remote side
Windows 11
RustDesk Version(s) on local side and remote side
1.2.4
Screenshots
Additional Context
No response
@rustdesk commented on GitHub (May 12, 2024):
#763