Re: GuiApplication.cpp compile error

2009-10-03 Thread Kornel Benko
Am Samstag 03 Oktober 2009 schrieb Abdelrazak Younes: On 02/10/2009 04:14, BH wrote: ... lyx(19763,0xa0898720) malloc: *** mmap(size=1308676096) failed (error code=12) *** error: can't allocate region Why should we need 1308676096 bytes? *** set a breakpoint in malloc_error_break to debug

Re: GuiApplication.cpp compile error

2009-10-03 Thread Abdelrazak Younes
On 03/10/2009 09:47, Kornel Benko wrote: Am Samstag 03 Oktober 2009 schrieb Abdelrazak Younes: On 02/10/2009 04:14, BH wrote: ... lyx(19763,0xa0898720) malloc: *** mmap(size=1308676096) failed (error code=12) *** error: can't allocate region Why should we need

Re: GuiApplication.cpp compile error

2009-10-03 Thread Kornel Benko
Am Samstag 03 Oktober 2009 schrieb Abdelrazak Younes: ... Well, it is not for me so please enlighten me. Well, as I understood ... Here you go, with r31489. I did 3 profiles: launching LyX, opening preferences, and saving preferences. Launching LyX should not have involved reconfiguring, but

Re: GuiApplication.cpp compile error

2009-10-03 Thread Abdelrazak Younes
On 03/10/2009 11:13, Kornel Benko wrote: Am Samstag 03 Oktober 2009 schrieb Abdelrazak Younes: ... Well, it is not for me so please enlighten me. Well, as I understood ... Here you go, with r31489. I did 3 profiles: launching LyX, opening preferences, and saving preferences.

Re: GuiApplication.cpp compile error

2009-10-03 Thread BH
On Sat, Oct 3, 2009 at 5:40 AM, Abdelrazak Younes you...@lyx.org wrote: On 03/10/2009 11:13, Kornel Benko wrote: Am Samstag 03 Oktober 2009 schrieb Abdelrazak Younes: Normally mmap is on a opened file. This is really a big file, (for preferences I mean). Right, this one is weird, could you

Re: GuiApplication.cpp compile error

2009-10-03 Thread Kornel Benko
Am Samstag 03 Oktober 2009 schrieb BH: Right, this one is weird, could you check your preference file Bennett? I don't see what the problem is: it's only 78 MB! It has the normal stuff in the beginning, and the bulk of the file consists of repetitions of: \editor_alternatives asciichess

Re: GuiApplication.cpp compile error

2009-10-03 Thread Pavel Sanda
BH wrote: I don't see what the problem is: it's only 78 MB! It has the normal stuff in the beginning, and the bulk of the file consists of repetitions of: \editor_alternatives asciichess kwrite \editor_alternatives asciiimage kwrite . Deleting the old preferences file brings launch

Re: GuiApplication.cpp compile error

2009-10-03 Thread Kornel Benko
Am Samstag 03 Oktober 2009 schrieb Abdelrazak Younes: > On 02/10/2009 04:14, BH wrote: ... > > lyx(19763,0xa0898720) malloc: *** mmap(size=1308676096) failed (error > > code=12) *** error: can't allocate region Why should we need 1308676096 bytes? > > *** set a breakpoint in malloc_error_break

Re: GuiApplication.cpp compile error

2009-10-03 Thread Abdelrazak Younes
On 03/10/2009 09:47, Kornel Benko wrote: Am Samstag 03 Oktober 2009 schrieb Abdelrazak Younes: On 02/10/2009 04:14, BH wrote: ... lyx(19763,0xa0898720) malloc: *** mmap(size=1308676096) failed (error code=12) *** error: can't allocate region Why should we need

Re: GuiApplication.cpp compile error

2009-10-03 Thread Kornel Benko
Am Samstag 03 Oktober 2009 schrieb Abdelrazak Younes: ... > Well, it is not for me so please enlighten me. Well, as I understood ... > Here you go, with r31489. I did 3 profiles: launching LyX, opening > preferences, and saving preferences. Launching LyX should not have > involved reconfiguring,

