Re: LyX svn crashes on View>PDF (pdflatex)

2007-09-21 Thread Jean-Marc Lasgouttes
Juergen Spitzmueller <[EMAIL PROTECTED]> writes: > Great. Jean-Marc, can you please commit this to branch? > The bug in question is > http://bugzilla.lyx.org/show_bug.cgi?id=4014 Done. JMarc

Re: LyX svn crashes on View>PDF (pdflatex)

2007-09-21 Thread Juergen Spitzmueller
Roger Mc Murtrie wrote: > Excellent "shot in the dark". > Adding #include at the top of the original  regex/ > src/pch.h file fixes the problem. Great. Jean-Marc, can you please commit this to branch? The bug in question is http://bugzilla.lyx.org/show_bug.cgi?id=4014 Jürgen

Re: LyX svn crashes on View>PDF (pdflatex)

2007-09-21 Thread Roger Mc Murtrie
On 21/09/2007, at 6:26 PM, Jean-Marc Lasgouttes wrote: A shot in the dark: this problem typically looks like having part of the code forget to use #include . When this happens and stdlib-debug is on, the mamory layout of std::string (for example) is not the same in different parts of LyX code.

Re: LyX svn crashes on View>PDF (pdflatex)

2007-09-21 Thread Andre Poenitz
On Fri, Sep 21, 2007 at 09:01:32AM +0200, Juergen Spitzmueller wrote: > Roger Mc Murtrie wrote: > > > Problem finally found to be due to boost/libs/regex/src precompiled > > headers. > > > > The problem no longer occurs when all lines of boost/libs/regex/src/ > > pch.h are commented out. > > I co

Re: LyX svn crashes on View>PDF (pdflatex)

2007-09-21 Thread Jean-Marc Lasgouttes
Juergen Spitzmueller <[EMAIL PROTECTED]> writes: > Roger Mc Murtrie wrote: > >> Problem finally found to be due to boost/libs/regex/src precompiled >> headers. >> >> The problem no longer occurs when all lines of boost/libs/regex/src/ >> pch.h are commented out. >> I could not identify any partic

Re: LyX svn crashes on View>PDF (pdflatex)

2007-09-21 Thread Juergen Spitzmueller
Roger Mc Murtrie wrote: > Problem finally found to be due to boost/libs/regex/src precompiled > headers. > > The problem no longer occurs when all lines of boost/libs/regex/src/ > pch.h are commented out. > I could not identify any particular header file causing the problem. > The bug is only cur

Re: LyX svn crashes on View>PDF (pdflatex)

2007-09-20 Thread Roger Mc Murtrie
In response to j.spitzmueller's request: http://bugzilla.lyx.org/show_bug.cgi?id=4014 --- Additional Comments From [EMAIL PROTECTED] 2007-09-20 11:32 --- Can you send this to the devel list, please? I'm not very familiar with this pch stuff, so I cannot really judge whether you pa

Re: LyX svn crashes on View>PDF (pdflatex)

2007-07-13 Thread Darren Freeman
On Fri, 2007-07-13 at 11:37 +1000, Roger Mc Murtrie wrote: > Intel Mac, Mac OS X 10.4.10 > > Under latest lyx-1.5.0svn: > Start LyX > Open a Lyx file > Select View>PDF (pdflatex) > > Spinning ball cursor appears for a while > LyX crashes. > > This also occurs after LyX>Reconfigure. I just tried

Re: LyX svn crashes on View>PDF (pdflatex)

2007-07-12 Thread Bennett Helm
On Jul 12, 2007, at 10:27 PM, Roger Mc Murtrie wrote: Roger Mc Murtrie <[EMAIL PROTECTED]> wrote Intel Mac, Mac OS X 10.4.10 Under latest lyx-1.5.0svn: Start LyX Open a Lyx file Select View>PDF (pdflatex) Spinning ball cursor appears for a while LyX crashes. This also occurs after LyX>Reco

Re: LyX svn crashes on View>PDF (pdflatex)

2007-07-12 Thread Roger Mc Murtrie
Roger Mc Murtrie <[EMAIL PROTECTED]> wrote Intel Mac, Mac OS X 10.4.10 Under latest lyx-1.5.0svn: Start LyX Open a Lyx file Select View>PDF (pdflatex) Spinning ball cursor appears for a while LyX crashes. This also occurs after LyX>Reconfigure. Roger After rebuilding for debug, Select Vi

LyX svn crashes on View>PDF (pdflatex)

2007-07-12 Thread Roger Mc Murtrie
Intel Mac, Mac OS X 10.4.10 Under latest lyx-1.5.0svn: Start LyX Open a Lyx file Select View>PDF (pdflatex) Spinning ball cursor appears for a while LyX crashes. This also occurs after LyX>Reconfigure. Roger