Skip to content

devongovett/rust-threadlocal-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This demonstrates a bug in Rust with thread local variables.

To reproduce:

  1. Run on CentOS 7, or another system with glibc 2.17
  2. cargo build
  3. gcc test.c -ldl -pthread
  4. ./a.out
  5. Observe segfault

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published