#1106833 liferea crashes when moving feed (drag-and-drop)

Package:
liferea
Source:
liferea
Description:
feed/news/podcast client with plugin support
Submitter:
Fourhundred Thecat
Date:
2025-06-12 18:05:04 UTC
Severity:
normal
Tags:
#1106833#5
Date:
2025-05-30 10:19:37 UTC
From:
To:
in my feed list, I have few folders with feeds inside. When I move a
feed from a folder one level above (by grabing the icon with my mouse,
ie drag-and-drop), liferea crashes and i see this in my syslog:

11:40:50  traps: liferea[13771] general protection fault ip:78cdf83da310
sp:7c1a67bcb9e0 error:0 in libgtk-3.so.0.2405.32[78cdf8123000+3ba000]

I am using Debian 12 with my own custom kernel 6.6

#1106833#10
Date:
2025-05-30 10:50:20 UTC
From:
To:
Hi,


I'm running trixie myself, with liferea from experimental and can't
reproduce the issue. So I suspect it's fixed in the mean time.


Are you able to run liferea under gdb and get a back trace when you
reproduce the issue? I don't think upstream really supports older
versions, but maybe they are able to help.

Paul

#1106833#17
Date:
2025-05-31 05:14:26 UTC
From:
To:
Hi Paul,

I did run liferea from the terminal with strace.

I am attaching both outputs as attachments.

Does that help?

thanks,
Karel

#1106833#22
Date:
2025-05-31 09:55:04 UTC
From:
To:
Hi


I was more thinking about running under gdb than under (s|)trace, but
the log inspired on question:

Can you reproduce the issue if you run
export WEBKIT_DISABLE_DMABUF_RENDERER=1 ; liferea

Paul

#1106833#27
Date:
2025-05-31 10:41:00 UTC
From:
To:
I ran it inside gdb and saved the output (attached)
I don't have experience with gdb, so hope this is what you asked for

crashes same as before

thank you!

#1106833#32
Date:
2025-05-31 17:58:09 UTC
From:
To:
Hi Paul,

I did some more investigation

addr2line -e /usr/lib/x86_64-linux-gnu/libgtk-3.so.0 0x2B7310
./debian/build/deb/../../../gtk/gtkspinbutton.c:1460

so, apparently, the problem is in function
gtk_spin_button_button_release in gtkspinbutton.c on line 1460 ?

#1106833#37
Date:
2025-06-05 15:45:54 UTC
From:
To:
Hi,

On 31-05-2025 19:58, Fourhundred Thecat wrote:


I was looking at the upstream bug tracker. Is the description of your
problem capture here: https://github.com/lwindolf/liferea/issues/611 ?

Unfortunately upstream wasn't able to reproduce (and fix) that issue.

Paul

#1106833#42
Date:
2025-06-08 04:45:41 UTC
From:
To:
yes, that looks like my bug

OK, thank you for your efforts

#1106833#47
Date:
2025-06-08 05:04:33 UTC
From:
To:
Control: forwarded -1 https://github.com/lwindolf/liferea/issues/611


Ok, so let's set the forwarded tag.

Paul