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
warning: no debug symbols in executable (-arch x86_64)
rust: upcall fail 'explicit failure', test2.rs:6
test2(64191,0x10061a000) malloc: *** error for object 0x100500040: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
[1] 64191 abort ./test2
The text was updated successfully, but these errors were encountered:
Avoid error patterns matching themselves
fixesrust-lang#2156fixesrust-lang/miri#2155
this will be obsolete the moment I extract that data from json diagnostics instead of just regexing the stderr.
Kobzol
pushed a commit
to Kobzol/rust
that referenced
this issue
Dec 29, 2024
Hi all,
I tracked down a malloc error with this code:
Errors out with:
The text was updated successfully, but these errors were encountered: