Crash in [@ DragData::IsDataValid]
Categories
(Core :: Widget: Gtk, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr128 | --- | unaffected |
firefox133 | --- | unaffected |
firefox134 | --- | unaffected |
firefox135 | + | verified |
firefox136 | --- | verified |
People
(Reporter: yoasif, Assigned: stransky)
References
(Regression)
Details
(Keywords: crash, regression)
Crash Data
Attachments
(1 file)
Crash report: https://crash-stats.mozilla.org/report/index/0a1a1a3b-f454-4270-8f69-73d760241207
MOZ_CRASH Reason:
MOZ_DIAGNOSTIC_ASSERT(false) (DragData::IsDataValid(): Unknow MIME type.)
Top 10 frames:
0 libxul.so DragData::IsDataValid() const widget/gtk/nsDragService.cpp:495
1 libxul.so nsDragSession::TargetDataReceived(_GtkWidget*, _GdkDragContext*, int, int, _G... widget/gtk/nsDragService.cpp:1506
1 libxul.so mozilla::ScopeExit<nsDragSession::TargetDataReceived(_GtkWidget*, _GdkDragCon... mfbt/ScopeExit.h:106
1 libxul.so nsDragSession::TargetDataReceived(_GtkWidget*, _GdkDragContext*, int, int, _G... widget/gtk/nsDragService.cpp:1581
2 libxul.so nsWindow::OnDragDataReceivedEvent(_GtkWidget*, _GdkDragContext*, int, int, _G... widget/gtk/nsWindow.cpp:5425
3 libxul.so drag_data_received_event_cb(_GtkWidget*, _GdkDragContext*, int, int, _GtkSele... widget/gtk/nsWindow.cpp:8521
4 libgtk-3.so.0 _gtk_marshal_VOID__OBJECT_INT_INT_BOXED_UINT_UINTv debian/build/deb/gtk/gtkmarshalers.c:5999
5 libgobject-2.0.so.0 _g_closure_invoke_va gobject/gclosure.c:896
6 libgobject-2.0.so.0 signal_emit_valist_unlocked gobject/gsignal.c:3423
7 libgobject-2.0.so.0 g_signal_emit_by_name gobject/gsignal.c:3623
![]() |
||
Updated•3 months ago
|
![]() |
||
Comment 1•3 months ago
|
||
STR See Bug1913643 Comment#28
Updated•3 months ago
|
Assignee | ||
Updated•3 months ago
|
Assignee | ||
Comment 2•3 months ago
|
||
Is that TB only?
Thanks.
Comment 3•3 months ago
|
||
Set release status flags based on info from the regressing bug 1913643
![]() |
||
Comment 4•3 months ago
•
|
||
(In reply to Martin Stránský [:stransky] (ni? me) from comment #2)
Is that TB only?
Thanks.
No, Nightly135.0a1 on ubuntu24.04 also crashed.
https://crash-stats.mozilla.org/report/index/79cb46fb-4e38-4487-8daf-d5d9d0241209
STR:
- Start two instances of Nightly135 with different profiles (browser A and B)
- Open an image on browser A
- Dragging the image from browser A to another browser(browser B)'s content area.
AR:
browser B will crash.
And also
Dragging selected text from LibreOffice Writer to Nightly135.0a1 crashes the browser.
Comment 6•3 months ago
|
||
[Tracking Requested - why for this release]: frequent crash regression
Reporter | ||
Updated•3 months ago
|
Updated•3 months ago
|
Comment 7•3 months ago
|
||
The bug is marked as tracked for firefox135 (nightly). However, the bug still isn't assigned.
:gcp, could you please find an assignee for this tracked bug? Given that it is a regression and we know the cause, we could also simply backout the regressor. If you disagree with the tracking decision, please talk with the release managers.
For more information, please visit BugBot documentation.
Updated•3 months ago
|
Assignee | ||
Comment 9•3 months ago
|
||
Assignee | ||
Updated•3 months ago
|
Comment 10•3 months ago
|
||
Comment 11•3 months ago
|
||
(In reply to Alice0775 White from comment #4)
- Dragging the image from browser A to another browser(browser B)'s content area.
AR:
browser B will crash.And also
Dragging selected text from LibreOffice Writer to Nightly135.0a1 crashes the browser.
Also, dragging a link from Browser A over Browser B will crash browser B; that's the way in which I just tripped over this.
(Glad to see a fix has already landed - thanks to all involved!)
Comment 12•3 months ago
|
||
bugherder |
Updated•2 months ago
|
Comment 13•1 month ago
•
|
||
I was able to reproduce the crash on Ubuntu 22 using FF build 135.0a1(20241209213901).
Verified as fixed Ubuntu 22/Win11 using FF builds 136.0a1 and 135.0b4.
Description
•