On 30 September 2011 21:05, Bruce Bowler <bbow...@bigelow.org> 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

_______________________________________________
Pan-users mailing list
Pan-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/pan-users

Reply via email to