the crash can be reproduced by building elevated rails (pak britain viaducts), putting a station on them, as soon as a train calls to the station the crash happens. Pure elevated rails without stop/station does not cause the crash in several tests. Saving before a train arrives also prevents the crash.
Program received signal SIGSEGV, Segmentation fault.
0x000000000044bdc4 in weg_t::get_max_weight (this=0x0)
at boden/../boden/wege/weg.h:193
193 uint32 get_max_weight() const { return max_weight; }
(gdb) bt
#0 0x000000000044bdc4 in weg_t::get_max_weight (this=0x0)
at boden/../boden/wege/weg.h:193
#1 0x000000000064cd4f in waggon_t::ist_befahrbar (this=0x9582f30,
bd=0x57dd128) at vehicle/simvehikel.cc:2927
#2 0x00000000006452e9 in vehikel_t::hop_check (this=0x9582f30)
at vehicle/simvehikel.cc:1157
#3 0x00000000006423c7 in vehikel_basis_t::fahre_basis (this=0x9582f30,
distance=92082) at vehicle/simvehikel.cc:303
#4 0x00000000005a746e in convoi_t::sync_step (this=0x95828b0, delta_t=100)
at simconvoi.cc:660
#5 0x0000000000622a69 in karte_t::sync_step (this=0x11fd240, delta_t=100,
sync=true, display=false) at simworld.cc:2766
#6 0x000000000062f51c in karte_t::interactive (this=0x11fd240,
quit_month=2147483647) at simworld.cc:5764
#7 0x00000000005e509b in simu_main (argc=1, argv=0x7fffffffe2d8)
at simmain.cc:1076
#8 0x0000000000669392 in main (argc=1, argv=0x7fffffffe2d8) at simsys_s.cc:749
i thought i reported it earlier, but couldn't find the thread anymore.