Bug#1032989: marked as done (Liferea 1.14.1-1 segfaults on startup when trying to read gsettings)

2023-04-02 Thread Grzegorz Szymaszek
Hi,

On Sat, Apr 01, 2023 at 07:57:23PM +0200, Paul Gevers wrote:
> I would appreciate it a lot if you could install the version from
> unstable once [...]

1.14.4-1 from unstable (upgraded from the 1.14.1-2 test build) works
well for me.

Thanks!

-- 
Grzegorz


signature.asc
Description: PGP signature


Bug#1032989: marked as done (Liferea 1.14.1-1 segfaults on startup when trying to read gsettings)

2023-04-01 Thread Martin Bergström

On 2023-04-01 19:57, Paul Gevers wrote:

I have uploaded a new upstream version that includes the fix for this 
issue, as well as fixes for some more crashes. I would appreciate it a 
lot if you could install the version from unstable once it's build and 
report back what your experience with that version is.


I'm not Grzegorz but I also had the problem and it is fixed with 
1.14.4-1. Thanks!




Bug#1032989: marked as done (Liferea 1.14.1-1 segfaults on startup when trying to read gsettings)

2023-04-01 Thread Paul Gevers

Hi Grzegorz, H.-Dirk

On 01-04-2023 19:54, Debian Bug Tracking System wrote:

This means that you claim that the problem has been dealt with.


I have uploaded a new upstream version that includes the fix for this 
issue, as well as fixes for some more crashes. I would appreciate it a 
lot if you could install the version from unstable once it's build and 
report back what your experience with that version is.


Paul


OpenPGP_signature
Description: OpenPGP digital signature


Bug#1032989: marked as done (Liferea 1.14.1-1 segfaults on startup when trying to read gsettings)

2023-04-01 Thread Debian Bug Tracking System
Your message dated Sat, 01 Apr 2023 17:50:26 +
with message-id 
and subject line Bug#1032989: fixed in liferea 1.14.4-1
has caused the Debian Bug report #1032989,
regarding Liferea 1.14.1-1 segfaults on startup when trying to read gsettings
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1032989: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1032989
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: liferea
Version: 1.14.1-1

Dear Maintainer,

After I have upgraded liferea from 1.14.0-1 to 1.14.1-1 today, it no
longer starts, segfaulting when trying to read the "enable-reader-mode"
setting. I have attached (liferea.crash) the result of the following
command:

gdb -batch -n -ex 'set pagination off' -ex run -ex bt -ex 'bt full' -ex 
'thread apply all bt full' --args liferea

from which the short summary is:

Thread 1 "liferea" received signal SIGSEGV, Segmentation fault.
0x55577a6e in conf_get_bool_value_from_schema (gsettings=, gsettings@entry=0x0, key=key@entry=0x555cb33a "enable-reader-mode", 
value=value@entry=0x54) at ../conf.c:258
258 *value = g_settings_get_boolean (gsettings,key);

Let me know if there is more info I can provide to help.

-- 
Grzegorz Szymaszek
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffebdff6c0 (LWP 202012)]
[New Thread 0x7fffeb5fe6c0 (LWP 202013)]
[New Thread 0x7fffeadfd6c0 (LWP 202014)]
[New Thread 0x7fffea5fc6c0 (LWP 202015)]
[Detaching after fork from child process 202016]
[New Thread 0x7fffdbfff6c0 (LWP 202017)]
[Thread 0x7fffdbfff6c0 (LWP 202017) exited]
[New Thread 0x7fffdbfff6c0 (LWP 202018)]
[New Thread 0x7fffdb7fe6c0 (LWP 202019)]
[Thread 0x7fffdbfff6c0 (LWP 202018) exited]
[Thread 0x7fffdb7fe6c0 (LWP 202019) exited]
[New Thread 0x7fffdb7fe6c0 (LWP 202020)]
[New Thread 0x7fffdbfff6c0 (LWP 202021)]
[Thread 0x7fffdb7fe6c0 (LWP 202020) exited]
[Thread 0x7fffdbfff6c0 (LWP 202021) exited]
[New Thread 0x7fffdbfff6c0 (LWP 202022)]
[New Thread 0x7fffdb7fe6c0 (LWP 202023)]
[Thread 0x7fffdbfff6c0 (LWP 202022) exited]
[Thread 0x7fffdb7fe6c0 (LWP 202023) exited]
[New Thread 0x7fffdb7fe6c0 (LWP 202024)]
[New Thread 0x7fffdbfff6c0 (LWP 202025)]
[Thread 0x7fffdb7fe6c0 (LWP 202024) exited]
[Thread 0x7fffdbfff6c0 (LWP 202025) exited]
[New Thread 0x7fffdbfff6c0 (LWP 202026)]
[New Thread 0x7fffdb7fe6c0 (LWP 202027)]
[Thread 0x7fffdbfff6c0 (LWP 202026) exited]
[Thread 0x7fffdb7fe6c0 (LWP 202027) exited]

Thread 1 "liferea" received signal SIGSEGV, Segmentation fault.
0x55577a6e in conf_get_bool_value_from_schema (gsettings=, gsettings@entry=0x0, key=key@entry=0x555cb33a "enable-reader-mode", 
value=value@entry=0x54) at ../conf.c:258
258 *value = g_settings_get_boolean (gsettings,key);
#0  0x55577a6e in conf_get_bool_value_from_schema (gsettings=, gsettings@entry=0x0, key=key@entry=0x555cb33a "enable-reader-mode", 
value=value@entry=0x54) at ../conf.c:258
#1  0x555a74fd in liferea_browser_update (browser=0x0, mode=1) at 
./src/ui/liferea_browser.c:727
#2  0x555a54e7 in itemview_update () at ./src/ui/itemview.c:297
#3  0x555851cd in itemlist_merge_itemset 
(itemSet=itemSet@entry=0x564b7740) at ../itemlist.c:299
#4  0x55585405 in itemlist_load (node=node@entry=0x55eb2cc0) at 
../itemlist.c:354
#5  0x5558170d in feedlist_selection_changed (obj=, 
nodeId=0x56438d20 "jnwlxys", data=) at ../feedlist.c:585
#9  0x73c8ffd8 in  (instance=0x55b45400, 
detailed_signal=detailed_signal@entry=0x555c04ce "selection-changed") at 
../../../gobject/gsignal.c:3648
#6  0x73c763b0 in g_closure_invoke (closure=0x55fdc420, 
return_value=return_value@entry=0x0, n_param_values=2, 
param_values=param_values@entry=0x7fffb770, 
invocation_hint=invocation_hint@entry=0x7fffb6f0) at 
../../../gobject/gclosure.c:832
#7  0x73c89076 in signal_emit_unlocked_R 
(node=node@entry=0x55840800, detail=detail@entry=0, 
instance=instance@entry=0x55b45400, 
emission_return=emission_return@entry=0x0, 
instance_and_params=instance_and_params@entry=0x7fffb770) at 
../../../gobject/gsignal.c:3796
#8  0x73c8fbf5 in g_signal_emit_valist 
(instance=instance@entry=0x55b45400, signal_id=signal_id@entry=282, 
detail=, var_args=var_args@entry=0x7fffb928) at 
../../../gobject/gsignal.c:3549
#10 0x555a2fdd in feed_list_view_selection_changed_cb 
(selection=, data=) at 
./src/ui/feed_list_view.c:134
#11