Re: LyX/Mac 1.4.0 Crash

2005-09-20 Thread Bennett Helm
On Sep 20, 2005, at 10:43 AM, Andreas Vox wrote: Hm... did the patch succeed at all or was it rejected? Gmane isn't nice to patches. It was rejected, but I applied by hand. Same with this new one: patching file src/frontends/qt2/QLyXKeySym.C Hunk #1 FAILED at 54. patch unexpectedly

Re: LyX/Mac 1.4.0 Crash

2005-09-20 Thread Jean-Marc Lasgouttes
> "Andreas" == Andreas Vox <[EMAIL PROTECTED]> writes: + encoding_map["C"] = QTextCodec::codecForName("Latin-1"); encoding_map["iso8859-1"] = QTextCodec::codecForName("ISO 8859-1"); A question: why do you use "Latin-1" instead of "ISO 8859-1"? JMarc

Re: LyX/Mac 1.4.0 Crash

2005-09-20 Thread Andreas Vox
Bennett Helm <[EMAIL PROTECTED]> writes: > > I wasn't sure whether this was supposed to be applied on top of Jean- > Marc's encoding.diff or not, so I tried it both ways with the same > results. (See the backtrace below.) Hm... did the patch succeed at all or was it rejected? Gmane isn't nice

Re: LyX/Mac 1.4.0 Crash

2005-09-20 Thread Bennett Helm
On Sep 20, 2005, at 6:16 AM, Andreas Vox wrote: What about this patch: Index: src/frontends/qt2/QLyXKeySym.C == RCS file: /var/cvs/lyx/lyx-devel/src/frontends/qt2/QLyXKeySym.C,v retrieving revision 1.34 diff -u -p -r1.34 QLyXKeySym.C --- src/frontends/qt2/QLyXKeySym.C

Re: LyX/Mac 1.4.0 Crash

2005-09-20 Thread Bennett Helm
On Sep 20, 2005, at 6:16 AM, Andreas Vox wrote: What about this patch: Index: src/frontends/qt2/QLyXKeySym.C == RCS file: /var/cvs/lyx/lyx-devel/src/frontends/qt2/QLyXKeySym.C,v retrieving revision 1.34 diff -u -p -r1.34 QLyXKeySym.C --- src/frontends/qt2/QLyXKeySym.C

Re: LyX/Mac 1.4.0 Crash

2005-09-20 Thread Andreas Vox
Bennett Helm <[EMAIL PROTECTED]> writes: > > On Sep 19, 2005, at 9:53 AM, Jean-Marc Lasgouttes wrote: > > The problem seems to be with the new locale code that has been written > > in Paris. What messages do you get on console when starting up? > > > > Andreas, are you reading this? Reading lyx

Re: LyX/Mac 1.4.0 Crash

2005-09-19 Thread Bennett Helm
On Sep 19, 2005, at 9:53 AM, Jean-Marc Lasgouttes wrote: Bennett> Only when there's no document open. Good. Does the following patch help? Bennett> Doesn't seem to. (See below.) The problem seems to be with the new locale code that has been written in Paris. What messages do you get on co

Re: LyX/Mac 1.4.0 Crash

2005-09-19 Thread Jean-Marc Lasgouttes
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> On Sep 19, 2005, at 8:36 AM, Jean-Marc Lasgouttes wrote: >>> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: >>> >> Bennett> On Sep 15, 2005, at 10:05 AM, Jean-Marc Lasgouttes wrote: >> A question: does the cr

Re: LyX/Mac 1.4.0 Crash

2005-09-19 Thread Bennett Helm
On Sep 19, 2005, at 8:36 AM, Jean-Marc Lasgouttes wrote: "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> On Sep 15, 2005, at 10:05 AM, Jean-Marc Lasgouttes wrote: A question: does the crash only happen when there is no document open, or all the time? Bennett> Only when th

Re: LyX/Mac 1.4.0 Crash

2005-09-19 Thread Jean-Marc Lasgouttes
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> On Sep 15, 2005, at 10:05 AM, Jean-Marc Lasgouttes wrote: >> A question: does the crash only happen when there is no document >> open, or all the time? Bennett> Only when there's no document open. Good. Does the following patc

Re: LyX/Mac 1.4.0 Crash

2005-09-15 Thread Bennett Helm
On Sep 15, 2005, at 10:05 AM, Jean-Marc Lasgouttes wrote: A question: does the crash only happen when there is no document open, or all the time? Only when there's no document open. Bennett

Re: LyX/Mac 1.4.0 Crash

2005-09-15 Thread Jean-Marc Lasgouttes
A question: does the crash only happen when there is no document open, or all the time? JMarc

Re: LyX/Mac 1.4.0 Crash

2005-09-14 Thread Bennett Helm
On Sep 14, 2005, at 11:45 AM, Jean-Marc Lasgouttes wrote: Could you try to compile without optimization (--disable-optimization). Bennett> I still get a crash: #0 0x001682fc in (anonymous namespace)::encode ([EMAIL PROTECTED], [EMAIL PROTECTED]) at QLyXKeySym.C:59 #1 0x00169518 in QLyXKeySy

Re: LyX/Mac 1.4.0 Crash

2005-09-14 Thread Jean-Marc Lasgouttes
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: >> Could you try to compile without optimization >> (--disable-optimization). Bennett> I still get a crash: #0 0x001682fc in (anonymous namespace)::encode ([EMAIL PROTECTED], [EMAIL PROTECTED]) at QLyXKeySym.C:59 #1 0x00169518 in QLyX

Re: LyX/Mac 1.4.0 Crash

2005-09-14 Thread Bennett Helm
On Sep 14, 2005, at 8:51 AM, Jean-Marc Lasgouttes wrote: The fact that it is related to key bindings is not too strange, since the crash occurs in key-handling code. What is very strange, though, is the following #0 (anonymous namespace)::encode ([EMAIL PROTECTED], [EMAIL PROTECTED]) at QLyXKe

Re: LyX/Mac 1.4.0 Crash

2005-09-14 Thread Jean-Marc Lasgouttes
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> LyX-140 on Mac will crash *when using key bindings* for File Bennett> > Open, File > New, and File > New from Template. It will not Bennett> crash when using the mouse to select these from the menus, Bennett> nor will it crash dr