Patrick Thomas

Results 35 comments of Patrick Thomas

> In a perfect world, sure. But if people are only going to keep a single quality they'll keep the highest quality, and then not everyone will be able to...

> However I plan to replace all these utilities with code after which it can be ported to windows. I can help with this to speed things up, if you'd...

``` Wed 2019-07-31 06:39:10 CDT 13404 0 0 6 present /usr/local/bin/construct [root@srv1 ~]# coredumpctl info 13404 PID: 13404 (construct) UID: 0 (root) GID: 0 (root) Signal: 6 (ABRT) Timestamp: Wed...

After reverting the changes and updating the repository to the [latest commit](https://github.com/matrix-construct/construct/commit/7333be92ca38fddbc4f10c6058dde222485614d8), it has become _much_ worse. The segfault occurs before _any_ output. Things I've tried: 1. Disabling GraphicsMagick and...

I don't know if this will help, but I checked it with Valgrind. The output was too long for a comment apparently, so I had to [create a gist](https://gist.github.com/Valinwolf/66c935e91771c3d92dc988c6e3d6d3d9).

And here's the new GDB output: ``` Reading symbols from construct...done. (gdb) set args w0lfr.net (gdb) run Starting program: /usr/local/bin/construct w0lfr.net warning: Loadable section ".note.gnu.property" outside of ELF segments warning:...

After updating to the other repo, here's the new GDB: ``` Reading symbols from construct...done. (gdb) set args w0lfr.net (gdb) run Starting program: /usr/local/bin/construct w0lfr.net warning: Loadable section ".note.gnu.property" outside...

I have no idea about the ld.gold linker and don't even know how I would find out. After running `make uninstall && cd .. && rm -fr construct && git...

I have the build output, but it was too long for a comment so I have [created a gist](https://gist.github.com/Valinwolf/09bde7c8ed26e6bd317869c13989c04f) for it.

This time it's randomly working... finally. No idea what changed.