Some debugging info, just in case:

[EMAIL PROTECTED]:~$ gdb `which pan`
GNU gdb 6.4.90-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you
are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for
details.
This GDB was configured as "x86_64-linux-gnu"...(no debugging symbols
found)
Using host libthread_db library "/lib/libthread_db.so.1".

(gdb) run
Starting program: /usr/bin/pan
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 47696978690368 (LWP 19981)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 47696978690368 (LWP 19981)]
0x00002b614ea09f3b in _gtk_tree_view_queue_draw_node () from
/usr/lib/libgtk-x11-2.0.so.0
(gdb) bt
#0  0x00002b614ea09f3b in _gtk_tree_view_queue_draw_node () from
/usr/lib/libgtk-x11-2.0.so.0
#1  0x00002b614ea0c42d in gtk_tree_view_get_path_at_pos () from
/usr/lib/libgtk-x11-2.0.so.0
#2  0x00002b614fe2e578 in g_closure_invoke () from
/usr/lib/libgobject-2.0.so.0
#3  0x00002b614fe3daa1 in g_signal_chain_from_overridden () from
/usr/lib/libgobject-2.0.so.0
#4  0x00002b614fe3ed55 in g_signal_emit_valist () from
/usr/lib/libgobject-2.0.so.0
#5  0x00002b614fe3ef33 in g_signal_emit () from
/usr/lib/libgobject-2.0.so.0
#6  0x000000000049b45e in PanTreeStore::sort_children ()
#7  0x000000000049c0f2 in PanTreeStore::sort ()
#8  0x000000000048e07f in pan::HeaderPane::on_tree_change ()
#9  0x00000000004fd146 in pan::DataImpl::MyTree::add_articles ()
#10 0x00000000004e452f in pan::DataImpl::on_articles_added ()
#11 0x000000000050629a in pan::DataImpl::xover_unref ()
#12 0x0000000000516e40 in pan::TaskXOver::~TaskXOver ()
#13 0x0000000000523f38 in pan::Queue::remove_task ()
#14 0x0000000000524122 in pan::Queue::process_task ()
#15 0x00000000005248c0 in pan::Queue::check_in ()
#16 0x000000000050a30d in pan::Task::check_in ()
#17 0x000000000051dd3d in pan::NNTP::onSocketResponse ()
#18 0x000000000052ef68 in pan::GIOChannelSocket::do_read ()
#19 0x000000000052f33c in pan::GIOChannelSocket::gio_func ()
#20 0x00002b6150191149 in g_main_context_dispatch () from
/usr/lib/libglib-2.0.so.0
#21 0x00002b61501942b5 in g_main_context_check () from
/usr/lib/libglib-2.0.so.0
#22 0x00002b61501945b6 in g_main_loop_run () from
/usr/lib/libglib-2.0.so.0
#23 0x00002b614e9507e2 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#24 0x000000000046c363 in (anonymous namespace)::run_pan_in_window ()
#25 0x000000000046cf93 in main ()
(gdb)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to