weldr icon indicating copy to clipboard operation
weldr copied to clipboard

Create single-executable models of distributed systems.

Results 5 weldr issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Though weldr outputs a success message after compiling, the run_me binary segmentation faults right after `Starting stub libraries`. From the log file, the debug information shows that...

**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**...