Re: One issue, one bug: version 2.0.4 on Slackware

2012-08-30 Thread Rich Shepard

On Thu, 30 Aug 2012, Stephan Witt wrote:


There is one issue with spellchecker crash fixed in trunk and the fix is
back-ported: http://www.lyx.org/trac/ticket/8238

Please, can you checkout version 2.0.5dev and compile it? Do you have the
crash with that version too?


Stephan,

  I'll build and run this version; perhaps not today, but I'll let everyone
know if it fixes the problem.

Thanks,

Rich

--
Richard B. Shepard, Ph.D.  |   Integrity - Credibility - Innovation
Applied Ecosystem Services, Inc.   |Helping Ensure Our Clients' Futures
http://www.appl-ecosys.com Voice: 503-667-4517  Fax: 503-667-8863



Re: One issue, one bug: version 2.0.4 on Slackware

2012-08-30 Thread Rich Shepard

On Thu, 30 Aug 2012, Stephan Witt wrote:


There is one issue with spellchecker crash fixed in trunk and the fix is
back-ported: http://www.lyx.org/trac/ticket/8238

Please, can you checkout version 2.0.5dev and compile it? Do you have the
crash with that version too?


Stephan,

  I'll build and run this version; perhaps not today, but I'll let everyone
know if it fixes the problem.

Thanks,

Rich

--
Richard B. Shepard, Ph.D.  |   Integrity - Credibility - Innovation
Applied Ecosystem Services, Inc.   |Helping Ensure Our Clients' Futures
http://www.appl-ecosys.com Voice: 503-667-4517  Fax: 503-667-8863



Re: One issue, one bug: version 2.0.4 on Slackware

2012-08-30 Thread Rich Shepard

On Thu, 30 Aug 2012, Stephan Witt wrote:


There is one issue with spellchecker crash fixed in trunk and the fix is
back-ported: http://www.lyx.org/trac/ticket/8238

Please, can you checkout version 2.0.5dev and compile it? Do you have the
crash with that version too?


Stephan,

  I'll build and run this version; perhaps not today, but I'll let everyone
know if it fixes the problem.

Thanks,

Rich

--
Richard B. Shepard, Ph.D.  |   Integrity - Credibility - Innovation
Applied Ecosystem Services, Inc.   |Helping Ensure Our Clients' Futures
 Voice: 503-667-4517  Fax: 503-667-8863



One issue, one bug: version 2.0.4 on Slackware

2012-08-29 Thread Rich Shepard

  The issue is a minor one, but has not appeared (literally) before now. I
find no space between a table caption and the table beneath it. This lack of
space is seen both in the LyX window and the pdflatex-compiled document. My
remedy is to add \vspace{10pt} on a line between the caption and the table
body. This works for me.

  The bug shows up when I check spelling and causes the application to
segfault and crash. If someone provides me with a pointer how to save the
source of the problem I'll be happy to pass it on to the developers. I don't
suppose it can be seen in the .emergency file that I reload when this
occurs.

Rich



RE: One issue, one bug: version 2.0.4 on Slackware

2012-08-29 Thread Scott Kostyshak
From: Rich Shepard [rshep...@appl-ecosys.com]
Sent: Wednesday, August 29, 2012 5:51 PM

   The issue is a minor one, but has not appeared (literally) before now. I
 find no space between a table caption and the table beneath it. This lack of
 space is seen both in the LyX window and the pdflatex-compiled document. My
 remedy is to add \vspace{10pt} on a line between the caption and the table
 body. This works for me.

What version did you not see this in before? I don't know if this is a bug or 
not.
When you look at the LaTeX code is there something that is obviously wrong?

   The bug shows up when I check spelling and causes the application to
 segfault and crash. If someone provides me with a pointer how to save the
 source of the problem I'll be happy to pass it on to the developers. I don't
 suppose it can be seen in the .emergency file that I reload when this
 occurs.

If you would like to compile by source, then you could send a backtrace. The 
first
step, actually, would be to see if the problem was already fixed by compiling 
the
development version(s) and seeing if you can reproduce the bug. Or, you can send
a minimal .lyx file with exact instructions on how to reproduce the crash.

Scott

RE: One issue, one bug: version 2.0.4 on Slackware

2012-08-29 Thread Rich Shepard

On Thu, 30 Aug 2012, Scott Kostyshak wrote:


What version did you not see this in before? I don't know if this is a bug
or not. When you look at the LaTeX code is there something that is
obviously wrong?


  All prior versions. I've not looked at the .tex file.


If you would like to compile by source,


  That's how I build all my applications.


The first step, actually, would be to see if the problem was already fixed
by compiling the development version(s) and seeing if you can reproduce
the bug. Or, you can send a minimal .lyx file with exact instructions on
how to reproduce the crash.


  Difficult to send a minimal file with exact instructions when the problem
occurs only when I'm checking spelling. Not all the time, either, but that's
the only time LyX crashes.

Rich



RE: One issue, one bug: version 2.0.4 on Slackware

