LyX Developers List wrote:
> This message was created automatically by mail delivery software (TMDA).
>
> Your message attached below is being held because the address
> <[EMAIL PROTECTED]> has not been verified.
>
> To release your message for delivery, please send an empty message
> to the following address, or use your mailer's "Reply" feature.
>
> [EMAIL PROTECTED]
>
> This confirmation verifies that your message is legitimate and not
> junk-mail. You should only have to confirm your address once.
>
> If you do not respond to this confirmation request within 14 days,
> your message will not be delivered.
>
>
> ------------------------------------------------------------------------
>
> Subject:
> Re: Crash when BibTex Bibliography file not accessible
> From:
> Rainer M Krug <[EMAIL PROTECTED]>
> Date:
> Fri, 18 Aug 2006 10:17:27 +0200
> To:
> Juergen Spitzmueller <[EMAIL PROTECTED]>
>
> To:
> Juergen Spitzmueller <[EMAIL PROTECTED]>
> CC:
> LyX User <[email protected]>, "LyX Devel, " <[email protected]>
>
> Return-Path:
> <[EMAIL PROTECTED]>
> Delivered-To:
> [EMAIL PROTECTED]
> Received:
> (qmail 32488 invoked from network); 18 Aug 2006 08:12:55 -0000
> Received:
> from mail2.sun.ac.za ([146.232.64.14]) by wierdlmpc.msci.memphis.edu
> ([141.225.11.87]) with ESMTP via TCP; 18 Aug 2006 08:12:55 -0000
> Received:
> from ecolmod1.sun.ac.za ([146.232.209.2]) by mail2.sun.ac.za with esmtp
> (Exim 4.50) id 1GDzWJ-0000rb-9l; Fri, 18 Aug 2006 10:15:59 +0200
> Message-ID:
> <[EMAIL PROTECTED]>
> Reply-To:
> [EMAIL PROTECTED]
> Organization:
> University of Stellenbosch
> User-Agent:
> Thunderbird 1.5.0.5 (X11/20060719)
> MIME-Version:
> 1.0
> References:
> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
> In-Reply-To:
> <[EMAIL PROTECTED]>
> X-Enigmail-Version:
> 0.94.1.0
> Content-Type:
> text/plain; charset=ISO-8859-1
> Content-Transfer-Encoding:
> 8bit
>
>
> Hi
>
> I couldn't reproduce it with a different document either. Could you
> email me the rpm incl the patch for SuSE 10.1 to try it out?
>
> Rainer
>
>
>
> Juergen Spitzmueller wrote:
>> Rainer M Krug wrote:
>>> Sorry - LyX 1.4.2, SuSe 10.1, installed from rpm via www.lyx.org.
>> It doesn't crash for me (SuSe 10.1, self-compiled), but I assume that the
>> attached patch will help.
>>
>> Jürgen
>>
>>
>> ------------------------------------------------------------------------
>>
>> Index: src/insets/insetcite.C
>> ===================================================================
>> --- src/insets/insetcite.C (Revision 14801)
>> +++ src/insets/insetcite.C (Arbeitskopie)
>> @@ -68,7 +68,9 @@ string const getNatbibLabel(Buffer const
>> for (vector<string>::const_iterator it = bibfilesCache.begin();
>> it != bibfilesCache.end(); ++ it) {
>> string const f = *it;
>> - if (bibfileStatus[f] != fs::last_write_time(f)) {
>> + if (!fs::exists(f))
>> + changed = true;
>> + else if (bibfileStatus[f] != fs::last_write_time(f)) {
>> changed = true;
>> bibfileStatus[f] = fs::last_write_time(f);
>> }
>
>
--
Rainer M. Krug, Dipl. Phys. (Germany), MSc Conservation
Biology (UCT)
Department of Conservation Ecology and Entomology
University of Stellenbosch
Matieland 7602
South Africa
Tel: +27 - (0)72 808 2975 (w)
Fax: +27 - (0)21 808 3304
Cell: +27 - (0)83 9479 042
email: [EMAIL PROTECTED]
[EMAIL PROTECTED]