3.1.x segfaults on --fork
Brought to you by:
realh
Reported on the Arch Linux Bugtracker
https://bugs.archlinux.org/task/46034
The user reports, that using --fork isn't working that well for him with the 3.1.x (3.1.3 and 3.1.4) series, whereas 3.0.x had no problems
Anonymous
I reported this on the ArchLinux Bugtracker.
Fixed in 3.1.5.
I have the same problem with version 3.6.1
I can't reproduce this here. Is it definitely triggered by
--fork? The latest version of VTE caused a new bug which crashes all roxterm tabs/windows when you close one with the GUI, which I fixed in 3.7.2. If it isn't that please report this on github with exact steps to reproduce the problem. If you have debugging symbols available and can get a backtrace with gdb that would be great. The easiest way to do that is to run./AppRun --debug, which will also build it first if necessary, but you may need to install some extra packages for the headers etc it needs.That seems to be the problem indeed. I build 3.7.2 and everything run smoot again. Thanks