2012-08-29 Thread Scott Kostyshak
From: Rich Shepard [rshep...@appl-ecosys.com]
Sent: Wednesday, August 29, 2012 9:17 PM

 On Thu, 30 Aug 2012, Scott Kostyshak wrote:

 What version did you not see this in before? I don't know if this is a bug
 or not. When you look at the LaTeX code is there something that is
 obviously wrong?

   All prior versions. I've not looked at the .tex file.

OK. Well one way to nail the source of the problem down is to do a
git bisect. This would lead to the exact commit that changed this behavior.
The problems might already be fixed in the development versions so it 
would be good to check those first.

   Difficult to send a minimal file with exact instructions when the problem
 occurs only when I'm checking spelling. Not all the time, either, but that's
 the only time LyX crashes.

Ah, I thought there would be some formula like 1. open this .lyx file.
2. check spelling. 3. accept the first 5 suggestions and then LyX will crash.
I guess not.

Scott

Re: One issue, one bug: version 2.0.4 on Slackware

2012-08-29 Thread Stephan Witt
Am 30.08.2012 um 03:17 schrieb Rich Shepard:

 On Thu, 30 Aug 2012, Scott Kostyshak wrote:
 
 What version did you not see this in before? I don't know if this is a bug
 or not. When you look at the LaTeX code is there something that is
 obviously wrong?
 
  All prior versions. I've not looked at the .tex file.
 
 If you would like to compile by source,
 
  That's how I build all my applications.

There is one issue with spellchecker crash fixed in trunk and the fix is 
back-ported:
http://www.lyx.org/trac/ticket/8238

Please, can you checkout version 2.0.5dev and compile it?
Do you have the crash with that version too?

Thanks,
Stephan

One issue, one bug: version 2.0.4 on Slackware

2012-08-29 Thread Rich Shepard

  The issue is a minor one, but has not appeared (literally) before now. I
find no space between a table caption and the table beneath it. This lack of
space is seen both in the LyX window and the pdflatex-compiled document. My
remedy is to add \vspace{10pt} on a line between the caption and the table
body. This works for me.

  The bug shows up when I check spelling and causes the application to
segfault and crash. If someone provides me with a pointer how to save the
source of the problem I'll be happy to pass it on to the developers. I don't
suppose it can be seen in the .emergency file that I reload when this
occurs.

Rich



RE: One issue, one bug: version 2.0.4 on Slackware

2012-08-29 Thread Scott Kostyshak
From: Rich Shepard [rshep...@appl-ecosys.com]
Sent: Wednesday, August 29, 2012 5:51 PM

   The issue is a minor one, but has not appeared (literally) before now. I
 find no space between a table caption and the table beneath it. This lack of
 space is seen both in the LyX window and the pdflatex-compiled document. My
 remedy is to add \vspace{10pt} on a line between the caption and the table
 body. This works for me.

What version did you not see this in before? I don't know if this is a bug or 
not.
When you look at the LaTeX code is there something that is obviously wrong?

   The bug shows up when I check spelling and causes the application to
 segfault and crash. If someone provides me with a pointer how to save the
 source of the problem I'll be happy to pass it on to the developers. I don't
 suppose it can be seen in the .emergency file that I reload when this
 occurs.

If you would like to compile by source, then you could send a backtrace. The 
first
step, actually, would be to see if the problem was already fixed by compiling 
the
development version(s) and seeing if you can reproduce the bug. Or, you can send
a minimal .lyx file with exact instructions on how to reproduce the crash.

Scott

RE: One issue, one bug: version 2.0.4 on Slackware

2012-08-29 Thread Rich Shepard

On Thu, 30 Aug 2012, Scott Kostyshak wrote:


What version did you not see this in before? I don't know if this is a bug
or not. When you look at the LaTeX code is there something that is
obviously wrong?


  All prior versions. I've not looked at the .tex file.


If you would like to compile by source,


  That's how I build all my applications.


The first step, actually, would be to see if the problem was already fixed
by compiling the development version(s) and seeing if you can reproduce
the bug. Or, you can send a minimal .lyx file with exact instructions on
how to reproduce the crash.


  Difficult to send a minimal file with exact instructions when the problem
occurs only when I'm checking spelling. Not all the time, either, but that's
the only time LyX crashes.

Rich



RE: One issue, one bug: version 2.0.4 on Slackware

2012-08-29 Thread Scott Kostyshak
From: Rich Shepard [rshep...@appl-ecosys.com]
Sent: Wednesday, August 29, 2012 9:17 PM

 On Thu, 30 Aug 2012, Scott Kostyshak wrote:

 What version did you not see this in before? I don't know if this is a bug
 or not. When you look at the LaTeX code is there something that is
 obviously wrong?

   All prior versions. I've not looked at the .tex file.

OK. Well one way to nail the source of the problem down is to do a
git bisect. This would lead to the exact commit that changed this behavior.
The problems might already be fixed in the development versions so it 
would be good to check those first.

   Difficult to send a minimal file with exact instructions when the problem
 occurs only when I'm checking spelling. Not all the time, either, but that's
 the only time LyX crashes.

Ah, I thought there would be some formula like 1. open this .lyx file.
2. check spelling. 3. accept the first 5 suggestions and then LyX will crash.
I guess not.

Scott

