pan-users
[Top][All Lists]
Advanced

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

Re: [Pan-users] Git version segfaulting on start, some more infos.


From: Heinrich Müller
Subject: Re: [Pan-users] Git version segfaulting on start, some more infos.
Date: Tue, 01 May 2012 19:14:23 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:11.0) Gecko/20120411 Thunderbird/11.0.1

Am 01.05.2012 17:34, schrieb Frederic Bezies:
On 01/05/2012 11:29, Heinrich Müller wrote:
Am 01.05.2012 11:18, schrieb fredbezies:
2012/5/1 Heinrich Müller<address@hidden>:
Am Mon, 30 Apr 2012 22:32:30 +0200 schrieb fredbezies:

2012/4/30 Heinrich Müller<address@hidden>:

Could you try to get a better backtrace with "bt full" and/or enabling
debugging symbols with "-g -O0" ?


Will do that tomorrow. With another bug I get, when I click on a
message
containing ö or ë in it, it crashes.


Cheers.

Which locale/charset are you using?

fr_FR.UTF-8

Strange, I changed LC_ALL to this and it doesn't crash. Can you point me
to some articles that were troublesome for you?

Cheers


Here is a trace, snipping about 180 "empty" lines.

address@hidden gui]$ gdb ./pan
GNU gdb (GDB) 7.4.1
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-unknown-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /home/fred/pan2/pan/gui/pan...done.
(gdb) run
Starting program: /home/fred/pan2/pan/gui/pan
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/libthread_db.so.1".
[New Thread 0x7fffed326700 (LWP 2190)]
[New Thread 0x7fffecb25700 (LWP 2191)]
[New Thread 0x7fffe7fff700 (LWP 2192)]
[New Thread 0x7fffe77fe700 (LWP 2193)]
[New Thread 0x7fffe6ffd700 (LWP 2195)]
[New Thread 0x7fffe67fc700 (LWP 2196)]
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name news.pan.NZB was not provided by any .service files
[Thread 0x7fffe6ffd700 (LWP 2195) exited]

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff43d6207 in std::string::clear() () from /usr/lib/libstdc++.so.6
(gdb) bt
#0 0x00007ffff43d6207 in std::string::clear() () from /usr/lib/libstdc++.so.6
#1  0x00000000005f4177 in pan::BodyPane::set_text_from_message (
    this=0x11b21f0, message=0x1286320) at body-pane.cc:1158
[...]
#197 0x6042ae444e454900 in ?? ()
#198 0x00007ffff5ade782 in ?? () from /usr/lib/libgobject-2.0.so.0
#199 0x00007ffff51efa8f in g_hash_table_lookup ()
   from /usr/lib/libglib-2.0.so.0
#200 0x00007ffff5af8145 in g_value_unset () from /usr/lib/libgobject-2.0.so.0
#201 0x00007ffff5ae4f02 in ?? () from /usr/lib/libgobject-2.0.so.0
#202 0x0000000000f22000 in ?? ()
#203 0x0000000000000000 in ?? ()


Build options :
export CFLAGS="-g -O0"
export CXXFLAGS="-g -O0"

./autogen.sh --with-gnutls

Thanks for the bug report, has been fixed in git repo. Will upload it soon.
Btw, the bug wasn't my fault, it just wasn't found by any user yet. It had something to do with the "face" gmime-header.
Dynamic allocation fixed the fault.

Cheers.



reply via email to

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