[Therion] loch segmentation fault at launch
Olly Betts
olly at survex.com
Tue Jan 14 20:59:32 CET 2025
On 1/14/25 07:06, Bill Gee wrote:
> Thanks Olly! I gave this a try. It works well. This is on Fedora 41.
Thanks for testing - I see Martin has already committed the patch.
> I am not familiar with how to build patch files, so I did this in a
> slightly different way.
Quick primer - in the top of the source tree (~/Installs/therion-6.3.3
for you):
patch -p1 < example.patch
(The number after -p is the number of levels to remove from the paths,
here for "a/loch/lxGUI.cxx" you want to remove "a/" - 1 is usually what
you want.)
Or if you checked out from git, then:
git apply example.patch
In both cases the tools are smart enough to ignore text before and/or
after the actual patch so e.g. you can feed in a whole email body.
Cheers,
Olly
More information about the Therion
mailing list