Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrudsc committed Sep 5, 2018
1 parent febf640 commit 249f3c8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,21 @@
# gold-linker-threads-segfault
Demo how gold linker from binutils 2.31 segfaults if uses multiple threads

# Ways to run

## Build debian docker image and compile inside the container:
```
bash build-docker-image.sh
```
This builds a docker image, runs a container, compiles and tries to link

## If you want to run multiple times (the docker image must exists):
Start a container:
```
bash run-docker-container.sh
```

Compile and try to link:
```
bash compile-and-link.sh
```

0 comments on commit 249f3c8

Please sign in to comment.