On Tuesday 14 May 2024 12:30:42 GMT-7 Thiago Macieira wrote:
> Those may be inlines. If I try addr2line, then the frames are:
> gdk_x11_atom_to_xatom_for_display at ??:?
> gdk_x11_lookup_xdisplay at ??:?
> gdk_x11_display_broadcast_startup_message at ??:?
> gdk_x11_drag_context_get_type at ??:?
> gdk_display_get_event at ??:?

Take those with a large grain of salt. I don't think they are correct.

I don't see any path from gdk_x11_lookup_xdisplay() to 
gdk_x11_atom_to_xatom_for_display() in 
https://gitlab.gnome.org/GNOME/gtk/-/blob/gtk-3-24/gdk/x11/gdkdisplay-x11.c#L2142

I do see how gdk_x11_display_broadcast_startup_message() could require atoms 
(see inlined broadcast_xmessage from https://gitlab.gnome.org/GNOME/gtk/-/
blob/gtk-3-24/gdk/x11/gdkdisplay-x11.c#L2245).

But I don't see gdk_x11_drag_context_get_type() at all in GNOME's GitLab 
server. If it were right, this function is declared but not defined anywhere.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Principal Engineer - Intel DCAI Fleet Engineering and Quality

Attachment: smime.p7s
Description: S/MIME cryptographic signature

-- 
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development

Reply via email to