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 478619 - pan 0.132 crash ...
pan 0.132 crash ...
Status: RESOLVED FIXED
Product: Pan
Classification: Other
Component: general
pre-1.0 betas
Other All
: Normal critical
: ---
Assigned To: Charles Kerr
Pan QA Team
: 594712 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-09-20 14:48 UTC by fraggle
Modified: 2011-12-01 09:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description fraggle 2007-09-20 14:48:16 UTC
Steps to reproduce:
1.Running pan 0.132 rpm from Fedora 7 up2date GNU/Linux distro with my pan config.


Stack trace:
(gdb) run
Starting program: /usr/bin/pan 
[Thread debugging using libthread_db enabled]
[New Thread -1208154416 (LWP 12423)]
[New Thread -1212912752 (LWP 12426)]
[New Thread -1223402608 (LWP 12427)]
[New Thread -1233892464 (LWP 12428)]
[New Thread -1244382320 (LWP 12429)]

Program received signal SIGSEGV, Segmentation fault.

Thread NaN (LWP 12423)

  • #0 *__GI_____strtol_l_internal
    at strtol_l.c line 298
  • #1 *__GI___strtol_internal
    at strtol.c line 99
  • #2 pan::DataImpl::load_headers
    at /usr/include/stdlib.h line 336
  • #3 pan::DataImpl::ref_group
    at headers.cc line 177
  • #4 pan::DataImpl::xover_ref
    at xover.cc line 173
  • #5 pan::TaskXOver::use_nntp
    at task-xover.cc line 135
  • #6 pan::Task::give_nntp
    at task.cc line 44
  • #7 pan::Queue::give_task_a_connection
    at queue.cc line 214
  • #8 pan::Queue::process_task
    at queue.cc line 271
  • #9 pan::NNTP_Pool::check_in
    at nntp-pool.h line 86
  • #10 pan::Queue::check_in
    at queue.cc line 624
  • #11 pan::Task::check_in
    at task.cc line 59
  • #12 pan::NNTP::fire_done_func
    at nntp.cc line 107
  • #13 pan::NNTP::on_socket_response
    at nntp.cc line 281
  • #14 pan::GIOChannelSocket::do_read
    at socket-impl-gio.cc line 390
  • #15 pan::GIOChannelSocket::gio_func
    at socket-impl-gio.cc line 501
  • #16 g_io_unix_dispatch
  • #17 IA__g_main_context_dispatch
    at gmain.c line 2045
  • #18 g_main_context_iterate
    at gmain.c line 2677
  • #19 IA__g_main_loop_run
    at gmain.c line 2881
  • #20 IA__gtk_main
    at gtkmain.c line 1154
  • #21 main
    at pan.cc line 156

Other information:
I can provide a .pan2 tarball of my config on request.
Comment 1 fraggle 2007-09-20 14:50:16 UTC
100% reproducible.
Comment 2 Heinrich Müller 2009-09-13 14:29:41 UTC
seems similar to my bug
https://bugzilla.gnome.org/show_bug.cgi?id=594712

if you accept this, we could mark this as duplicate or vice-versa.
Comment 3 Charles Kerr 2009-09-26 20:03:18 UTC
*** Bug 594712 has been marked as a duplicate of this bug. ***
Comment 4 Charles Kerr 2009-09-26 20:04:00 UTC
eddie: thanks for noticing that those two tickets were the same.
Comment 5 Heinrich Müller 2009-09-27 17:29:00 UTC
well, you can always look at my backtrace,too, perhaps it's something different
anyway. just thought it would be related, as it crashes at on_socket_abort.