Re: Commit 3f61e78 breaks fvwm3 -v
On Wed, Nov 24, 2021 at 5:41 AM Dominik Vogt wrote: > > Fixed on master. > Thanks. No longer crashes here. jaimos
Re: Commit 3f61e78 breaks fvwm3 -v
On Wed, Nov 24, 2021 at 03:49:19AM -0700, Jaimos Skriletz wrote: > Hello, > > On my system the following commit makes it so fvwm3 -v fails to start > on my system. But fvwm3 works just fine. I tracked the issue to this > commit, as this is the first commit in which fvwm3 -v no longer works > when running startx using a ~/.xsession file to launch fvwm3. > > https://github.com/fvwmorg/fvwm3/commit/3f61e78201a452a69c74ccde036e371391e0dfd3 > So unsure if fvwm3 is crashing or just exiting for some reason. Crashing because it used the not yet set log_file_name. It was really difficult to rewrite the logic, and the tests missed that case. Fixed on master. Ciao Dominik ^_^ ^_^ -- Dominik Vogt
Commit 3f61e78 breaks fvwm3 -v
Hello, On my system the following commit makes it so fvwm3 -v fails to start on my system. But fvwm3 works just fine. I tracked the issue to this commit, as this is the first commit in which fvwm3 -v no longer works when running startx using a ~/.xsession file to launch fvwm3. https://github.com/fvwmorg/fvwm3/commit/3f61e78201a452a69c74ccde036e371391e0dfd3 I am unable to figure out what is causing this to no longer work, but the log file ~/.fvwm/fvwm3-output.log never gets created and Xorg.0.log says Server terminated successfully (0). Closing log file. So unsure if fvwm3 is crashing or just exiting for some reason. jaimos