Re: GuiApplication.cpp compile error

2009-10-03 Thread Abdelrazak Younes
On 03/10/2009 11:13, Kornel Benko wrote: Am Samstag 03 Oktober 2009 schrieb Abdelrazak Younes: ... Well, it is not for me so please enlighten me. Well, as I understood ... Here you go, with r31489. I did 3 profiles: launching LyX, opening preferences, and saving preferences.

Re: GuiApplication.cpp compile error

2009-10-03 Thread BH
On Sat, Oct 3, 2009 at 5:40 AM, Abdelrazak Younes wrote: > On 03/10/2009 11:13, Kornel Benko wrote: > > Am Samstag 03 Oktober 2009 schrieb Abdelrazak Younes: > Normally mmap is on a opened file. This is really a big file, (for > preferences I mean). > > > Right, this one is weird,

Re: GuiApplication.cpp compile error

2009-10-03 Thread Kornel Benko
Am Samstag 03 Oktober 2009 schrieb BH: > > Right, this one is weird, could you check your preference file Bennett? > > I don't see what the problem is: it's only 78 MB! It has the normal > stuff in the beginning, and the bulk of the file consists of > repetitions of: > > \editor_alternatives

Re: GuiApplication.cpp compile error

2009-10-03 Thread Pavel Sanda
BH wrote: > I don't see what the problem is: it's only 78 MB! It has the normal > stuff in the beginning, and the bulk of the file consists of > repetitions of: > > \editor_alternatives asciichess kwrite > \editor_alternatives asciiimage kwrite . > Deleting the old preferences file brings

Re: GuiApplication.cpp compile error

2009-10-02 Thread Abdelrazak Younes
On 02/10/2009 04:14, BH wrote: On Thu, Oct 1, 2009 at 3:46 AM, Abdelrazak Younesyou...@lyx.org wrote: Jean-Marc Lasgouttes wrote: Abdelrazak Younesyou...@lyx.org writes: But it takes a very long time to save preferences -- several seconds minimum, eating up processor time. Generally

Re: GuiApplication.cpp compile error

2009-10-02 Thread Abdelrazak Younes
On 02/10/2009 04:14, BH wrote: On Thu, Oct 1, 2009 at 3:46 AM, Abdelrazak Younes wrote: Jean-Marc Lasgouttes wrote: Abdelrazak Younes writes: But it takes a very long time to save preferences -- several seconds minimum, eating up processor time. Generally

Re: GuiApplication.cpp compile error

2009-10-01 Thread Abdelrazak Younes
BH wrote: On Wed, Sep 30, 2009 at 10:30 AM, Abdelrazak Younes you...@lyx.org wrote: BH wrote: But here's another: Open new document; LyX Preferences; change anything; click on Save button -- Crash. Backtrace is below. Once again, this does not happen when no document is open.

Re: GuiApplication.cpp compile error

2009-10-01 Thread Jean-Marc Lasgouttes
Abdelrazak Younes you...@lyx.org writes: But it takes a very long time to save preferences -- several seconds minimum, eating up processor time. Generally speaking, trunk seems to have slowed down considerably (especially noticeable with typing speed) in the last month. Are you sure you

Re: GuiApplication.cpp compile error

2009-10-01 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: Abdelrazak Younes you...@lyx.org writes: But it takes a very long time to save preferences -- several seconds minimum, eating up processor time. Generally speaking, trunk seems to have slowed down considerably (especially noticeable with typing speed) in the last

Re: GuiApplication.cpp compile error

2009-10-01 Thread BH
On Thu, Oct 1, 2009 at 3:46 AM, Abdelrazak Younes you...@lyx.org wrote: Jean-Marc Lasgouttes wrote: Abdelrazak Younes you...@lyx.org writes:  But it takes a very long time to save preferences -- several seconds minimum, eating up processor time. Generally speaking, trunk seems to have

Re: GuiApplication.cpp compile error

2009-10-01 Thread Abdelrazak Younes
BH wrote: On Thu, Oct 1, 2009 at 3:46 AM, Abdelrazak Younes you...@lyx.org wrote: Jean-Marc Lasgouttes wrote: Abdelrazak Younes you...@lyx.org writes: But it takes a very long time to save preferences -- several seconds minimum, eating up processor time. Generally speaking,

