texttest -a duarouter -d /home/delphi/gcc/sumo/tests -reconnect /home/delphi/gcc/texttesttmp/gcc4_64.30Nov005423.14236 -g
texttest -a duarouter -d /home/delphi/gcc/sumo/tests
---------- Differences in errors ---------- 2a3,213 > *** Error in `/home/delphi/sumo/bin/duarouter': free(): invalid pointer: 0x00007f656e746660 *** > ======= Backtrace: ========= > /lib64/libc.so.6(+0x7277f)[0x7f656e41677f] > /lib64/libc.so.6(+0x78026)[0x7f656e41c026] > /lib64/libc.so.6(+0x78d53)[0x7f656e41cd53] > /home/delphi/sumo/bin/duarouter[0x44eca1] > /home/delphi/sumo/bin/duarouter[0x44dbaa] > /home/delphi/sumo/bin/duarouter[0x44e109] > /home/delphi/sumo/bin/duarouter[0x40bdd2] > /lib64/libc.so.6(__libc_start_main+0xf5)[0x7f656e3c5b25] > /home/delphi/sumo/bin/duarouter[0x40fbef] > ======= Memory map: ======== > 00400000-0055a000 r-xp 00000000 00:25 179046377 /home/delphi/sumo/bin/duarouter > 0075a000-0075b000 r--p 0015a000 00:25 179046377 /home/delphi/sumo/bin/duarouter > 0075b000-00765000 rw-p 0015b000 00:25 179046377 /home/delphi/sumo/bin/duarouter > 00765000-00768000 rw-p 00000000 00:00 0 > 0263c000-02743000 rw-p 00000000 00:00 0 [heap] > 7f6564000000-7f6564021000 rw-p 00000000 00:00 0 > 7f6564021000-7f6568000000 ---p 00000000 00:00 0 > 7f656be6f000-7f656be72000 r-xp 00000000 08:03 19798390 /usr/lib64/gconv/UTF-16.so > 7f656be72000-7f656c071000 ---p 00003000 08:03 19798390 /usr/lib64/gconv/UTF-16.so > 7f656c071000-7f656c072000 r--p 00002000 08:03 19798390 /usr/lib64/gconv/UTF-16.so > 7f656c072000-7f656c073000 rw-p 00003000 08:03 19798390 /usr/lib64/gconv/UTF-16.so > 7f656c073000-7f656c076000 r-xp 00000000 08:03 19797927 /usr/lib64/libXau.so.6.0.0 > 7f656c076000-7f656c275000 ---p 00003000 08:03 19797927 /usr/lib64/libXau.so.6.0.0 > 7f656c275000-7f656c276000 r--p 00002000 08:03 19797927 /usr/lib64/libXau.so.6.0.0 > 7f656c276000-7f656c277000 rw-p 00003000 08:03 19797927 /usr/lib64/libXau.so.6.0.0 > 7f656c277000-7f656c284000 r-xp 00000000 08:03 19797836 /usr/lib64/libdrm.so.2.4.0 > 7f656c284000-7f656c484000 ---p 0000d000 08:03 19797836 /usr/lib64/libdrm.so.2.4.0 <truncated after showing first 30 lines> ---------- Differences in exitcode ---------- 1c1 < 1 --- > -6
---------- Differences in errors ----------
0a1,2
> Error: Invalid position 250.00 for access on lane 'beg2left_0'.
> Quitting (on error).
---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
1
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<person id="p0" depart="0.00">
<walk cost="607.52" edges="beg beg2left" busStop="beg2left"/>
<ride cost="52.48" busStop="left2end" lines="train"/>
<walk cost="602.39" edges="left2end end"/>
</person>
<person id="p1" depart="0.00">
<walk cost="1202.32" edges="end middle beg"/>
</person>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<person id="p0" depart="0.00">
<walk edges="beg beg2left" busStop="beg2left"/>
<ride busStop="left2end" lines="train"/>
<walk edges="left2end end"/>
</person>
<person id="p1" depart="0.00">
<walk edges="end middle beg"/>
</person>
</routes>
---------- Differences in alts ---------- 4c4,14 < <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"/> --- > <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> > <vType id="bus" vClass="bus"/> > <vehicle id="p0_0" type="bus" depart="triggered"> > <routeDistribution last="0"> > <route cost="0.00" probability="0.00000000" edges="absBeg beg2left"/> > </routeDistribution> > </vehicle> > <person id="p0" depart="0.00"> > <ride cost="35.77" from="absBeg" to="beg2left" lines="p0_0"/> > </person> > </routes> ---------- Differences in errors ---------- 1,3d0 < Warning: No connection between edge 'absBeg_depart_connector' and edge 'beg2left_arrival_connector' found. < Error: No route for trip in person 'p0'. < Quitting (on error). ---------- Differences in output ---------- 0a1 > Success. ---------- Differences in routes ---------- 4c4,12 < <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"/> --- > <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> > <vType id="bus" vClass="bus"/> > <vehicle id="p0_0" type="bus" depart="triggered"> > <route edges="absBeg beg2left"/> > </vehicle> > <person id="p0" depart="0.00"> > <ride from="absBeg" to="beg2left" lines="p0_0"/> > </person> > </routes> ---------- Missing result in exitcode ---------- 1