After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 658939 - (gnome-shell:2331): St-WARNING **: StTable: row-span exceeds number of rows
(gnome-shell:2331): St-WARNING **: StTable: row-span exceeds number of rows
Status: RESOLVED OBSOLETE
Product: gnome-shell
Classification: Core
Component: general
3.1.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2011-09-13 15:25 UTC by Bill Nottingham
Modified: 2015-03-17 15:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
StTable: Silence row_span warning for now (998 bytes, patch)
2011-09-18 08:24 UTC, drago01
committed Details | Review

Description Bill Nottingham 2011-09-13 15:25:32 UTC
I have 322 of these messages in my .xsession-errors. Unsure what the cause is.

gnome-shell-3.1.90.1-2.fc16.x86_64
Comment 1 Marina Zhurakhinskaya 2011-09-14 22:16:29 UTC
It was introduced with the new notification layout patch that added an image to notifications:

http://git.gnome.org/browse/gnome-shell/commit/?id=aabe56ba7972655c8517750d426a2bebc01891d6

The warning happens because of some bugginess in the st-table code and is generally harmless. I'll try to look into it more later.
Comment 2 drago01 2011-09-18 08:24:13 UTC
Created attachment 196867 [details] [review]
StTable: Silence row_span warning for now

This seems to be very noisy and generally harmless so
silence it up for now.
Comment 3 Dan Winship 2011-09-19 19:18:20 UTC
Comment on attachment 196867 [details] [review]
StTable: Silence row_span warning for now

ok, but leave the bug open
Comment 4 drago01 2011-09-19 19:25:23 UTC
Comment on attachment 196867 [details] [review]
StTable: Silence row_span warning for now

Attachment 196867 [details] pushed as 2140a49 - StTable: Silence row_span warning for now
Comment 5 Jean-François Fortin Tam 2012-10-25 20:24:11 UTC
Drago, is this still relevant? It's been over a year and I'm not sure keeping this bug report open will help in the long run.
Comment 6 Tobias Mueller 2013-04-08 15:05:12 UTC
Reopening as I can't see any open non developer question.
Comment 7 Jean-François Fortin Tam 2013-04-08 15:39:36 UTC
Hi Tobias, fixes for this were pushed in the comments above and the issue doesn't occur on my end. I don't see why gnome-shell folks would need to keep bug reports like these open...
Comment 8 Matthias Clasen 2013-04-10 12:36:26 UTC
indeed, lets close it.
Comment 9 Jasper St. Pierre (not reading bugmail) 2013-04-10 15:30:58 UTC
(In reply to comment #7)
> I don't see why gnome-shell folks would need to keep
> bug reports like these open...

Because the patch simply silences the warning rather than fixes the bug that causes the warning. It's debatable whether we should fix it now or just leave it silenced, but keeping the bug open lets us have that option.
Comment 10 Florian Müllner 2015-03-17 15:20:46 UTC
Since bug 746343, StTable isn't used anymore. Bug 703833 has a patch to remove it altogether which I'll land after branching, so whatever triggered the warning doesn't matter anymore.