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 435271 - pan-0.128 crashes when reading large groups
pan-0.128 crashes when reading large groups
Status: RESOLVED DUPLICATE of bug 432387
Product: Pan
Classification: Other
Component: general
pre-1.0 betas
Other Linux
: Normal critical
: 1.0
Assigned To: Charles Kerr
Pan QA Team
Depends on:
Blocks:
 
 
Reported: 2007-05-02 18:29 UTC by Axel Rator
Modified: 2007-05-02 19:54 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Axel Rator 2007-05-02 18:29:26 UTC
When trying to read groups with many articles pan-0.128 crashes with a segmentation fault (pan-0.127 didn't):

-- runlog:
pan --debug
(article-cache.cc:175:ArticleCache) loaded 25 articles into cache from /home/christian/.pan2/article-cache
Segmentation fault

-- backtrace:
Script started on Mi 02 Mai 2007 20:23:42 CEST
uname -a

Linux acid 2.6.19-gentoo-r5 #1 SMP PREEMPT Mon Apr 9 13:07:50 CEST 2007 x86_64 AMD Athlon(tm) 64 Processor 3000+ AuthenticAMD GNU/Linux

gdb pan

GNU gdb 6.6

This GDB was configured as "x86_64-pc-linux-gnu"...

(no debugging symbols found)

Using host libthread_db library "/lib/libthread_db.so.1".

(gdb) handle SIGUSR1 nostop noprint

Signal        Stop	Print	Pass to program	Description

SIGUSR1       No	No	Yes		User defined signal 1

(gdb) handle SIG32 nostop noprint 

Signal        Stop	Print	Pass to program	Description

SIG32         No	No	Yes		Real-time event 32

(gdb) run 

Starting program: /usr/bin/pan 

(no debugging symbols found)
[Thread debugging using libthread_db enabled]

[New Thread 46966855150368 (LWP 21722)]

[New Thread 1082132800 (LWP 21725)]

[New Thread 1090525504 (LWP 21726)]

[New Thread 1098918208 (LWP 21727)]

[New Thread 1107310912 (LWP 21728)]



Program received signal SIGSEGV, Segmentation fault.

[Switching to Thread 46966855150368 (LWP 21722)]

0x00002ab7517a2202 in memcpy () from /lib/libc.so.6

(gdb) thread apply all bt



Thread 1 (Thread 46966855150368 (LWP 21722))

  • #0 memcpy
    from /lib/libc.so.6
  • #1 ??
  • #2 ??
  • #3 ??
  • #4 ??
  • #5 ??
  • #6 pan::Article::Part::set_message_id
  • #7 pan::DataImpl::load_headers
  • #8 pan::DataImpl::ref_group
  • #9 pan::DataImpl::MyTree::MyTree
  • #10 pan::DataImpl::group_get_articles
  • #11 pan::HeaderPane::set_group
  • #12 pan::GUI::do_read_selected_group
  • #13 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #14 ??
    from /usr/lib/libgobject-2.0.so.0
  • #15 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #16 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #17 ??
    from /usr/lib/libgtk-x11-2.0.so.0
  • #18 (anonymous namespace)::on_row_activated_idle
  • #19 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #20 ??
    from /usr/lib/libglib-2.0.so.0
  • #21 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #22 gtk_main
    from /usr/lib/libgtk-x11-2.0.so.0
  • #23 (anonymous namespace)::run_pan_in_window
  • #24 main

(gdb) quit
Comment 1 Charles Kerr 2007-05-02 19:54:06 UTC
This is fixed in svn

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