[hugin-ptx] Re: [BUG] Segfault with unset

2022-07-19 Thread T. Modes
Manuel Presnitz schrieb am Montag, 18. Juli 2022 um 21:45:18 UTC+2: > Hi, > > sorry for not reporting the bug via Launchpad, but after several attempts > to create an Ubuntu One > account I gave up. > > However, I get a seg fault when starting hugin on two different machines. > Should be

[hugin-ptx] Re: [BUG] Segfault with unset

2022-07-18 Thread johnfi...@gmail.com
In case this wasn't obvious and implied by your post, the error in the code is exactly where the seg fault occurs: hugin/src/hugin-2021.0.0/src/hugin_base/hugin_utils/utils.cpp:475 475 if (strlen(xdgDataDir) == 0) Seg faults often indicate a bug in a distant place, that may be hard to