On 05/13/2014 10:27 AM, Heinrich Müller wrote:
>
> Am 13.05.2014 00:29, schrieb walt:
>
>>
>> I'm leaving the happy FIXED message as-is while I run pan overnight again
>> with the new fix :) Thanks guys.
>
> Sounds good, keep me updated :D
Ran all night and still going. I'd say it's definitel
Am 13.05.2014 00:29, schrieb walt:
I'm leaving the happy FIXED message as-is while I run pan overnight again
with the new fix :) Thanks guys.
Sounds good, keep me updated :D
Cheers.
___
Pan-users mailing list
Pan-users@nongnu.org
https://lists.n
On 05/11/2014 09:44 PM, Heinrich Müller wrote:
>
>
> Am 11.05.2014 23:52, schrieb Andrew Nile:
>> Hi Walt & Heinrich,
>>
>> I've been thinking about Walt's backtrace. I wonder if the fix is as
>> simple as moving the compression = false line up in nntp.cc. Instead
>> of
>>
>> 64: _listener = 0;
Am 11.05.2014 23:52, schrieb Andrew Nile:
Hi Walt & Heinrich,
I've been thinking about Walt's backtrace. I wonder if the fix is as
simple as moving the compression = false line up in nntp.cc. Instead
of
64: _listener = 0;
65: l->on_nntp_done (this, health, response);
66: _compression = fal
Hi Walt & Heinrich,
I've been thinking about Walt's backtrace. I wonder if the fix is as
simple as moving the compression = false line up in nntp.cc. Instead
of
64: _listener = 0;
65: l->on_nntp_done (this, health, response);
66: _compression = false;
it becomes
64: _listener = 0;
65: _com
Am 10.05.2014 22:21, schrieb walt:
I pulled again this morning:
commit 4c6d3bd7fc0dbd1ce1ad7e40690948b39764a89f
Author: Heinrich Müller
Date: Sat May 10 09:55:24 2014 +0200
fix use-after-free
which I've been running for many hours without a single problem, not even one of
the frequen
On 05/10/2014 12:56 AM, Heinrich Müller wrote:
> Am 10.05.2014 00:16, schrieb walt:
>> On 05/09/2014 11:34 AM, Heinrich Müller wrote:
>>> Am 07.05.2014 00:54, schrieb walt:
On 05/06/2014 11:42 AM, walt wrote:
> Hi all. This is a bug I reported some time ago, but I just learned about
>
Am 10.05.2014 00:16, schrieb walt:
On 05/09/2014 11:34 AM, Heinrich Müller wrote:
Am 07.05.2014 00:54, schrieb walt:
On 05/06/2014 11:42 AM, walt wrote:
Hi all. This is a bug I reported some time ago, but I just learned about
the gcc -fsanitize=address option and now I have some fresh info, w
On 05/09/2014 11:34 AM, Heinrich Müller wrote:
> Am 07.05.2014 00:54, schrieb walt:
>> On 05/06/2014 11:42 AM, walt wrote:
>>> Hi all. This is a bug I reported some time ago, but I just learned about
>>> the gcc -fsanitize=address option and now I have some fresh info, which I
>>> don't know enoug
Am 07.05.2014 00:54, schrieb walt:
On 05/06/2014 11:42 AM, walt wrote:
Hi all. This is a bug I reported some time ago, but I just learned about
the gcc -fsanitize=address option and now I have some fresh info, which I
don't know enough to interpret. (see attached)
Using addr2line (from binuti
On 05/06/2014 11:42 AM, walt wrote:
> Hi all. This is a bug I reported some time ago, but I just learned about
> the gcc -fsanitize=address option and now I have some fresh info, which I
> don't know enough to interpret. (see attached)
Using addr2line (from binutils) I added some source code anno
Hi all. This is a bug I reported some time ago, but I just learned about
the gcc -fsanitize=address option and now I have some fresh info, which I
don't know enough to interpret. (see attached)
Just today I noticed that all network activity stopped about ten seconds
before pan crashed. Felt like
12 matches
Mail list logo