Quoting Jean-Marc Lasgouttes <[EMAIL PROTECTED]>:
> > "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
>
> Abdelrazak> Take this patch if you want to see some debug outputs.
> Abdelrazak> It's working perfectly here and it's really a _huge_
> Abdelrazak> performance boost under Wi
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> Take this patch if you want to see some debug outputs.
Abdelrazak> It's working perfectly here and it's really a _huge_
Abdelrazak> performance boost under Windows!
So this was the cause of the mysterious delay when r
i tried a new compile again and still get the crash with the patch...
Edwin Leuven wrote:
i compiled clean from scratch. have to run now...
Abdelrazak Younes wrote:
Edwin Leuven wrote:
Abdelrazak Younes wrote:
This is weird, I did not touch this part and it works fine on my
platform. Maybe t
Peter Kümmel wrote:
Maybe this helps against the crashes, it then there will be a
copy again:
[...]
- return from_ascii(m);
+ return empty_string;
+ CacheType::iterator it = cache_.find(m);
+ if (it != cache_.end()) {
+
Maybe this helps against the crashes, it then there will be a
copy again:
Abdelrazak Younes wrote:
> Abdelrazak Younes wrote:
>> Could someone please test this under Linux?
>>
>> Enrico, if you could test it under Cygwin as well, that would be great.
>
> Take this patch if you want to see some d
Georg Baum wrote:
Am Samstag, 13. Januar 2007 12:35 schrieb Abdelrazak Younes:
Abdelrazak Younes wrote:
Edwin Leuven wrote:
i compiled clean from scratch. have to run now...
OK. I have my LyxLex cleanup on my local tree so this is maybe
interfering at this point. But this is still weird.
I c
Am Samstag, 13. Januar 2007 12:35 schrieb Abdelrazak Younes:
> Abdelrazak Younes wrote:
> > Edwin Leuven wrote:
> >> i compiled clean from scratch. have to run now...
> >
> > OK. I have my LyxLex cleanup on my local tree so this is maybe
> > interfering at this point. But this is still weird.
>
Abdelrazak Younes wrote:
Edwin Leuven wrote:
i compiled clean from scratch. have to run now...
OK. I have my LyxLex cleanup on my local tree so this is maybe
interfering at this point. But this is still weird.
I cannot reproduce the crash with a clean tree either.
Abdel.
Edwin Leuven wrote:
i compiled clean from scratch. have to run now...
OK. I have my LyxLex cleanup on my local tree so this is maybe
interfering at this point. But this is still weird.
Abdel.
i compiled clean from scratch. have to run now...
Abdelrazak Younes wrote:
Edwin Leuven wrote:
Abdelrazak Younes wrote:
This is weird, I did not touch this part and it works fine on my
platform. Maybe there is sth wrong when passing const ref instead of
full docstring copy I cannot immagine w
Edwin Leuven wrote:
Abdelrazak Younes wrote:
This is weird, I did not touch this part and it works fine on my
platform. Maybe there is sth wrong when passing const ref instead of
full docstring copy I cannot immagine why...
Could you try to remove to do this change and try again?
yes, this
Abdelrazak Younes wrote:
This is weird, I did not touch this part and it works fine on my
platform. Maybe there is sth wrong when passing const ref instead of
full docstring copy I cannot immagine why...
Could you try to remove to do this change and try again?
yes, this gets rid of the crash
Edwin Leuven wrote:
lyx crashes here with your patch:
[...]
std::basic_string,std::allocator > &
str="File|F") Line 46 + 0x19 bytesC++
lyx-qt4.exe!lyx::translateIfPossible(const
This is weird, I did not touch this part and it works fine on my
platform. Maybe there is sth wrong wh
lyx crashes here with your patch:
msvcr80d.dll!10202b13()
[Frames below may be incorrect and/or missing, no symbols loaded
for msvcr80d.dll]
shlwapi.dll!77f643d0()
msvcr80d.dll!1021866b()
shlwapi.dll!77f643dd()
kernel32.dll!7c812a
Enrico Forestieri wrote:
On Sat, Jan 13, 2007 at 09:39:44AM +0100, Abdelrazak Younes wrote:
Yes, I wanted you to check that the translation process is still working
correctly. Especially, at the section level. Could you set create a
document with the report class and set a different language o
On Sat, Jan 13, 2007 at 09:39:44AM +0100, Abdelrazak Younes wrote:
> Yes, I wanted you to check that the translation process is still working
> correctly. Especially, at the section level. Could you set create a
> document with the report class and set a different language of one
> 'Chapter' se
Abdelrazak Younes wrote:
The problem is that we can't use this internal cache because.
because... it does not work with our way of setting the language at each
gettext call.
Abdel.
Enrico Forestieri wrote:
On Fri, Jan 12, 2007 at 11:07:55PM +0100, Abdelrazak Younes wrote:
Abdelrazak Younes wrote:
Could someone please test this under Linux?
Enrico, if you could test it under Cygwin as well, that would be great.
Take this patch if you want to see some debug outputs. It's
Angus Leeming wrote:
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak Younes wrote:
Could someone please test this under Linux?
Enrico, if you could test it under Cygwin as well, that would be great.
Take this patch if you want to see some debug outputs. It's working
perfectly here an
On Fri, Jan 12, 2007 at 11:07:55PM +0100, Abdelrazak Younes wrote:
> Abdelrazak Younes wrote:
> > Could someone please test this under Linux?
> >
> > Enrico, if you could test it under Cygwin as well, that would be great.
>
> Take this patch if you want to see some debug outputs. It's working
>
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
> Abdelrazak Younes wrote:
> > Could someone please test this under Linux?
> >
> > Enrico, if you could test it under Cygwin as well, that would be great.
>
> Take this patch if you want to see some debug outputs. It's working
> perfectly here and it
Abdelrazak Younes wrote:
Could someone please test this under Linux?
Enrico, if you could test it under Cygwin as well, that would be great.
Take this patch if you want to see some debug outputs. It's working
perfectly here and it's really a _huge_ performance boost under Windows!
Abdel.
I
22 matches
Mail list logo