Open
Bug 1469147
Opened 8 years ago
Updated 3 years ago
gsignal.c:3492 spams my log
Categories
(Core :: Widget: Gtk, defect, P5)
Tracking
()
UNCONFIRMED
People
(Reporter: mattia.b89, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0
Build ID: 20180607202626
Steps to reproduce:
use firefox
Actual results:
firefox spams my log with:
Jun 16 19:04:06 arch-xps firefox[1616]: gsignal.c:3492: signal name 'selection_changed' is invalid for instance '0x7fa0b0a39790' of type 'MaiAtkType139'
and
Jun 16 19:04:09 arch-xps firefox[1616]: gsignal.c:3492: signal name 'selection_changed' is invalid for instance '0x7fa0b0afe0b0' of type 'MaiAtkType13b'
several times per second
Hi, thanks for reporting the bug. We're going to need a bit more information so we can help further.
• What websites are you visiting?
• Does it happen immediately when you open Firefox?
• The log on your OS terminal window or the logs in Firefox?
• Can you paste your information from about:support?
Flags: needinfo?(mattia.b89)
| Reporter | ||
Comment 2•8 years ago
|
||
sure:
this issue happens on every website, because it happens every time I select something e.g. text -> just press CTRL+A (select all shortcut) and the message appears. I launched a new profile from the terminal and this is what I get:
[mattia@arch-xps ~]$ firefox --new-instance --ProfileManager
(firefox:7536): GLib-GObject-WARNING **: 20:09:09.381: gsignal.c:3492: signal name 'selection_changed' is invalid for instance '0x7f2ad411df10' of type 'MaiAtkType319'
NB: these repeated errors are collected with `journalctl` too
I uploaded about:support here https://pastebin.com/SdEP1qhM
Flags: needinfo?(mattia.b89)
I think this might be a Startup and Profile System bug, but please correct the component if this is not the case.
Component: Untriaged → Startup and Profile System
Product: Firefox → Toolkit
Updated•7 years ago
|
Component: Startup and Profile System → Widget: Gtk
Product: Toolkit → Core
Comment 4•7 years ago
|
||
Priority: -- → P5
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•