Re: One issue, one bug: version 2.0.4 on Slackware

2012-08-29 Thread Stephan Witt
Am 30.08.2012 um 03:17 schrieb Rich Shepard:

 On Thu, 30 Aug 2012, Scott Kostyshak wrote:
 
 What version did you not see this in before? I don't know if this is a bug
 or not. When you look at the LaTeX code is there something that is
 obviously wrong?
 
  All prior versions. I've not looked at the .tex file.
 
 If you would like to compile by source,
 
  That's how I build all my applications.

There is one issue with spellchecker crash fixed in trunk and the fix is 
back-ported:
http://www.lyx.org/trac/ticket/8238

Please, can you checkout version 2.0.5dev and compile it?
Do you have the crash with that version too?

Thanks,
Stephan

One issue, one bug: version 2.0.4 on Slackware

2012-08-29 Thread Rich Shepard

  The issue is a minor one, but has not appeared (literally) before now. I
find no space between a table caption and the table beneath it. This lack of
space is seen both in the LyX window and the pdflatex-compiled document. My
remedy is to add \vspace{10pt} on a line between the caption and the table
body. This works for me.

  The bug shows up when I check spelling and causes the application to
segfault and crash. If someone provides me with a pointer how to save the
source of the problem I'll be happy to pass it on to the developers. I don't
suppose it can be seen in the .emergency file that I reload when this
occurs.

Rich



RE: One issue, one bug: version 2.0.4 on Slackware

2012-08-29 Thread Scott Kostyshak
From: Rich Shepard [rshep...@appl-ecosys.com]
Sent: Wednesday, August 29, 2012 5:51 PM

>   The issue is a minor one, but has not appeared (literally) before now. I
> find no space between a table caption and the table beneath it. This lack of
> space is seen both in the LyX window and the pdflatex-compiled document. My
> remedy is to add \vspace{10pt} on a line between the caption and the table
> body. This works for me.

What version did you not see this in before? I don't know if this is a bug or 
not.
When you look at the LaTeX code is there something that is obviously wrong?

>   The bug shows up when I check spelling and causes the application to
> segfault and crash. If someone provides me with a pointer how to save the
> source of the problem I'll be happy to pass it on to the developers. I don't
> suppose it can be seen in the .emergency file that I reload when this
> occurs.

If you would like to compile by source, then you could send a backtrace. The 
first
step, actually, would be to see if the problem was already fixed by compiling 
the
development version(s) and seeing if you can reproduce the bug. Or, you can send
a minimal .lyx file with exact instructions on how to reproduce the crash.

Scott

RE: One issue, one bug: version 2.0.4 on Slackware

2012-08-29 Thread Rich Shepard

On Thu, 30 Aug 2012, Scott Kostyshak wrote:


What version did you not see this in before? I don't know if this is a bug
or not. When you look at the LaTeX code is there something that is
obviously wrong?


  All prior versions. I've not looked at the .tex file.


If you would like to compile by source,


  That's how I build all my applications.


The first step, actually, would be to see if the problem was already fixed
by compiling the development version(s) and seeing if you can reproduce
the bug. Or, you can send a minimal .lyx file with exact instructions on
how to reproduce the crash.


  Difficult to send a minimal file with exact instructions when the problem
occurs only when I'm checking spelling. Not all the time, either, but that's
the only time LyX crashes.

Rich



RE: One issue, one bug: version 2.0.4 on Slackware

2012-08-29 Thread Scott Kostyshak
From: Rich Shepard [rshep...@appl-ecosys.com]
Sent: Wednesday, August 29, 2012 9:17 PM

> On Thu, 30 Aug 2012, Scott Kostyshak wrote:

>> What version did you not see this in before? I don't know if this is a bug
>> or not. When you look at the LaTeX code is there something that is
>> obviously wrong?

>   All prior versions. I've not looked at the .tex file.

OK. Well one way to nail the source of the problem down is to do a
git bisect. This would lead to the exact commit that changed this behavior.
The problems might already be fixed in the development versions so it 
would be good to check those first.

>   Difficult to send a minimal file with exact instructions when the problem
> occurs only when I'm checking spelling. Not all the time, either, but that's
> the only time LyX crashes.

Ah, I thought there would be some formula like "1. open this .lyx file.
2. check spelling. 3. accept the first 5 suggestions and then LyX will crash".
I guess not.

Scott

Re: One issue, one bug: version 2.0.4 on Slackware

2012-08-29 Thread Stephan Witt
Am 30.08.2012 um 03:17 schrieb Rich Shepard:

> On Thu, 30 Aug 2012, Scott Kostyshak wrote:
> 
>> What version did you not see this in before? I don't know if this is a bug
>> or not. When you look at the LaTeX code is there something that is
>> obviously wrong?
> 
>  All prior versions. I've not looked at the .tex file.
> 
>> If you would like to compile by source,
> 
>  That's how I build all my applications.

There is one issue with spellchecker crash fixed in trunk and the fix is 
back-ported:
http://www.lyx.org/trac/ticket/8238

Please, can you checkout version 2.0.5dev and compile it?
Do you have the crash with that version too?

Thanks,
Stephan