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 748075 - Fix crash when running the gc
Fix crash when running the gc
Status: RESOLVED FIXED
Product: libpeas
Classification: Platform
Component: python
git master
Other Windows
: Normal critical
: ---
Assigned To: libpeas-maint
libpeas-maint
Depends on:
Blocks:
 
 
Reported: 2015-04-17 19:09 UTC by Ignacio Casal Quinteiro (nacho)
Modified: 2015-04-27 14:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Don't run an idle Python garbage collection (1.73 KB, patch)
2015-04-27 13:59 UTC, Garrett Regier
committed Details | Review

Description Ignacio Casal Quinteiro (nacho) 2015-04-17 19:09:41 UTC
This patch fixes the problem:
https://github.com/Alexpux/MINGW-packages/blob/master/mingw-w64-libpeas/0004-fix-crash-on-gc-collect.patch
Comment 1 Garrett Regier 2015-04-27 13:59:57 UTC
Created attachment 302443 [details] [review]
Don't run an idle Python garbage collection

Running it in an idle shouldn't be needed, this was originally
copied from gedit's old plugin engine. This also fixes a
weird crash under Windows.


----
This also removes the now invalid comment, missed in the linked patch.
Comment 2 Garrett Regier 2015-04-27 14:17:57 UTC
This problem has been fixed in the unstable development version. The fix will be available in the next major software release. You may need to upgrade your Linux distribution to obtain that newer version.