GNOME Bugzilla – Bug 170246
Crashes when saving a post without attachments
Last modified: 2006-05-06 11:26:44 UTC
Steps to reproduce: 1. Use PAN CVS 2. Select a text post (no attachments) 3. Click the save button 4. Crashes The stack trace doesn't seem useful, but above steps reproduce the crash every time. Stack trace: pan - task_save_new_from_article: assertion `article->attachments!=NULL' failed pan - task_save_set_attachments: assertion `task!=NULL' failed pan - task_get_type_state: assertion `task!=NULL' failed (gdb) thread apply all bt
+ Trace 56824
Thread 1 (Thread -1219418432 (LWP 28564))
Other information:
Yup, this one has been around for about a week now; I'm just trying to decide the cleanest way to fix the root problem... thanks for getting it into Bugzilla so that I can't forget about it. ;)
*** Bug 302601 has been marked as a duplicate of this bug. ***
*** Bug 333589 has been marked as a duplicate of this bug. ***
Still happening for me with a CVS version I checked out yesterday. Just adding this comment to freeze in today's date. Jon
I honestly don't remember what I was referring to in comment #1. Anyway, please let me know if this behavior's still there in the new C++ rewrite (i.e., 0.9x)
the comment was about pan crashing when selecting an article for download that has no attachment. (also when selecting for download an article that was supposed to have a binary attachment, but was incomplete, and no attachment was there.
C++ rewrite fixed it.