Page 1 of 1

doomseeker 1.4.0 Segmentation fault

Posted: Sun Jan 29, 2023 2:38 am
by mist
Hello!
Debian Sid

1. Install viewtopic.php?f=40&t=2972&sid=0bc2c5d5e ... 2e40e8c920

Code: Select all

sudo apt-get install doomseeker doomseeker-zandronum
at launch - Segmentation fault

2. Successfully build http://doomseeker.drdteam.org/git.php
at launch - Segmentation fault

What wrong? How to resolve?

Re: doomseeker 1.4.0 Segmentation fault

Posted: Sun Jan 29, 2023 9:57 am
by Zalewa
No confirmation here on Debian Sid.

If you can compile from source, please build a debug version with

Code: Select all

cmake -DCMAKE_BUILD_TYPE=Debug .
and provide me with a stack trace from gdb. I will check which piece of code causes this issue and try to add a safe-guard.
As for a fix: maybe you could try starting with a fresh config? Move away the config directory at "~/.config/doomseeker" to somewhere else temporarily and see if it helps. Alternatively try starting with

Code: Select all

doomseeker --basedir /tmp/doomseeker-cfg

Re: doomseeker 1.4.0 Segmentation fault

Posted: Sun Jan 29, 2023 8:20 pm
by mist
Zalewa wrote:
Sun Jan 29, 2023 9:57 am
As for a fix: maybe you could try starting with a fresh config? Move away the config directory at "~/.config/doomseeker" to somewhere else temporarily and see if it helps. Alternatively try starting with

Code: Select all

doomseeker --basedir /tmp/doomseeker-cfg
Same error. Fresh install Debian here. And fresh doomseeker. No any conf dir.
doomseeker 1.3.3 same issue