Thassilo Schulze
Thassilo Schulze
I'd try removing the libdrawf that's installed through pacman and installing manually instead. That's how I build Spray on my machine. There's a tarball of libdwarf's source code [here](https://github.com/davea42/libdwarf-code/releases) on...
Oh yes, I should consider adding the header locally. That would make the install much easier. Did you try copyting `libdwarf.h` into `src` and using the Pacman installation of libdwarf...
~~I think there are two issues in the output you posted.~~ The function in which the failure occurred is meant to read the load address of the process that the...
Also, I hope you are on the v0.0.1 commit. `main` has some unfinished changes, which mean that you don't get syntax highlighting.
> But on startup it gives the same error when installing libdwarp via pacman, and when installing via the libdwarp script. Yes, the following three lines from the output are...
If you want, you could try the following to poke at the problem: - Check if `proc_maps_filepath` (initialized on line 1462 by `snprintf`) is correct. There's no assertion checking the...