https://issues.apache.org/bugzilla/show_bug.cgi?id=51880
Philippe Mouawad <p.moua...@ubik-ingenierie.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #27603|0 |1 is obsolete| | --- Comment #10 from Philippe Mouawad <p.moua...@ubik-ingenierie.com> 2011-09-27 09:41:46 UTC --- Created attachment 27607 --> https://issues.apache.org/bugzilla/attachment.cgi?id=27607 Fix to startScheduler issue with last rev Hello Sebb, Ok I understood why you were saying I didn't test on last rev. I retested before applying attached patch, Shutdown doesn't end until startime does, I get this thread dump : 2011-09-27 11:36:18 Full thread dump Java HotSpot(TM) 64-Bit Server VM (20.1-b02-384 mixed mode): "jp@gc - Stepping Thread Group 1-2" prio=6 tid=101919800 nid=0x121701000 waiting on condition [121700000] java.lang.Thread.State: TIMED_WAITING (sleeping) at java.lang.Thread.sleep(Native Method) at org.apache.jmeter.threads.JMeterThread.startScheduler(JMeterThread.java:213) at org.apache.jmeter.threads.JMeterThread.initRun(JMeterThread.java:499) at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:252) at java.lang.Thread.run(Thread.java:680) "StandardJMeterEngine" prio=6 tid=103121000 nid=0x12011e000 in Object.wait() [12011d000] java.lang.Thread.State: TIMED_WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <7a18089d8> (a java.lang.Thread) at java.lang.Thread.join(Thread.java:1218) - locked <7a18089d8> (a java.lang.Thread) at org.apache.jmeter.engine.StandardJMeterEngine.waitThreadsStopped(StandardJMeterEngine.java:531) at org.apache.jmeter.engine.StandardJMeterEngine.run(StandardJMeterEngine.java:434) at java.lang.Thread.run(Thread.java:680) After patch it is OK. Regards Philippe -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@jakarta.apache.org For additional commands, e-mail: notifications-h...@jakarta.apache.org