Skip to content

Chronostasys/backtracebug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backtrace bug while use lld for linking

Link backtrace function using lld, and run the program, it will crash(Segmentation fault).

Run following command on macos should reproduce it. Not sure if it occurs on other platforms.

cargo build
clang test.c target/debug/libvm.a  -v -fuse-ld=lld
./a.out

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published