alex-heinricher

Results 4 issues of alex-heinricher

**Describe the bug** Weldr defaults to using static library models. However, this feature wasn't fully re-implemented after the major changes needed to support dynamic modeling. **To Reproduce** Execute weldr without...

**Describe the bug** If `-t` is specified as a relative path, the torch command files generated in `deconflict_syms` reference their target file with an incorrect relative path. Specifically, the path...

**Describe the bug** `fake_pthread/fake_setjmp.S` does not link correctly when compiling `libwrap_pthread.so` on Ubuntu 18.04. `ld` reports the following relocation error: ``` /usr/bin/ld: bin/fake_setjmp.pic.oS: relocation R_X86_64_PC32 against symbol `sigprocmask@@GLIBC_2.2.5' can not...

**Describe the bug** The `--model-dir` flag defaults to a hard-coded absolute path, meaning that weldr will try looking for its resources in a directory that probably doesn't exist. **To Reproduce**...