RE: Math crash - Debian bug #548519 with patch

2009-09-28 Thread Vincent van Ravesteijn - TNW
>I've nearly no time currently so it would be amazing if >one of you guys could take a look at >http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=548519 > >It's a crash, plus backtrace and a proposed patch by Jonas Baggett. > Thanks, This is bug #6193: http://www.lyx.org/trac/ticket/6193. It

Re: math crash

2009-09-13 Thread Enrico Forestieri
On Sun, Sep 13, 2009 at 06:47:56PM +0200, Enrico Forestieri wrote: > On Sun, Sep 13, 2009 at 03:58:13PM +0200, Vincent van Ravesteijn - TNW wrote: > > > > > >> ..or by removing the code that was added in > > >> http://www.lyx.org/trac/changeset/30425. I think the completion > > >> just signals

RE: math crash

2009-09-13 Thread Vincent van Ravesteijn - TNW
>> >> >> ..or by removing the code that was added in >> >> http://www.lyx.org/trac/changeset/30425. I think the completion >> >> just signals an invalid cursor or something like that. >> > >> >Hmm... I really think that a headache is better cured by a cachet >> >rather than by an amputation.

Re: math crash

2009-09-13 Thread Enrico Forestieri
On Sun, Sep 13, 2009 at 03:58:13PM +0200, Vincent van Ravesteijn - TNW wrote: > > >> ..or by removing the code that was added in > >> http://www.lyx.org/trac/changeset/30425. I think the completion > >> just signals an invalid cursor or something like that. > > > >Hmm... I really think that a h

RE: math crash

2009-09-13 Thread Vincent van Ravesteijn - TNW
>> ..or by removing the code that was added in >> http://www.lyx.org/trac/changeset/30425. I think the completion >> just signals an invalid cursor or something like that. > >Hmm... I really think that a headache is better cured by a cachet >rather than by an amputation. > >Crash fixed at r31379

Re: math crash

2009-09-12 Thread Enrico Forestieri
On Sat, Sep 12, 2009 at 11:36:43PM +0200, Vincent van Ravesteijn wrote: > Anyway, you know that this is bug http://www.lyx.org/trac/ticket/6110 ? > It also happened for \frac. Now no more. > PS. I know you have a headache right now... Didn't know you had paranormal perceptions... > http://www.

Re: math crash

2009-09-12 Thread Vincent van Ravesteijn
Enrico Forestieri schreef: On Sat, Sep 12, 2009 at 06:26:29PM +0200, Vincent van Ravesteijn wrote: Enrico Forestieri schreef: On Fri, Sep 11, 2009 at 05:37:13PM +0200, Edwin Leuven wrote: Paul wrote: Confirmed here (LyX 1.6.4-1 on Win XP). The debug log says

Re: math crash

2009-09-12 Thread Enrico Forestieri
On Sat, Sep 12, 2009 at 06:26:29PM +0200, Vincent van Ravesteijn wrote: > Enrico Forestieri schreef: > > On Fri, Sep 11, 2009 at 05:37:13PM +0200, Edwin Leuven wrote: > > > > > >> Paul wrote: > >> > >>> Confirmed here (LyX 1.6.4-1 on Win XP). The debug log says SIGSEGV > >>> signal caught

Re: math crash

2009-09-12 Thread Vincent van Ravesteijn
Enrico Forestieri schreef: On Fri, Sep 11, 2009 at 05:37:13PM +0200, Edwin Leuven wrote: Paul wrote: Confirmed here (LyX 1.6.4-1 on Win XP). The debug log says SIGSEGV signal caught and nothing else of interest. The dumped emergency file contains \begin_layout Standard \begin_inset

Re: math crash

2009-09-12 Thread Enrico Forestieri
On Fri, Sep 11, 2009 at 05:37:13PM +0200, Edwin Leuven wrote: > Paul wrote: > > Confirmed here (LyX 1.6.4-1 on Win XP). The debug log says SIGSEGV > > signal caught and nothing else of interest. The dumped emergency file > > contains > > > > \begin_layout Standard > > \begin_inset Formula $\mat

RE: math crash

2009-09-11 Thread Edwin Leuven
Paul wrote: > Confirmed here (LyX 1.6.4-1 on Win XP). The debug log says SIGSEGV > signal caught and nothing else of interest. The dumped emergency file > contains > > \begin_layout Standard > \begin_inset Formula $\mathcal{\mathcal{}}$ looks like a bug in the completion framework

Re: math crash

2009-09-11 Thread Paul A. Rubin
Edwin Leuven wrote: 1. ctrl-m 2. \mathca 3. 4. 5. l 6. crash Confirmed here (LyX 1.6.4-1 on Win XP). The debug log says SIGSEGV signal caught and nothing else of interest. The dumped emergency file contains \begin_layout Standard \begin_inset Formula $\mathcal{\mathcal{}}$ \end_inset

Re: Math crash recipe for matched parantheses

2005-04-10 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | BTW: What's our '} else' vs '}\nelse' policy? > | Could well be that I started the '} else' thing here wearing a TCL head | but now I seem to remember LyX style is '}\nelse' no... we do the curlys on the same line as the else if () { } else { } --

Re: Math crash recipe for matched parantheses

2005-04-09 Thread Andre Poenitz
On Tue, Apr 05, 2005 at 05:34:37PM +0300, Martin Vermeer wrote: > RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/math_nestinset.C,v > retrieving revision 1.148 > diff -u -r1.148 math_nestinset.C > --- math_nestinset.C 4 Apr 2005 22:11:53 - 1.148 > +++ math_nestinset.C 5 Apr 2005

Re: Math crash recipe for matched parantheses

2005-04-05 Thread Martin Vermeer
On Tue, Apr 05, 2005 at 04:26:20PM +0200, Helge Hafting wrote: > Martin Vermeer wrote: > > >On Fri, Apr 01, 2005 at 02:02:13PM +0200, Helge Hafting wrote: > > > > > >>Insert matching parentheses. > >>C-M M-M ( > >>or open some document > >>that contains (_) already and place the cursor inside > >

Re: Math crash recipe for matched parantheses

2005-04-05 Thread Helge Hafting
Martin Vermeer wrote: On Fri, Apr 01, 2005 at 02:02:13PM +0200, Helge Hafting wrote: Insert matching parentheses. C-M M-M ( or open some document that contains (_) already and place the cursor inside the empty matching parentheses. (Placement is tricky as the visible cursor isn't displayed insi

Re: Math crash recipe for matched parantheses

2005-04-04 Thread Martin Vermeer
On Fri, Apr 01, 2005 at 02:02:13PM +0200, Helge Hafting wrote: > Insert matching parentheses. > C-M M-M ( > or open some document > that contains (_) already and place the cursor inside > the empty matching parentheses. (Placement is tricky > as the visible cursor isn't displayed inside, another l

Re: math crash

2004-03-27 Thread Andre Poenitz
On Sat, Mar 27, 2004 at 03:53:02PM +0100, Alfredo Braunstein wrote: > Go to Section 4.3.2 of the UG, and go down a bit -> crash MathScriptInset is currently broken (semi-intentoinally to get a clean DocumentIterator implementation...) > #0 0x0815245f in MathArray::draw(PainterInfo&, int, int) co