Re: GuiApplication.cpp compile error

2009-10-01 Thread Abdelrazak Younes
BH wrote: On Wed, Sep 30, 2009 at 10:30 AM, Abdelrazak Younes wrote: BH wrote: But here's another: Open new document; LyX > Preferences; change anything; click on "Save" button --> Crash. Backtrace is below. Once again, this does not happen when no document is open.

Re: GuiApplication.cpp compile error

2009-10-01 Thread Jean-Marc Lasgouttes
Abdelrazak Younes writes: >> But it takes a very long time to save preferences -- >> several seconds minimum, eating up processor time. Generally speaking, >> trunk seems to have slowed down considerably (especially noticeable >> with typing speed) in the last month. >> > >

Re: GuiApplication.cpp compile error

2009-10-01 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: Abdelrazak Younes writes: But it takes a very long time to save preferences -- several seconds minimum, eating up processor time. Generally speaking, trunk seems to have slowed down considerably (especially noticeable with typing speed) in the

Re: GuiApplication.cpp compile error

2009-10-01 Thread BH
On Thu, Oct 1, 2009 at 3:46 AM, Abdelrazak Younes wrote: > Jean-Marc Lasgouttes wrote: >> >> Abdelrazak Younes writes: >>  But it takes a very long time to save preferences -- several seconds minimum, eating up processor time. Generally speaking,

Re: GuiApplication.cpp compile error

2009-10-01 Thread Abdelrazak Younes
BH wrote: On Thu, Oct 1, 2009 at 3:46 AM, Abdelrazak Younes wrote: Jean-Marc Lasgouttes wrote: Abdelrazak Younes writes: But it takes a very long time to save preferences -- several seconds minimum, eating up processor time. Generally

Re: GuiApplication.cpp compile error

2009-09-30 Thread Abdelrazak Younes
BH wrote: On Tue, Sep 29, 2009 at 4:07 AM, Abdelrazak Younes you...@lyx.org wrote: BH wrote: By the way, I did a lot of change that could impact the Mac platform so testing of LFUNs, multi-windows and the menubar is very welcome... I haven't had time to really test, but in

Re: GuiApplication.cpp compile error

2009-09-30 Thread Abdelrazak Younes
BH wrote: On Tue, Sep 29, 2009 at 4:07 AM, Abdelrazak Younes you...@lyx.org wrote: BH wrote: By the way, I did a lot of change that could impact the Mac platform so testing of LFUNs, multi-windows and the menubar is very welcome... I haven't had time to really test, but in

Re: GuiApplication.cpp compile error

2009-09-30 Thread BH
On Wed, Sep 30, 2009 at 3:44 AM, Abdelrazak Younes you...@lyx.org wrote: BH wrote: On Tue, Sep 29, 2009 at 4:07 AM, Abdelrazak Younes you...@lyx.org wrote: BH wrote: By the way, I  did a lot of change that could impact the Mac platform so testing of LFUNs, multi-windows and the menubar

Re: GuiApplication.cpp compile error

2009-09-30 Thread Abdelrazak Younes
BH wrote: On Wed, Sep 30, 2009 at 8:02 AM, BH bewih...@gmail.com wrote: I just committed a patch that should fix this particular issue but still I would like to know the exact steps to reproduce the crash. I am suspecting that QApplication::activeWindow() does not work on mac for

Re: GuiApplication.cpp compile error

2009-09-30 Thread BH
On Wed, Sep 30, 2009 at 10:30 AM, Abdelrazak Younes you...@lyx.org wrote: BH wrote: But here's another: Open new document; LyX Preferences; change anything; click on Save button -- Crash. Backtrace is below. Once again, this does not happen when no document is open. Fixed. Yep. It does.

Re: GuiApplication.cpp compile error

2009-09-30 Thread Abdelrazak Younes
BH wrote: On Tue, Sep 29, 2009 at 4:07 AM, Abdelrazak Younes wrote: BH wrote: By the way, I did a lot of change that could impact the Mac platform so testing of LFUNs, multi-windows and the menubar is very welcome... I haven't had time to really test, but

Re: GuiApplication.cpp compile error

2009-09-30 Thread Abdelrazak Younes
BH wrote: On Tue, Sep 29, 2009 at 4:07 AM, Abdelrazak Younes wrote: BH wrote: By the way, I did a lot of change that could impact the Mac platform so testing of LFUNs, multi-windows and the menubar is very welcome... I haven't had time to really test, but

Re: GuiApplication.cpp compile error

2009-09-30 Thread BH
On Wed, Sep 30, 2009 at 3:44 AM, Abdelrazak Younes wrote: > BH wrote: >> >> On Tue, Sep 29, 2009 at 4:07 AM, Abdelrazak Younes wrote: >> >>> >>> BH wrote: >>> > > By the way, I  did a lot of change that could impact the Mac platform > so > testing

Re: GuiApplication.cpp compile error

2009-09-30 Thread Abdelrazak Younes
BH wrote: On Wed, Sep 30, 2009 at 8:02 AM, BH wrote: I just committed a patch that should fix this particular issue but still I would like to know the exact steps to reproduce the crash. I am suspecting that QApplication::activeWindow() does not work on mac for

Re: GuiApplication.cpp compile error

2009-09-30 Thread BH
On Wed, Sep 30, 2009 at 10:30 AM, Abdelrazak Younes wrote: > BH wrote: >> >> But here's another: Open new document; LyX > Preferences; change >> anything; click on "Save" button --> Crash. Backtrace is below. >> >> Once again, this does not happen when no document is open. >> > >

Re: GuiApplication.cpp compile error

2009-09-29 Thread Anders Ekberg
I can confirm the crash. In addition About LyX... and Preferences... are dimmed (as was the case with the withdrawn 1.6.4 version). /Anders From: BH bewih...@... On Mon, Sep 28, 2009 at 3:20 PM, Abdelrazak Younes you...@... wrote: My fault, should be fixed now, sorry. Yes, that is fixed

Re: GuiApplication.cpp compile error

2009-09-29 Thread Abdelrazak Younes
BH wrote: On Mon, Sep 28, 2009 at 3:20 PM, Abdelrazak Younes you...@lyx.org wrote: My fault, should be fixed now, sorry. Yes, that is fixed now. By the way, I did a lot of change that could impact the Mac platform so testing of LFUNs, multi-windows and the menubar is very

Re: GuiApplication.cpp compile error

2009-09-29 Thread Abdelrazak Younes
Anders Ekberg wrote: I can confirm the crash. In addition About LyX... and Preferences... are dimmed (as was the case with the withdrawn 1.6.4 version). OK, thanks. I'll add some debug code later this week or week-end in order to debug that. Abdel.

Re: GuiApplication.cpp compile error

2009-09-29 Thread BH
On Tue, Sep 29, 2009 at 4:07 AM, Abdelrazak Younes you...@lyx.org wrote: BH wrote: By the way, I  did a lot of change that could impact the Mac platform so testing of LFUNs, multi-windows and the menubar is very welcome... I haven't had time to really test, but in 1 minute I noticed that

Re: GuiApplication.cpp compile error

2009-09-29 Thread Anders Ekberg
I can confirm the crash. In addition About LyX... and Preferences... are dimmed (as was the case with the withdrawn 1.6.4 version). /Anders From: BH On Mon, Sep 28, 2009 at 3:20 PM, Abdelrazak Younes wrote: > My fault, should be fixed now, sorry. Yes, that is

Re: GuiApplication.cpp compile error

2009-09-29 Thread Abdelrazak Younes
BH wrote: On Mon, Sep 28, 2009 at 3:20 PM, Abdelrazak Younes wrote: My fault, should be fixed now, sorry. Yes, that is fixed now. By the way, I did a lot of change that could impact the Mac platform so testing of LFUNs, multi-windows and the menubar is very

Re: GuiApplication.cpp compile error

