masm11 / emacs

Mirror of GNU Emacs
http://www.gnu.org/software/emacs/
GNU General Public License v3.0
198 stars 14 forks source link

X-Widget: instance with invalid (NULL) class pointer #72

Closed A6GibKm closed 3 years ago

A6GibKm commented 3 years ago

When Running the exact same file as described in #71, Closing the buffer via kill-buffer yields en error (aditionally to the error seen in #71)

(emacs:151415): GLib-GObject-WARNING **: 12:18:44.591: instance with invalid (NULL) class pointer

(emacs:151415): GLib-GObject-CRITICAL **: 12:18:44.591: g_signal_handlers_disconnect_matched: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

Note: I will test later if these bugs are reproducible in the master branch of Emacs.

fejfighter commented 3 years ago

Confirmed on master

A6GibKm commented 3 years ago

Will file a report.

A6GibKm commented 3 years ago

Closed as it is a master bug. @masm11 you could re-open if you consider it falls under the scope of the pgtk project.