plasma-umass / coz

Coz: Causal Profiling
Other
4.1k stars 159 forks source link

Add documentation to set LD_LIBRARY_PATH to libelf++.so and libdwarf++.so in coz/deps #101

Closed santoshn closed 5 years ago

santoshn commented 5 years ago

We were noticing weird segmentation faults when the system already has libelf/libdwarf installed but the LD_LIBRARY_PATH does not point to the coz/deps directory.

I think adding instructions about explicitly setting LD_LIBRARY_PATH to coz/deps/libelfin/dwarf and coz/deps/libelfin/elf is helpful.

ccurtsinger commented 5 years ago

This should no longer be necessary because coz builds using the system-installed libelf++ and libdwarf++ instead of building them locally.