pan-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Pan-users] CVS Pan seems to pause for about 2 sec displaying header


From: Dave Chand
Subject: Re: [Pan-users] CVS Pan seems to pause for about 2 sec displaying headers
Date: Fri, 11 Mar 2005 13:44:34 -0500

Here you go,

(gdb) bt
#0  0xffff891c in __memcpy ()
#1 0x0008e18c in pstring_set (pstring=0x29cc1dc, str=0x1883800 "<address@hidden>", len=54) at pstring.c:104 #2 0x00092ae8 in file_headers_load_group_014090.15 (group=0x126a000, status=0x2330ec0, article_qty=0xbffff8e0) at file-headers.c:417 #3 0x00093068 in file_headers_load (group=0x29cc1dc, status=0x126a000) at file-headers.c:505 #4 0x0008388c in group_ref_articles (group=0x29cc1dc, status=0x1883800) at group.c:1164
#5  0x0000e70c in set_group_worker.139 (p=0x0) at articlelist.c:2912
#6  0x011623f0 in g_main_dispatch.61 ()
#7  0x01162b7c in g_main_context_iterate.63 ()
#8  0x011634b4 in g_main_loop_run ()
#9  0x0143bde8 in gtk_main ()
#10 0x0002e624 in main (argc=1, argv=0xbffffd08) at pan.c:347


Here is another,

0x0119fc94 in dyld_stub_g_string_erase ()
(gdb) bt
#0  0x0119fc94 in dyld_stub_g_string_erase ()
#1  0x01154780 in g_io_channel_read_line_string ()
#2 0x00092d1c in file_headers_load_group_014090.15 (group=0x1805454, status=0x21f19b0, article_qty=0xbffff8e0) at file-headers.c:437 #3 0x00093068 in file_headers_load (group=0x29ce708, status=0x1805454) at file-headers.c:505 #4 0x0008388c in group_ref_articles (group=0x29ce708, status=0x1) at group.c:1164
#5  0x0000e70c in set_group_worker.139 (p=0x0) at articlelist.c:2912
#6  0x011623f0 in g_main_dispatch.61 ()
#7  0x01162b7c in g_main_context_iterate.63 ()
#8  0x011634b4 in g_main_loop_run ()
#9  0x0143bde8 in gtk_main ()
#10 0x0002e624 in main (argc=1, argv=0xbffffd08) at pan.c:347
(gdb)

If you need anything else I am more than happy to oblige.

Dave
On Mar 11, 2005, at 1:05 PM, Charles Kerr wrote:

Dave Chand wrote:
Hi List,
I am running PAN from CVS on a OS X Panther. I am using gtk-2.6.2. Whenever I load a binary group with a huge number of articles pan seems, to wait about 2 seconds before display the articles. I am wondering how can I tell exactly what pan is doing for those 2 seconds. This only happens the first time I load the group. For example when I start pan and there are already articles in the group pan will "pause" for 2 seconds then display the headers, if I try to load the group again, pan loads the heads instantly. If I delete all headers and download them again, pan will again pause for 2 sec before display the headers.

Run Pan inside of gdb, and press ctrl-c during those two seconds and get a backtrace. That will show you what Pan's up to at the time. Needless to say I'd be interested in knowing the results... :)


_______________________________________________
Pan-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/pan-users






reply via email to

[Prev in Thread] Current Thread [Next in Thread]