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 558028 - atkbridge makes firefox remote client crash during shutdown/atexit
atkbridge makes firefox remote client crash during shutdown/atexit
Status: RESOLVED OBSOLETE
Product: at-spi
Classification: Platform
Component: atkbridge
unspecified
Other Linux
: Normal major
: ---
Assigned To: At-spi maintainer(s)
At-spi maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2008-10-26 23:48 UTC by Alexander Sack
Modified: 2014-11-15 00:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
do not access environ during shutdown/atexit (880 bytes, patch)
2008-10-26 23:49 UTC, Alexander Sack
needs-work Details | Review

Description Alexander Sack 2008-10-26 23:48:26 UTC
In ubuntu/intrepid we get duplicate crash reports for firefox-3.0; this turned out to be caused by access to a corrupted *environ in atk-brige's atexit hook.

See: https://bugs.edge.launchpad.net/ubuntu/+source/at-spi/+bug/278095

Is there any use for doing a getenv in shutdown and exit instead of remembering its value during module_initialization?
Comment 1 Alexander Sack 2008-10-26 23:49:46 UTC
Created attachment 121405 [details] [review]
do not access environ during shutdown/atexit

from ubuntu bug: https://bugs.edge.launchpad.net/ubuntu/+source/at-spi/+bug/278095/comments/12
Comment 2 Alexander Sack 2008-11-01 16:27:29 UTC
anyone could review this patch please?
Comment 3 Li Yuan 2008-11-03 03:00:39 UTC
Some of test code in at-spi use this env.
Comment 4 Alexander Sack 2009-01-29 12:14:08 UTC
well ... accessing environ isnt good in at-exit. please remove that test then.
Comment 5 Alexander Sack 2009-01-29 12:15:00 UTC
also more details if you have concerns with a patch would be appreciated.
Comment 6 Li Yuan 2009-02-02 04:00:19 UTC
Actually I plan to change the atexit way to gtk_quit_add way in the next release.
Comment 7 André Klapper 2012-02-26 10:40:25 UTC
[Resetting QA Contact to newly introduced "at-spi-maint@gnome.bugs". 
Reason: So far it was impossible to watch changes in at-spi bug reports without following all the specific persons (Li Yuan, Bill Haneman, Jeff Wai, ...) and also their activity outside of at-spi reports.

IMPORTANT: Anyone interested in following all bug activity (including all maintainers) must watch the "at-spi-maint@gnome.bugs" dummy user by adding it to the 'Users to watch' list under Preferences->Email preferences. This is also the default procedure nowadays in GNOME when setting up new products.]
Comment 8 André Klapper 2013-08-14 10:03:04 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 9 Magdalen Berns (irc magpie) 2014-11-15 00:56:46 UTC
I'm going to go ahead and close this because it concerns a very old version.
Feel free to open a new bug if the problem persists.