zimdicator.py : glib.GError: Reached stack-limit of 50
Bug #584853 reported by
Martin Wimpress
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Zimdicator |
Fix Released
|
Critical
|
Mitja Pagon |
Bug Description
Hi,
Well, the move the XML is good certainly as I am getting notifications about new emails now.
However, this has exposed a new issue, since I have a lot on unread e-mail on a Monday morning ;-) If I run zimdicator.py from the shell, it produces this glib error.
Traceback (most recent call last):
File "./zimdicator.py", line 209, in <module>
zim = Zimdicator()
File "./zimdicator.py", line 113, in __init__
self.
File "./zimdicator.py", line 162, in check_mail
n.show()
glib.GError: Reached stack-limit of 50
Regards, Martin.
Changed in zimdicator: | |
milestone: | none → 0.2 |
Changed in zimdicator: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Hmm, googling for "glib stack-limit" doesn't produce any valuable results. I added a check to prevent multiple mail checks to run at once (since that might be the cause of stack overflow), other than that, I don't have any ideas at this time.
Also included in latest trunk is i18n support, i hope that it doesn't cause any additional issues.
Check it out and let me know how it goes.
Cheers,
M