I would guess that an outdated sumo build gets called on iOS. You can look into the first line of any output file (i.e. fcd-output) and you should see the exact sumo version (in bold) "<!-- generated on 2021-09-20 15:42:29 by Eclipse SUMO sumo Version v1_10_0+ *0837*-0b9a74b " If the version on iOS is lower than the one on Linux, make sure to do a rebuild from fresh sources and to remove any old versions that may still be on your $PATH.
Am Mo., 20. Sept. 2021 um 13:54 Uhr schrieb Toprak Fırat < [email protected]>: > Hello, > > The problem doesn’t continue on my Liinux build I still get the same > ”segmentation fault” error on my iOS build for some reason. > > On 19 Sep 2021, at 10:50, Jakob Erdmann <[email protected]> wrote: > > Thank you for the example input. The issue has now been fixed ( > https://github.com/eclipse/sumo/issues/9186) > You can obtain an updated version of SUMO from > https://sumo.dlr.de/docs/Downloads.php#sumo_-_latest_development_version > > Please note that generateContinuousRerouters was not designed for > multi-modal networks and will produce teleports in your simulation: > https://github.com/eclipse/sumo/issues/9188 > You could rebuild your network with option --keep-edges.by-vclass > passenger and regenerate the rerouters to work around this. > > regards, > Jakob > > Am Sa., 18. Sept. 2021 um 19:43 Uhr schrieb Toprak <[email protected] > >: > >> map.net.xml >> <https://drive.google.com/file/d/1mGv5H8gJG88qWM9ATpJTV1N31j6hODiT/view?usp=drive_web> >> map.osm >> <https://drive.google.com/file/d/1Q7VOJvPcNsBU9MjvmQyLEZ81giK_yQgc/view?usp=drive_web> >> map.rou.xml >> <https://drive.google.com/file/d/1U2Nk3Y8UDhqR4V2eqRnaO8H4Tg5is5QX/view?usp=drive_web> >> map.sumo.cfg >> <https://drive.google.com/file/d/1lgoP3PaR9KLBov92yA8JmonxfhJIyb9Z/view?usp=drive_web> >> rerouter.add.xml >> <https://drive.google.com/file/d/149UojQ0UgG1EpQvM2pNgxuUu9HR_3RZa/view?usp=drive_web> >> sumoTace.xml >> <https://drive.google.com/file/d/1I6q6Q-YUIvWdVglZOInjVonn0a2mOJq3/view?usp=drive_web> >> trips.trips.xml >> <https://drive.google.com/file/d/1QcYTaUe1oLBbtAIVoY9Vt9Z2Ew74GtfJ/view?usp=drive_web> >> >> Hello, here are my files. As I previously mentioned, when I "sumo -c >> map.sumo.cfg -v --fcd-output sumoTace.xml”, what I get is: “zsh: >> segmentation fault sumo -c map.sumo.cfg -v --fcd-output sumoTace.xml“. >> >> >> On 17 Sep 2021, at 20:41, Jakob Erdmann <[email protected]> wrote: >> >> If the simulation crashes (rather than giving you an error) that is never >> your fault and fortunately a rare occurrence. >> Please provide all input files needed to reproduce (and fix) this. >> >> Am Fr., 17. Sept. 2021 um 17:37 Uhr schrieb Toprak Fırat < >> [email protected]>: >> >>> Hello, >>> >>> I create a “rerouters.add.xml” file with the use of >>> “generateContinuousRerouters.py” >>> but when I manipulate the configuration file and add the appropriate line >>> that inputs the “rerouters.add.xml” and try to run the simulation, both >>> with the command “sumo -c map.sumo.cfg -v --fcd-output sumoTace.xml” or >>> with the sumo-gui, I get the following error: >>> >>> “zsh: segmentation fault sumo -c map.sumo.cfg -v --fcd-output >>> sumoTace.xml” and the process stop. >>> >>> My config file looks like this: >>> <?xml version="1.0" encoding="UTF-8"?> >>> <configuration> >>> <input> >>> <net-file value="map.net.xml"/> >>> <route-files value="map.rou.xml"/> >>> <additional-files value="rerouter.add.xml"/> >>> </input> >>> <time> >>> <begin value="0"/> >>> <end value="10000"/> >>> </time> >>> </configuration> >>> >>> When I delete the <additional-files value="rerouter.add.xml"/> line, >>> simulation works fine but without the rerouting. >>> >>> Is this a common error? Am I doing something wrong? >>> >>> Regards, >>> _______________________________________________ >>> sumo-user mailing list >>> [email protected] >>> To unsubscribe from this list, visit >>> https://www.eclipse.org/mailman/listinfo/sumo-user >>> >> _______________________________________________ >> sumo-user mailing list >> [email protected] >> To unsubscribe from this list, visit >> https://www.eclipse.org/mailman/listinfo/sumo-user >> >> >> _______________________________________________ >> sumo-user mailing list >> [email protected] >> To unsubscribe from this list, visit >> https://www.eclipse.org/mailman/listinfo/sumo-user >> > _______________________________________________ > sumo-user mailing list > [email protected] > To unsubscribe from this list, visit > https://www.eclipse.org/mailman/listinfo/sumo-user > > > _______________________________________________ > sumo-user mailing list > [email protected] > To unsubscribe from this list, visit > https://www.eclipse.org/mailman/listinfo/sumo-user >
_______________________________________________ sumo-user mailing list [email protected] To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
