[Gambas-bugtracker] Bug #1332: WARNING and CRITICAL

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Tue May 29 18:26:25 CEST 2018


http://gambaswiki.org/bugtracker/edit?object=BUG.1332&from=L21haW4-

Comment #2 by Claude DESSERÉ:

I reproduce it in few lines : 

Public Sub Form_Open()
'gb.xml

Dim strFichSource As String = "/home/user/pseudopath.../XML/Fichiers/Fichier.xml" 'Path to a file XML valid and well formed
Dim xmlDocSource As New XmlDocument

xmlDocSource.Open(strFichSource)
'quand on ferme la fenêtre avec la case de fermeture la console affiche : 
'when you close the window with the close button, the console displays : 

'(TestBug:10886): GLib-GObject-WARNING **: 17:52:20.972: invalid (NULL) pointer instance

'(TestBug:10886): GLib-GObject-CRITICAL **: 17:52:20.972: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed


End

Claude DESSERÉ changed the state of the bug to: Accepted.




More information about the Bugtracker mailing list