Re: need help with debugging

2013-03-11 Thread Stephan Bergmann
On 03/11/2013 10:12 AM, Matúš Kukan wrote: I am quite ashamed I still have no idea how to debug properly. Maybe someone here could teach me a bit. I've this cross-compiled --enable-mergelibs backtrace and no idea what to learn from it. It does not happen without --enable-mergelibs. Hard to giv

need help with debugging

2013-03-11 Thread Matúš Kukan
Hi, I am quite ashamed I still have no idea how to debug properly. Maybe someone here could teach me a bit. I've this cross-compiled --enable-mergelibs backtrace and no idea what to learn from it. It does not happen without --enable-mergelibs. Thanks, Matus Program received signal SIGSEGV, Segm

Re: Need help with debugging LO freeze

2012-05-09 Thread Tommy
O n Thu, 03 May 2012 22:13:37 +0200, Daniel Naber wrote: Hi, I'm the author of LanguageTool, a style and grammar checker. We received a lot of reports that LO freezes for several seconds if LanguageTool is installed. I remember also this issue you filed: https://www.libreoffice.or

Re: Need help with debugging LO freeze

2012-05-09 Thread Daniel Naber
On Mittwoch, 9. Mai 2012, Michael Meeks wrote: Hi Michael, > Daniel - thanks for doing some great research here - what's your > preferred fix ? any chance of a patch for that so we can give credit > where it is due ? [ or do you want me to go wild in that general area - > a bonus of doing i

Re: Need help with debugging LO freeze

2012-05-09 Thread Stephan Bergmann
On 05/09/2012 02:53 PM, Michael Meeks wrote: I guess; in general it'd be rather nice to have a nice, pretty, boost "UNO components changed" signal - that denotes that a new component has been installed / removed - so we could throw away some of these caches :-) Stephan - is there anything

Re: Need help with debugging LO freeze

2012-05-09 Thread Michael Meeks
On Tue, 2012-05-08 at 21:10 +0200, Daniel Naber wrote: > I'm quite sure, as I just print the milliseconds before and after certain > lines. This line often takes about 20ms on my computer, because its result > is not cached: ok ? when I ctrl-c I get traces going into Java and into langu

Re: Need help with debugging LO freeze

2012-05-08 Thread Daniel Naber
On Dienstag, 8. Mai 2012, Michael Meeks wrote: Hi Michael, > Great analysis Daniel ! thanks for doing the hunting there, reading: > > void SvxLinguConfigUpdate::UpdateAll( sal_Bool bForceCheck ) > > it -seems- that we don't do anything too staggeringly stupid that I can > easily se

Re: Need help with debugging LO freeze

2012-05-08 Thread Michael Meeks
On Tue, 2012-05-08 at 17:03 +0200, Cor Nouws wrote: > Daniel Naber wrote (03-05-12 22:13) > > I'm the author of LanguageTool, a style and grammar checker. We received a > > lot of reports that LO freezes for several seconds if LanguageTool is > > installed. I have now debugged this and it seems th

Re: Need help with debugging LO freeze

2012-05-08 Thread Cor Nouws
Hi Daniel, Daniel Naber wrote (03-05-12 22:13) I'm the author of LanguageTool, a style and grammar checker. We received a lot of reports that LO freezes for several seconds if LanguageTool is installed. I have now debugged this and it seems the problem occurs with [...] Could it be related to

Need help with debugging LO freeze

2012-05-04 Thread Daniel Naber
Hi, I'm the author of LanguageTool, a style and grammar checker. We received a lot of reports that LO freezes for several seconds if LanguageTool is installed. I have now debugged this and it seems the problem occurs with LanguageTool but is actually in LO and will also affect other grammar ch