doomseeker 1.4.0 Segmentation fault

General help and assistance forum.
Post Reply
mist
 
Posts: 25
Joined: Tue Mar 13, 2018 11:57 am

doomseeker 1.4.0 Segmentation fault

#1

Post by mist » Sun Jan 29, 2023 2:38 am

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?

User avatar
Zalewa
Developer
Posts: 329
Joined: Wed May 30, 2012 3:28 pm

Re: doomseeker 1.4.0 Segmentation fault

#2

Post by Zalewa » Sun Jan 29, 2023 9:57 am

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

mist
 
Posts: 25
Joined: Tue Mar 13, 2018 11:57 am

Re: doomseeker 1.4.0 Segmentation fault

#3

Post by mist » Sun Jan 29, 2023 8:20 pm

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

Post Reply