You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seperate from #5152
Commits in ascending order:
After #4849 (4623863related with upstream winit, hard to find out the root cause same thing like #5152 (comment) but only different in error code)
The exit error:
error: process didn't exit successfully: `target\debug\e_test.exe` (exit code: 0xc0000005, STATUS_ACCESS_VIOLATION)
unsafe precondition(s) violated: ptr::copy_nonoverlapping requires that both pointer arguments are aligned and non-null and the specified memory ranges do not overlap
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::MAX`
Hello, the second issue still persist even in 0.29.1.
I encountered this after trying to get hot-lib-reloader-rs working with the latest egui version. After updating the dependency of eframe in the example examples/hot-egui from 0.19.0 to 0.29.1, the issue appeared.
Seperate from #5152
Commits in ascending order:
After #4849 (4623863
related with upstreamsame thing like #5152 (comment) but only different in error code)winit
, hard to find out the root causeThe
exit
error:error: process didn't exit successfully: `target\debug\e_test.exe` (exit code: 0xc0000005, STATUS_ACCESS_VIOLATION)
After #4305 (65b0676)
The running error:
stacktrace.txt
After #5056 (97eaf83)
The running error:
unsafe precondition(s) violated: ptr::copy_nonoverlapping requires that both pointer arguments are aligned and non-null and the specified memory ranges do not overlap
stacktrace.txt
After #4744 (0faab82)
The running error:
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::MAX`
stacktrace.txt
The text was updated successfully, but these errors were encountered: