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 lau

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 asciic

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, could you check

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. La

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 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 130867609

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

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 speaking, trunk seems to have slo

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 speaking, trunk seems to have slowed dow

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, trunk seems to have slowed dow

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 last month.

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. >> > > Are you sure you co

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. Fixed.

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. >> > > Fixed. Yep. It d

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 full-screen mode... S

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 of LFUNs, multi-windows and the m

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 in 1 minute I noti

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 in 1 minute I noti

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 noticed that >> f

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 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 welcome... I

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 fixed now. > By the way, I

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 had time to really

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 -I.

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