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
I wrote an llvm pass myself to generate some code. Sometimes these codes can run normally through the lli command, and sometimes they can't run normally, but each time the error is different, I am very confused if there is something wrong with my code or with llvm.here is the
corrupted double-linked list (not small)PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.Stack dump:0. Program arguments: lli freecontext_mutilfoo.svf.bcmalloc(): largebin double linked list corrupted (bk)Aborted (core dumped)
I wrote an llvm pass myself to generate some code. Sometimes these codes can run normally through the lli command, and sometimes they can't run normally, but each time the error is different, I am very confused if there is something wrong with my code or with llvm.here is the
The text was updated successfully, but these errors were encountered: