Closed
Bug 1511601
Opened 6 years ago
Closed 6 years ago
[Wayland] Crash @ libgdk-3.so.0.2400.1@0x3681d
Categories
(Core :: Widget: Gtk, defect)
Tracking
()
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
firefox65 | --- | affected |
People
(Reporter: johnp, Unassigned)
Details
(Keywords: crash)
Crash Data
Running latest Nightly/sway-git/wlroots-git with the Wayland backend occasionally crashes (no clear STR) on Arch Linux (gtk 3.24.1+8+g220f77d8c1-1):
bp-356f50ca-30b0-48b6-a63a-a51360181201
At least one other user has the same crash:
bp-88c5563e-74d4-447a-8e4d-af4170181129
I'll try to recompile gtk3/glib2 to get symbols.
Reporter | ||
Comment 1•6 years ago
|
||
bp-fe16a2a8-6fd2-4235-98a8-a80ba0181201 with manually resolved symbols:
Frame Module Signature Source
0 libgdk-3.so.0.2400.1 gdk_event_free gtk/gdk/gdkevents.c:772
1 libgtk-3.so.0.2400.1 gtk_drag_drop_finished gtk/gtk/gtkdnd.c:2604
2 libgtk-3.so.0.2400.1 gtk_drag_abort_timeout gtk/gtk/gtkdnd.c:3265
3 libgdk-3.so.0.2400.1 gdk_threads_dispatch gtk/gdk/gdk.c:755
4 libglib-2.0.so.0.5800.1 g_timeout_dispatch glib/gmain.c:4667
5 libglib-2.0.so.0.5800.1 g_main_dispatch glib/gmain.c:3182
6 libglib-2.0.so.0.5800.1 libglib-2.0.so.0.5800.1@0x12035f (??:0)
7 libgdk-3.so.0.2400.1 gtk_threads_leave gtk/gdk/gdk.c:648
8 libglib-2.0.so.0.5800.1 g_main_context_iterate glib/gmain.c:3920
9 libglib-2.0.so.0.5800.1 g_main_context_iteration glib/gmain.c:3981
10 libxul.so nsAppShell::ProcessNextNativeEvent(bool) widget/gtk/nsAppShell.cpp:268
11 libxul.so nsBaseAppShell::OnProcessNextEvent(nsIThreadInternal*, bool) widget/nsBaseAppShell.cpp:120
12 libxul.so non-virtual thunk to nsBaseAppShell::OnProcessNextEvent(nsIThreadInternal*, bool) widget/nsBaseAppShell.cpp:0
13 libxul.so nsThread::ProcessNextEvent(bool, bool*) xpcom/threads/nsThread.cpp:1065
The exact gtk3/glib2 commits used by the PKGBUILDs are:
https://gitlab.gnome.org/GNOME/gtk/tree/220f77d8c1d9619b897df8bd6595169fd67e0d08
https://gitlab.gnome.org/GNOME/glib/tree/17519e039f29b5ffd0aad5ed1661bc56eb1dfeaa
Reporter | ||
Updated•6 years ago
|
Crash Signature: [@ libgdk-3.so.0.2400.1@0x3681d ]
Reporter | ||
Comment 2•6 years ago
|
||
Given that one of the addresses doesn't resolve I'm not sure if what I did is correct. (`addr2line -Cfp -e /lib64/libgtk-3.so.0.2400.1 0x3af319 0x3af508`)
Comment 3•6 years ago
|
||
Closing because no crashes reported for 12 weeks.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•