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 630152 - imapx_parser_thread registers wrong operation
imapx_parser_thread registers wrong operation
Status: RESOLVED FIXED
Product: evolution-data-server
Classification: Platform
Component: Mailer
2.32.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2010-09-20 12:44 UTC by David Woodhouse
Modified: 2013-09-14 16:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (839 bytes, patch)
2010-09-20 12:49 UTC, David Woodhouse
accepted-commit_after_freeze Details | Review

Description David Woodhouse 2010-09-20 12:44:16 UTC
We're supposed to register a new operation and then set is->op to that so that we can be cancelled. Except we don't -- we set is->op to the return value from camel_operation_register(our new op). And that's always going to return NULL, since this is a new thread with no previously-registered operation.
Comment 1 David Woodhouse 2010-09-20 12:49:45 UTC
Created attachment 170654 [details] [review]
patch
Comment 2 David Woodhouse 2010-09-20 12:50:00 UTC
Review of attachment 170654 [details] [review]:

for 2.32