Re: [Fb-contrib-discuss] fb-contrib gets stuck during an analysis
Brought to you by:
dbrosius
From: Dave B. <dbr...@me...> - 2011-06-10 01:06:19
|
First i'd make sure that the memory size is large enough, you can add -Xmx800m to the command line (substituting whatever memory value you think is appropriate). If memory isn't the issue, the first thing to try is to get a thread dump of the process when it is hung up. If run from the command line, you should be able to do ctrl-break from windows, or kill -3 {PID} from linux to see where the threads are stuck, or at least where they are processing. If it shows the process is stuck in a particular detector, it would be good to disable all other detectors, and see if it works ok with just that one detector enabled. If I could get that thread dump, i'd appreciate it, and thanks for the report. dave On 06/09/2011 06:17 AM, Renou, Stéphane wrote: > > Hello, > > I have been using fb-contrib on several projects, and one one of > those, the analysis gets stucked right in the middle. > > What can I do to narrow down the issue that is occurring? > > Thank you for your help. > > > ------------------------------------------------------------------------------ > EditLive Enterprise is the world's most technically advanced content > authoring tool. Experience the power of Track Changes, Inline Image > Editing and ensure content is compliant with Accessibility Checking. > http://p.sf.net/sfu/ephox-dev2dev > > > _______________________________________________ > Fb-contrib-discuss mailing list > Fb-...@li... > https://lists.sourceforge.net/lists/listinfo/fb-contrib-discuss |