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 170246 - Crashes when saving a post without attachments
Crashes when saving a post without attachments
Status: RESOLVED FIXED
Product: Pan
Classification: Other
Component: general
0.14.2.92
Other All
: High critical
: 0.14.3
Assigned To: Charles Kerr
Pan QA Team
: 302601 333589 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-03-13 22:44 UTC by Olav Vitters
Modified: 2006-05-06 11:26 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Olav Vitters 2005-03-13 22:44:30 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

Thread 1 (Thread -1219418432 (LWP 28564))

  • #0 queue_run_tasks_foreach
  • #1 ??
  • #2 ??
  • #3 ??
  • #4 g_object_unref
    from /usr/lib/libgobject-2.0.so.0
  • #5 malloc_trim
    from /lib/tls/libc.so.6

Other information:
Comment 1 Charles Kerr 2005-03-13 23:36:43 UTC
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. ;)
Comment 2 Christophe Lambin 2005-05-01 05:54:43 UTC
*** Bug 302601 has been marked as a duplicate of this bug. ***
Comment 3 Christophe Lambin 2006-03-15 06:46:00 UTC
*** Bug 333589 has been marked as a duplicate of this bug. ***
Comment 4 JoN 2006-03-15 23:59:34 UTC
Still happening for me with a CVS version I checked out yesterday.
Just adding this comment to freeze in today's date.
Jon
Comment 5 Charles Kerr 2006-05-04 17:53:50 UTC
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)
Comment 6 will 2006-05-06 08:13:16 UTC
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.
Comment 7 Olav Vitters 2006-05-06 11:26:44 UTC
C++ rewrite fixed it.