[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Pan-users] problem using 0.135? on Win7pro.
From: |
Steve Davies |
Subject: |
Re: [Pan-users] problem using 0.135? on Win7pro. |
Date: |
Mon, 3 Oct 2011 13:21:42 +0100 |
On 30 September 2011 21:05, Bruce Bowler <address@hidden> wrote:
> About once a week I get a pop-up that says
>
> Microsoft Visual C++ Runtime Library
>
> Assertion failed!
> Program: C:\Program Files (x86)\Pan\pan.exe
> File: headers.cc
> Line: 264
>
> Expression !node->_article
>
> For Information on how your program can cause an assertion
> failure, see the Visual C++ documentation on asserts
> (Press Retry to debug the application - JIT must be enabled)
>
> On some occasions, "ignore" pressed 15 or more times will let things
> work again, other times I think I could press it until the cows come
> home and I'd just get the message each time...
>
> Any ideas on a) what causes the problem and b) which of the config
> files to "fix" to work around the problem?
>
An assertion of that sort will have been put into the code on purpose
to catch a particular case which cannot or must not happen. It usually
only exists in the source code for cases that are going to be fatal or
very hard to recover from.
I am travelling for the next few days, but unless someone else can
identify the issue before I get back I'll go take a look at headers.cc
line 264 and see what the intent of that code is :)
Regards,
Steve
- Re: [Pan-users] problem using 0.135? on Win7pro., Heinrich Mueller, 2011/10/01
- Re: [Pan-users] problem using 0.135? on Win7pro.,
Steve Davies <=
- Re: [Pan-users] problem using 0.135? on Win7pro., Bruce Bowler, 2011/10/03
- Re: [Pan-users] problem using 0.135? on Win7pro., Steve Davies, 2011/10/04
- Re: [Pan-users] problem using 0.135? on Win7pro., Bruce Bowler, 2011/10/04
- Re: [Pan-users] problem using 0.135? on Win7pro., Steve Davies, 2011/10/04
- Re: [Pan-users] problem using 0.135? on Win7pro., Duncan, 2011/10/05
- Re: [Pan-users] problem using 0.135? on Win7pro., Bruce Bowler, 2011/10/05
- Re: [Pan-users] problem using 0.135? on Win7pro., Rhialto, 2011/10/05