Segmentation Fault on GUI

General support for problems installing or using Deluge
Post Reply
pablo450
New User
New User
Posts: 7
Joined: Fri Sep 25, 2020 1:48 pm

Segmentation Fault on GUI

Post by pablo450 »

Hi,

I'm on Raspbian Buster, previously used Deluge 1.3 and just updated through xenian PPA to :

Code: Select all

2.0.3-2~201906121747~ubuntu16.04.1
Everything worked fine, including GUI until I rebooted.

If the daemon is stopped the GUI is fine, but when the daemon is up and connected the GUI crash.
Here is the log with multiple errors:

Code: Select all

pi@raspberrypi:~ $ deluge

(deluge:4337): Gtk-WARNING **: 15:52:59.782: Failed to set text '<b>Général<b>' from markup due to error parsing markup: Erreur à la ligne 1, caractère 32 : L’élément « markup » a été fermé, mais l’élément actuellement ouvert est « b »

(deluge:4337): Gtk-WARNING **: 15:52:59.783: Failed to set text '<b>Général<b>' from markup due to error parsing markup: Erreur à la ligne 1, caractère 32 : L’élément « markup » a été fermé, mais l’élément actuellement ouvert est « b »

(deluge:4337): Gtk-WARNING **: 15:53:00.604: Failed to set text '<b>Général<b>' from markup due to error parsing markup: Erreur à la ligne 1, caractère 32 : L’élément « markup » a été fermé, mais l’élément actuellement ouvert est « b »

(deluge:4337): Gtk-WARNING **: 15:53:00.606: Failed to set text '<b>Général<b>' from markup due to error parsing markup: Erreur à la ligne 1, caractère 32 : L’élément « markup » a été fermé, mais l’élément actuellement ouvert est « b »

(deluge:4337): Gtk-WARNING **: 15:53:00.921: Failed to set text '<b>Général<b>' from markup due to error parsing markup: Erreur à la ligne 1, caractère 32 : L’élément « markup » a été fermé, mais l’élément actuellement ouvert est « b »

(deluge:4337): Gtk-WARNING **: 15:53:00.922: Failed to set text '<b>Général<b>' from markup due to error parsing markup: Erreur à la ligne 1, caractère 32 : L’élément « markup » a été fermé, mais l’élément actuellement ouvert est « b »

(deluge:4337): Gtk-WARNING **: 15:53:01.225: Failed to set text '<b>Général<b>' from markup due to error parsing markup: Erreur à la ligne 1, caractère 32 : L’élément « markup » a été fermé, mais l’élément actuellement ouvert est « b »

(deluge:4337): Gtk-WARNING **: 15:53:01.226: Failed to set text '<b>Général<b>' from markup due to error parsing markup: Erreur à la ligne 1, caractère 32 : L’élément « markup » a été fermé, mais l’élément actuellement ouvert est « b »

(deluge:4337): Gtk-WARNING **: 15:53:01.645: Failed to set text '<b>Général<b>' from markup due to error parsing markup: Erreur à la ligne 1, caractère 32 : L’élément « markup » a été fermé, mais l’élément actuellement ouvert est « b »

(deluge:4337): Gtk-WARNING **: 15:53:01.647: Failed to set text '<b>Général<b>' from markup due to error parsing markup: Erreur à la ligne 1, caractère 32 : L’élément « markup » a été fermé, mais l’élément actuellement ouvert est « b »

(deluge:4337): Gtk-WARNING **: 15:53:02.033: Failed to set text '<b>Général<b>' from markup due to error parsing markup: Erreur à la ligne 1, caractère 32 : L’élément « markup » a été fermé, mais l’élément actuellement ouvert est « b »

(deluge:4337): Gtk-WARNING **: 15:53:02.035: Failed to set text '<b>Général<b>' from markup due to error parsing markup: Erreur à la ligne 1, caractère 32 : L’élément « markup » a été fermé, mais l’élément actuellement ouvert est « b »
Erreur de segmentation
Sorry log is in french, basically it says multiple times:

Code: Select all

(deluge:4337): Gtk-WARNING **: 15:53:02.035: Failed to set text '<b>Général<b>' from markup due to error parsing markup: Error at line 1, char 32 : Element « markup » has been closed, but the element currently opened is « b »
Then:

Code: Select all

Segmentation Fault
For information, GUI starts, the daemon connection pop-up blinks (as I have ticked the auto-connect box) everything looks fine but it crashes after 4/5s.

I don't really know if it is GTK induced or whatever. Daemon works fine, every other GTK UI on my OS works btw. And, as I said, the UI worked when I installed it, it worked thoroughly in every sub menus, it broke when I rebooted.

Do you have any idea how I could investigate it ?

Thanks for your time :)
pablo450
New User
New User
Posts: 7
Joined: Fri Sep 25, 2020 1:48 pm

Re: Segmentation Fault on GUI

Post by pablo450 »

Resolved !

After trying to tweak conf files for a little while I just closed GUI and deleted (make a copy before trying):

Code: Select all

~/.conf/deluge/gtk3ui.conf
~/.conf/deluge/gtk3ui.conf.bak
~/.conf/deluge/gtk3ui_state
Restarted the GUi and it works fine. I have no idea where the bug was coming from though.
Post Reply