2009-09-29 Thread Abdelrazak Younes
Anders Ekberg wrote: I can confirm the crash. In addition About LyX... and Preferences... are dimmed (as was the case with the withdrawn 1.6.4 version). OK, thanks. I'll add some debug code later this week or week-end in order to debug that. Abdel.

Re: GuiApplication.cpp compile error

2009-09-29 Thread BH
On Tue, Sep 29, 2009 at 4:07 AM, Abdelrazak Younes wrote: > BH wrote: >>> By the way, I  did a lot of change that could impact the Mac platform so >>> testing of LFUNs, multi-windows and the menubar is very welcome... >>> >> >> I haven't had time to really test, but in 1 minute I

GuiApplication.cpp compile error

2009-09-28 Thread BH
After not having tried to compile trunk for a while, I'm getting the following error on Mac: Making all in frontends Making all in qt4 make all-am g++ -DHAVE_CONFIG_H -I. -I../../.. -DQT_NO_STL -DQT_NO_KEYWORDS -DQT_NO_CAST_TO_ASCII -DQT_NO_STL -I../../../src -I../../../src/frontends

Re: GuiApplication.cpp compile error

2009-09-28 Thread Abdelrazak Younes
On 28/09/2009 19:53, BH wrote: After not having tried to compile trunk for a while, I'm getting the following error on Mac: Making all in frontends Making all in qt4 make all-am g++ -DHAVE_CONFIG_H -I. -I../../.. -DQT_NO_STL -DQT_NO_KEYWORDS -DQT_NO_CAST_TO_ASCII -DQT_NO_STL -I../../../src

Re: GuiApplication.cpp compile error

2009-09-28 Thread BH
On Mon, Sep 28, 2009 at 3:20 PM, Abdelrazak Younes you...@lyx.org wrote: My fault, should be fixed now, sorry. Yes, that is fixed now. By the way, I  did a lot of change that could impact the Mac platform so testing of LFUNs, multi-windows and the menubar is very welcome... I haven't had

GuiApplication.cpp compile error

2009-09-28 Thread BH
After not having tried to compile trunk for a while, I'm getting the following error on Mac: Making all in frontends Making all in qt4 make all-am g++ -DHAVE_CONFIG_H -I. -I../../.. -DQT_NO_STL -DQT_NO_KEYWORDS -DQT_NO_CAST_TO_ASCII -DQT_NO_STL -I../../../src -I../../../src/frontends

Re: GuiApplication.cpp compile error

2009-09-28 Thread Abdelrazak Younes
On 28/09/2009 19:53, BH wrote: After not having tried to compile trunk for a while, I'm getting the following error on Mac: Making all in frontends Making all in qt4 make all-am g++ -DHAVE_CONFIG_H -I. -I../../.. -DQT_NO_STL -DQT_NO_KEYWORDS -DQT_NO_CAST_TO_ASCII -DQT_NO_STL -I../../../src

Re: GuiApplication.cpp compile error

2009-09-28 Thread BH
On Mon, Sep 28, 2009 at 3:20 PM, Abdelrazak Younes wrote: > My fault, should be fixed now, sorry. Yes, that is fixed now. > By the way, I  did a lot of change that could impact the Mac platform so > testing of LFUNs, multi-windows and the menubar is very welcome... I haven't

Re: GuiApplication.cpp: compile error

2008-06-03 Thread Stefan Schimanski
Am 27.05.2008 um 01:34 schrieb Bennett Helm: On Mon, May 26, 2008 at 5:47 PM, Stefan Schimanski [EMAIL PROTECTED] wrote: However, the graphic does not display in LyX. It does not? Which OmniGraffle version? Here it work(ed) fine. Have to test again, maybe something broken during all the

Re: GuiApplication.cpp: compile error

2008-06-03 Thread Stefan Schimanski
Am 27.05.2008 um 01:34 schrieb Bennett Helm: On Mon, May 26, 2008 at 5:47 PM, Stefan Schimanski <[EMAIL PROTECTED]> wrote: However, the graphic does not display in LyX. It does not? Which OmniGraffle version? Here it work(ed) fine. Have to test again, maybe something broken during all the