pan-users
[Top][All Lists]
Advanced

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

Re: [Pan-users] Followup crash pan v0.12.0


From: Christopher Ranschaert
Subject: Re: [Pan-users] Followup crash pan v0.12.0
Date: Sun, 23 Jun 2002 20:31:25 +0200
User-agent: KMail/1.4.1

> I tried the backtracing method, but it fails unfortunately.
> I can get pan to start but when I come to load the headers it freezes, so I
> can't get to do a decent backtrace.
>
> I did start it from the command-line this time, and came up with the
> following when I went to that particular posting:
>
> ** (pan:29383): WARNING **: Invalid UTF-8 sequence encountered
> (pan:29383): pan-CRITICAL **: file gui-headers.c: line 71
> (find_breakpoint): assertion `is_nonempty_string(str)' failed
>
> When i close pan after this, it gives a Segmentation Fault.
>
>
> Is there any way I can change the encoding somewhere?
>
> Hopefully it helps.
>
> Cheers,
>
> Christopher

Now replying to my own mail :)

I managed to do the backtrace after all this time. I overlooked something.
Now the program behaves differently though.. When I try to go to this 
newsgroup (be.comp.os.linux) it doesn't manage to load in all the headers, 
and freezes there. So I hit CTRL-C to stop it, but it kept running. I did the 
bt after that.

Cheers,

Chris.

PS  Here it is the log:

Script started on Sun Jun 23 20:20:47 2002

address@hidden:~/trace$ uname -a
Linux Ankh-Morpork 2.4.18-pre7 #3 Sun Jun 9 18:39:46 CEST 2002 i686 unknown
address@hidden:~/trace$ gdb pan
GNU gdb 5.2
Copyright 2002 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 "i386-slackware-linux"...
(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) r --disable-crash-dialog
Starting program: /usr/local/bin/pan --disable-crash-dialog

Program received signal SIGTRAP, Trace/breakpoint trap.
0x4058b9d1 in kill () from /lib/libc.so.6
(gdb) Quit
(gdb) bt
#0  0x4058b9d1 in kill () from /lib/libc.so.6
#1  0x4053ca29 in pthread_getconcurrency () from /lib/libpthread.so.0
#2  0x4053eb5a in sem_timedwait () from /lib/libpthread.so.0
#3  0x4053b123 in pthread_mutex_unlock () from /lib/libpthread.so.0
#4  0x08092208 in queue_new_todo ()
#5  0x08093184 in queue_add ()
#6  0x0805f667 in set_group_mainthread_end ()
#7  0x080715ab in gui_queue_timer_cb ()
#8  0x080a447e in pan_timeout_wrapper ()
#9  0x404282d9 in g_timeout_dispatch () from /usr/local/lib/libglib-2.0.so.0
#10 0x40428685 in g_main_dispatch () from /usr/local/lib/libglib-2.0.so.0
#11 0x40428ed7 in g_main_context_iterate () from 
/usr/local/lib/libglib-2.0.so.0
#12 0x40424eaf in g_main_loop_run () from /usr/local/lib/libglib-2.0.so.0
#13 0x40107e3e in gtk_main () from /usr/local/lib/libgtk-x11-2.0.so.0
#14 0x08084329 in main ()
#15 0x4057b74f in __libc_start_main () from /lib/libc.so.6
(gdb) info threads
(gdb) thread 1
Thread ID 1 not known.
(gdb) quit
The program is running.  Exit anyway? (y or n) y
address@hidden:~/trace$ exit

Script done on Sun Jun 23 20:24:03 2002






reply via email to

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