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 694058 - Dead child nodes keep piling up when GtkTreeView item is repeatedly expanded and collapsed
Dead child nodes keep piling up when GtkTreeView item is repeatedly expanded ...
Status: RESOLVED OBSOLETE
Product: at-spi
Classification: Platform
Component: at-spi2-core
unspecified
Other Linux
: Normal normal
: ---
Assigned To: At-spi maintainer(s)
At-spi maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-02-18 01:01 UTC by Joanmarie Diggs (IRC: joanie)
Modified: 2021-07-05 10:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
test script (2.33 KB, text/plain)
2013-02-18 01:01 UTC, Joanmarie Diggs (IRC: joanie)
Details

Description Joanmarie Diggs (IRC: joanie) 2013-02-18 01:01:40 UTC
Created attachment 236515 [details]
test script

Steps to reproduce:
1. Launch the attached test script in a terminal
2. Repeatedly expand and collapse the item in the GtkTreeView

Expected results: The reported child nodes would remain constant.
Actual results: The reported child nodes grow with each expansion.

================== Results ==================
4 child nodes found
	0. [table cell | 0] - index in parent: 4
	1. [table cell | 1] - index in parent: 6
	2. [table cell | 2] - index in parent: 8
	3. [table cell | 3] - index in parent: 10
8 child nodes found
	0. [DEAD] - index in parent: -1
	1. [DEAD] - index in parent: -1
	2. [DEAD] - index in parent: -1
	3. [DEAD] - index in parent: -1
	4. [table cell | 0] - index in parent: 4
	5. [table cell | 1] - index in parent: 6
	6. [table cell | 2] - index in parent: 8
	7. [table cell | 3] - index in parent: 10
12 child nodes found
	0. [DEAD] - index in parent: -1
	1. [DEAD] - index in parent: -1
	2. [DEAD] - index in parent: -1
	3. [DEAD] - index in parent: -1
	4. [DEAD] - index in parent: -1
	5. [DEAD] - index in parent: -1
	6. [DEAD] - index in parent: -1
	7. [DEAD] - index in parent: -1
	8. [table cell | 0] - index in parent: 4
	9. [table cell | 1] - index in parent: 6
	10. [table cell | 2] - index in parent: 8
	11. [table cell | 3] - index in parent: 10
Comment 1 Joanmarie Diggs (IRC: joanie) 2013-02-22 00:43:31 UTC
I was rather hoping that Benjamin's fixes for bug 694059 would address this issue as well, but it hasn't. I'm still seeing the zombie child nodes.
Comment 2 André Klapper 2013-08-14 10:02:59 UTC
[Mass-resetting default assignee, see bug 705890. Please reclaim this bug report by setting the assignee to yourself if you still plan to work on this. Thanks!]
Comment 3 André Klapper 2018-09-05 07:15:05 UTC
Is this ticket about at-spi2-core or about at-spi2-atk? 
Asking as this is currently under "general" which will get removed.
Comment 4 GNOME Infrastructure Team 2021-07-05 10:44:44 UTC
GNOME is going to shut down bugzilla.gnome.org in favor of gitlab.gnome.org.
As part of that, we are mass-closing older open tickets in bugzilla.gnome.org
which have not seen updates for a longer time (resources are unfortunately
quite limited so not every ticket can get handled).

If you can still reproduce the situation described in this ticket in a recent
and supported software version, then please follow
  https://wiki.gnome.org/GettingInTouch/BugReportingGuidelines
and create a new ticket at
  https://gitlab.gnome.org/GNOME/at-spi2-core/-/issues/

Thank you for your understanding and your help.