Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory, size and exit errors with dynamic library rendering #5170

Open
CrazyboyQCD opened this issue Sep 26, 2024 · 0 comments
Open

Memory, size and exit errors with dynamic library rendering #5170

CrazyboyQCD opened this issue Sep 26, 2024 · 0 comments
Labels
bug Something is broken

Comments

@CrazyboyQCD
Copy link

CrazyboyQCD commented Sep 26, 2024

Seperate from #5152
Commits in ascending order:
After #4849 (4623863 related with upstream winit, hard to find out the root cause )
The exit error:

error: process didn't exit successfully: `target\debug\e_test.exe` (exit code: 0xc0000005, STATUS_ACCESS_VIOLATION)

After #4305 (7fafae7)
The running error:

Called `available_rect()` before `Context::run()`

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

@CrazyboyQCD CrazyboyQCD added the bug Something is broken label Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is broken
Projects
None yet
Development

No branches or pull requests

1 participant