Re: [patch] Re: even faster way to produce core dump

2000-09-20 Thread Lars Gullik Bjønnes
Marko Vendelin <[EMAIL PROTECTED]> writes: | pressing Esc didn't produce any core, but writing "cancel" in minibuffer | did. The following patch fixes it. Ok, slightly wrong fix. You should have just removed the second arg completely. | This patch contains some cleanup of the | gnome frontend

[patch] Re: even faster way to produce core dump

2000-09-19 Thread Marko Vendelin
On 19 Sep 2000, Lars Gullik Bjønnes wrote: > Marko Vendelin <[EMAIL PROTECTED]> writes: > > | On 19 Sep 2000, Lars Gullik Bjønnes wrote: > | > | > Marko Vendelin <[EMAIL PROTECTED]> writes: > | > > | > | On Tue, 19 Sep 2000, Marko Vendelin wrote: > | > | > | > | > > And after this you get t

Re: even faster way to produce core dump

2000-09-19 Thread Lars Gullik Bjønnes
Marko Vendelin <[EMAIL PROTECTED]> writes: | On 19 Sep 2000, Lars Gullik Bjønnes wrote: | | > Marko Vendelin <[EMAIL PROTECTED]> writes: | > | > | On Tue, 19 Sep 2000, Marko Vendelin wrote: | > | | > | > > And after this you get the core dump in the same spot? | > | > | > | > No, lyxfunc.C: l

Re: even faster way to produce core dump

2000-09-19 Thread Marko Vendelin
On 19 Sep 2000, Lars Gullik Bjønnes wrote: > Marko Vendelin <[EMAIL PROTECTED]> writes: > > | On Tue, 19 Sep 2000, Marko Vendelin wrote: > | > | > > And after this you get the core dump in the same spot? > | > > | > No, lyxfunc.C: line 656 > | > > So can you remove the c_str() in this line

Re: even faster way to produce core dump

2000-09-19 Thread Lars Gullik Bjønnes
Marko Vendelin <[EMAIL PROTECTED]> writes: | On Tue, 19 Sep 2000, Marko Vendelin wrote: | | > > And after this you get the core dump in the same spot? | > | > No, lyxfunc.C: line 656 | So can you remove the c_str() in this line too? | called by minibuffer.C, line 73 looks ok. Lgb

Re: even faster way to produce core dump

2000-09-19 Thread Marko Vendelin
On Tue, 19 Sep 2000, Marko Vendelin wrote: > > And after this you get the core dump in the same spot? > > No, lyxfunc.C: line 656 called by minibuffer.C, line 73 marko

Re: even faster way to produce core dump

2000-09-19 Thread Marko Vendelin
On 19 Sep 2000, Lars Gullik Bjønnes wrote: > Marko Vendelin <[EMAIL PROTECTED]> writes: > > | On 19 Sep 2000, Lars Gullik Bjønnes wrote: > | > | > Marko Vendelin <[EMAIL PROTECTED]> writes: > | > > | > | Workarea event: ENTER > | > | Workarea event: KEYBOARD > | > | XLookupBoth > | > | WorkA

Re: even faster way to produce core dump

2000-09-19 Thread Lars Gullik Bjønnes
Marko Vendelin <[EMAIL PROTECTED]> writes: | On 19 Sep 2000, Lars Gullik Bjønnes wrote: | | > Marko Vendelin <[EMAIL PROTECTED]> writes: | > | > | Workarea event: ENTER | > | Workarea event: KEYBOARD | > | XLookupBoth | > | WorkArea: Key is `' [27] | > | WorkArea: Keysym is `Escape' [65307] | >

Re: even faster way to produce core dump

2000-09-19 Thread Marko Vendelin
On 19 Sep 2000, Lars Gullik Bjønnes wrote: > Marko Vendelin <[EMAIL PROTECTED]> writes: > > | Workarea event: ENTER > | Workarea event: KEYBOARD > | XLookupBoth > | WorkArea: Key is `' [27] > | WorkArea: Keysym is `Escape' [65307] > | Workarea Diff: 2985369638 > | KeySym is Escape[65307] > | K

Re: even faster way to produce core dump

2000-09-19 Thread Lars Gullik Bjønnes
Marko Vendelin <[EMAIL PROTECTED]> writes: | Workarea event: ENTER | Workarea event: KEYBOARD | XLookupBoth | WorkArea: Key is `' [27] | WorkArea: Keysym is `Escape' [65307] | Workarea Diff: 2985369638 | KeySym is Escape[65307] | Key [158][] | | Again, it seems that there is some problem with st

even faster way to produce core dump

2000-09-19 Thread Marko Vendelin
Try to 1. create new document 2. press Escape, core dumped lyx -dbg any: [...] Workarea event: ENTER Workarea event: KEYBOARD XLookupBoth WorkArea: Key is `' [27] WorkArea: Keysym is `Escape' [65307] Workarea Diff: 2985369638 KeySym is Escape[65307] Key [158][] Again, it seems that there is