Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Segmentation Fault when Rerouter is Used

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 <atoprakfirat@xxxxxxxxx>:

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 <namdre.sumo@xxxxxxxxx> 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 <atoprakfirat@xxxxxxxxx>:
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
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top