Program received signal SIGSEGV, Segmentation fault.
0x081b50bc in stadt_t::check_road_connexion_to(gebaeude_t const*) ()
(gdb)
(gdb) bt
#0 0x081b50bc in stadt_t::check_road_connexion_to(gebaeude_t const*) ()
#1 0x081c2b7b in stadt_t::step_p****agiere() ()
#2 0x081c2da8 in stadt_t::step(long) ()
#3 0x0824e511 in karte_t::step() ()
#4 0x0824f2e0 in karte_t::interactive(unsigned int) ()
#5 0x0820a663 in simu_main(int, char**) ()
#6 0x0828e751 in main ()
crash while building a road
using: pak128.britain-experimental, simuconf.tab from your git repository, official 32bit binary
And another one, while trying to build a bridge with the drag tool:
EDIT: might be related to the bug described and fixed in this thread:
http://forum.simutrans.com/index.php?topic=5254.0
Program received signal SIGSEGV, Segmentation fault.
0x08066fa7 in wegbauer_t::calc_costs() ()
(gdb) bt
#0 0x08066fa7 in wegbauer_t::calc_costs() ()
#1 0x08228b54 in wkz_wegebau_t::mark_tiles(karte_t*, spieler_t*, koord3d const&, koord3d const&) ()
#2 0x0820e351 in two_click_werkzeug_t::move(karte_t*, spieler_t*, unsigned short, koord3d) ()
#3 0x08248047 in karte_t::bewege_zeiger(event_t const*) ()
#4 0x0824ec46 in karte_t::interactive(unsigned int) ()
#5 0x0820a663 in simu_main(int, char**) ()
#6 0x0828e751 in main ()
And one more, this time while toggling between different modes for the p****enger list of a station. e.g. via, via (amount), amount
Program received signal SIGSEGV, Segmentation fault.
0x080ca1c6 in freight_list_sorter_t::compare_ware(ware_t const&, ware_t const&)
()
(gdb) bt
#0 0x080ca1c6 in freight_list_sorter_t::compare_ware(ware_t const&, ware_t const&) ()
#1 0x080ca73c in freight_list_sorter_t::sort_freight(vector_tpl<ware_t> const*, cbuffer_t&, freight_list_sorter_t::sort_mode_t, slist_tpl<ware_t> const*, char const*) ()
#2 0x081edca4 in haltestelle_t::get_freight_info(cbuffer_t&) ()
#3 0x0812a859 in halt_info_t::zeichnen(koord, koord) ()
#4 0x08236105 in display_win(int) ()
#5 0x082364bc in display_all_win() ()
#6 0x08236760 in win_display_flush(double) ()
#7 0x08200f58 in intr_refresh_display(bool) ()
#8 0x08243f9f in karte_t::sync_step(long, bool, bool) ()
#9 0x08200efc in interrupt_check(char const*) ()
#10 0x0824ec23 in karte_t::interactive(unsigned int) ()
#11 0x0820a663 in simu_main(int, char**) ()
#12 0x0828e751 in main ()