Re: [sumo-dev] possible multi QThread safety violation on single sink loopdetector write

2020-09-29 Thread Richter Gerald
Gesendet: Montag, 28. September 2020 15:39:26 An: sumo-dev@eclipse.org Betreff: Re: [sumo-dev] possible multi QThread safety violation on single sink loopdetector write Hi, I could not reproduce it with a grid scenario and 1500 detectors writing to a single file using 8 threads. Can you share your

Re: [sumo-dev] possible multi QThread safety violation on single sink loopdetector write

2020-09-28 Thread Michael Behrisch
discussions *Betreff:* Re: [sumo-dev] possible multi QThread safety violation on single sink loopdetector write Are you using sumo option --threads or is your python script multi-threaded? Am Mi., 23. Sept. 2020 um 18:25 Uhr schrieb Richter Gerald mailto:gerald.rich...@ait.ac

Re: [sumo-dev] possible multi QThread safety violation on single sink loopdetector write

2020-09-24 Thread Jakob Erdmann
--- > *Von:* sumo-dev-boun...@eclipse.org im > Auftrag von Jakob Erdmann > *Gesendet:* Donnerstag, 24. September 2020 07:52:02 > *An:* sumo developer discussions > *Betreff:* Re: [sumo-dev] possible multi QThread safety violation on > single sink loopdetector write >

Re: [sumo-dev] possible multi QThread safety violation on single sink loopdetector write

2020-09-24 Thread Richter Gerald
QThread safety violation on single sink loopdetector write Are you using sumo option --threads or is your python script multi-threaded? Am Mi., 23. Sept. 2020 um 18:25 Uhr schrieb Richter Gerald mailto:gerald.rich...@ait.ac.at>>: Hi again, ran another test after splitting up the iIL_de

Re: [sumo-dev] possible multi QThread safety violation on single sink loopdetector write

2020-09-23 Thread Jakob Erdmann
Are you using sumo option --threads or is your python script multi-threaded? Am Mi., 23. Sept. 2020 um 18:25 Uhr schrieb Richter Gerald < gerald.rich...@ait.ac.at>: > Hi again, > > ran another test > after splitting up the iIL_detector output into separate files (1 for > each detector) again: >

Re: [sumo-dev] possible multi QThread safety violation on single sink loopdetector write

2020-09-23 Thread Richter Gerald
Hi again, ran another test after splitting up the iIL_detector output into separate files (1 for each detector) again: * python3 shell, 4 threads: all fine best, Gerald On 23.09.20 17:51, Richter Gerald wrote: > Hi, > > I got a scenario and execution scripts using a traci runner > where

[sumo-dev] possible multi QThread safety violation on single sink loopdetector write

2020-09-23 Thread Richter Gerald
Hi, I got a scenario and execution scripts using a traci runner where threads were set to 4. While rebuilding and configuring this, I set loopdetector output file identical for all the instantE1 detectors. running the runner.py script from an ipython3 shell repeatedly for different seeds,