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 517250 - freeMatchRule() is seg faulting on second call
freeMatchRule() is seg faulting on second call
Status: RESOLVED FIXED
Product: at-spi
Classification: Platform
Component: api
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Li Yuan
Li Yuan
Depends on:
Blocks:
 
 
Reported: 2008-02-18 16:11 UTC by Scott Haeger
Modified: 2008-02-19 10:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
original patch compliments of Charles (616 bytes, patch)
2008-02-18 16:15 UTC, Scott Haeger
none Details | Review
patch from top level (513 bytes, patch)
2008-02-18 16:30 UTC, Scott Haeger
committed Details | Review

Description Scott Haeger 2008-02-18 16:11:08 UTC
I am using freeMatchRule() on a script that queries Firefox.  Firefox crashes the second time freeMatchRule() is called.  I assume freeMatchRule() is causing a segmentation fault that brings down Firefox.
Comment 1 Scott Haeger 2008-02-18 16:15:05 UTC
Created attachment 105512 [details] [review]
original patch compliments of Charles

This patch was originally submitted to the main Collection bug by Charles Ginn.  Thanks again Charles.
Comment 2 Scott Haeger 2008-02-18 16:30:48 UTC
Created attachment 105515 [details] [review]
patch from top level

This diff was taken from the top level and was verified to fix the problem.