Bug 1949333

Summary: Python error for mysql-workbench
Product: [Fedora] Fedora Reporter: FlyDove <flydove>
Component: python3Assignee: Charalampos Stratakis <cstratak>
Status: CLOSED INSUFFICIENT_DATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 32CC: cstratak, dmalcolm, lbalhar, m.cyprian, mhroncok, pviktori, rkuska, shcherbina.iryna, slavek.kabrda, thrnciar, tomspur, torsava, vstinner
Target Milestone: ---Flags: mhroncok: needinfo? (flydove)
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-04-27 09:37:18 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description FlyDove 2021-04-14 02:48:15 UTC
mysql-workbench 
Found /usr/proj80/lib/libproj.so.22
result: 0
/usr/lib64/mysql-workbench/modules/wb_admin_config_file_be.py:727: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  if len(sline) > 0 and ((sline[0] is not '#') and (sline[0] is not ';')):
/usr/lib64/mysql-workbench/modules/wb_admin_config_file_be.py:727: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  if len(sline) > 0 and ((sline[0] is not '#') and (sline[0] is not ';')):
/usr/lib64/mysql-workbench/modules/wb_admin_config_file_be.py:821: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  section = self.server_profile.config_file_section if self.server_profile.config_file_section is not '' else default_section
<class 'grt.classes.workbench_Workbench'>
{<workbench.Workbench> (16f95496-9ccb-11eb-93df-548ca0b086ff)
docPath = , migration = migration: null, rdbmsMgmt = : db.mgmt.Management  (16f9af7c-9ccb-11eb-93df-548ca0b086ff), sqlEditors = [{<db.query.Editor> (1bfe386c-9ccb-11eb-93df-548ca0b086ff)
activeQueryEditor = activeQueryEditor: null, connection = localhost.mariadb.root: db.mgmt.Connection  (ea9dd9b8-98ff-11eb-a8dd-548ca0b086ff), customData = {}, defaultSchema = , dockingPoint = dockingPoint: null, getSSHTunnelPort = -1, isConnected = 1, queryEditors = [], schemaTreeSelection = [], serverVersion = MariaDB Server: GrtVersion  (1b2d31cc-9ccb-11eb-917f-548ca0b086ff), sidebar = mforms.ObjectReference (1c020bf4-9ccb-11eb-93df-548ca0b086ff), sshConnection = sshConnection: null, guid = 1bfe386c-9ccb-11eb-93df-548ca0b086ff, name = localhost.mariadb.root, owner = : workbench.Workbench  (16f95496-9ccb-11eb-93df-548ca0b086ff)}], customData = {}, doc = doc: null, info = MySQL Workbench: app.Info  (16f95720-9ccb-11eb-93df-548ca0b086ff), options = : app.Options  (16f95b76-9ccb-11eb-93df-548ca0b086ff), registry = : app.Registry  (16f9ad56-9ccb-11eb-93df-548ca0b086ff), starters = starters: null, state = {geometry:MainWindow = 448 217 1024 680, global:last-run-as = 8.0.23, home:WBSampleModelFilesShown = 1}, guid = 16f95496-9ccb-11eb-93df-548ca0b086ff, name = , owner = owner: null}
<class 'grt.classes.workbench_Workbench'>
{<workbench.Workbench> (16f95496-9ccb-11eb-93df-548ca0b086ff)
docPath = , migration = migration: null, rdbmsMgmt = : db.mgmt.Management  (16f9af7c-9ccb-11eb-93df-548ca0b086ff), sqlEditors = [{<db.query.Editor> (1bfe386c-9ccb-11eb-93df-548ca0b086ff)
activeQueryEditor = activeQueryEditor: null, connection = localhost.mariadb.root: db.mgmt.Connection  (ea9dd9b8-98ff-11eb-a8dd-548ca0b086ff), customData = {}, defaultSchema = , dockingPoint = dockingPoint: null, getSSHTunnelPort = -1, isConnected = 1, queryEditors = [], schemaTreeSelection = [], serverVersion = MariaDB Server: GrtVersion  (1b2d31cc-9ccb-11eb-917f-548ca0b086ff), sidebar = mforms.ObjectReference (1c020bf4-9ccb-11eb-93df-548ca0b086ff), sshConnection = sshConnection: null, guid = 1bfe386c-9ccb-11eb-93df-548ca0b086ff, name = localhost.mariadb.root, owner = : workbench.Workbench  (16f95496-9ccb-11eb-93df-548ca0b086ff)}], customData = {}, doc = doc: null, info = MySQL Workbench: app.Info  (16f95720-9ccb-11eb-93df-548ca0b086ff), options = : app.Options  (16f95b76-9ccb-11eb-93df-548ca0b086ff), registry = : app.Registry  (16f9ad56-9ccb-11eb-93df-548ca0b086ff), starters = starters: null, state = {geometry:MainWindow = 448 217 1024 680, global:last-run-as = 8.0.23, home:WBSampleModelFilesShown = 1}, guid = 16f95496-9ccb-11eb-93df-548ca0b086ff, name = , owner = owner: null}

(mysql-workbench-bin:9010): Gtk-CRITICAL **: 10:44:32.417: gtk_tree_view_unref_tree_helper: assertion 'node != NULL' failed

Comment 1 Miro HronĨok 2021-04-14 09:47:00 UTC
I don't understand this report.

1) How do I reproduce this?
2) What is the error?
3) Why do you think this is a problem in Python?

Comment 2 Victor Stinner 2021-04-14 11:54:17 UTC
> gtk_tree_view_unref_tree_helper: assertion 'node != NULL' failed

This is not a bug in Python, but either a bug in Gtk, or a bug in the application which misuses Gtk.

Comment 3 Petr Viktorin 2021-04-27 09:37:18 UTC
Closing as we don't have enough information to fix this. If you can answer Miro's questions, please feel free to re-open this.