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 357737 - crash while downloading and adding more articles to download
crash while downloading and adding more articles to download
Status: RESOLVED DUPLICATE of bug 357735
Product: Pan
Classification: Other
Component: general
pre-1.0 betas
Other All
: Normal critical
: ---
Assigned To: Charles Kerr
Pan QA Team
Depends on:
Blocks:
 
 
Reported: 2006-09-26 03:32 UTC by David Kelly
Modified: 2006-09-26 19:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David Kelly 2006-09-26 03:32:20 UTC
Steps to reproduce:
1. Added articles to download while downloading new headers in the same group.
2. Headers had finished, articles were being downloaded.
3. Added more articles, clicked on last, shift-click on earlier to pick a range. Crash.


Stack trace:
(gdb) thread apply all bt

Thread 3 (LWP 100086)

  • #0 pthread_testcancel
    from /usr/lib/libpthread.so.2
  • #1 pthread_mutexattr_init
    from /usr/lib/libpthread.so.2
  • #2 ??

Thread 2 (Thread 0x8293000 (runnable))

  • #0 pan::DataImpl::xover_add
    at quark.h line 156
  • #1 pan::TaskXOver::on_nntp_line
    at string-view.h line 147
  • #2 pan::NNTP::on_socket_response
    at nntp.cc line 143
  • #3 pan::GIOChannelSocket::do_read
    at string-view.h line 149
  • #4 pan::GIOChannelSocket::gio_func
    at socket-impl-gio.cc line 480
  • #5 g_vasprintf
    from /usr/local/lib/libglib-2.0.so.0
  • #6 g_main_context_dispatch
    from /usr/local/lib/libglib-2.0.so.0
  • #7 g_main_context_acquire
    from /usr/local/lib/libglib-2.0.so.0
  • #8 g_main_loop_run
    from /usr/local/lib/libglib-2.0.so.0
  • #9 gtk_main
    from /usr/X11R6/lib/libgtk-x11-2.0.so.0
  • #10 (anonymous namespace)::run_pan_in_window
    at pan.cc line 141
  • #11 main
    at pan.cc line 282

Thread 1 (Thread 0x911ec00 (LWP 100072))

  • #0 pthread_testcancel
    from /usr/lib/libpthread.so.2
  • #1 pthread_mutexattr_init
    from /usr/lib/libpthread.so.2
  • #2 ??
  • #0 pthread_testcancel
    from /usr/lib/libpthread.so.2


Other information:
pan 0.113, FreeBSD 6.1.
Comment 1 Christophe Lambin 2006-09-26 19:27:08 UTC
This is the same backtrace as for bug #357735. Marking as a duplicate (even though the triggering behaviour appears to be different).


*** This bug has been marked as a duplicate of 357735 ***