Sure, but I doubt it will help... given the nature of the crash, which is happening with brand new games. This looks like another compiler-specific crash :-(
EDIT: an alternative crash, this time before building any convoys:
Program received signal SIGSEGV, Segmentation fault.
0x081f4aab in fabrik_t::step (this=0xef3b3f1, delta_t=247) at simfab.cc:969
969 if(!besch->is_electricity_producer()) {
(gdb) bt
#0 0x081f4aab in fabrik_t::step (this=0xef3b3f1, delta_t=247) at simfab.cc:969
#1 0x0826ea88 in karte_t::step (this=0xd01f0d8) at simworld.cc:3396
#2 0x0826f48b in karte_t::interactive (this=0xd01f0d8, quit_month=2147483647)
at simworld.cc:5737
#3 0x0821b107 in simu_main (argc=1, argv=0xbffff434) at simmain.cc:1069
#4 0x082a9d2a in main (argc=1, argv=0xbffff434) at simsys_s.cc:743
Another variant. All I need to do is build some plateway and then hit fast-forward. The plateway may not even be necessary.
Program received signal SIGSEGV, Segmentation fault.
fabrik_t::step (this=0xf44f508, delta_t=100) at simfab.cc:1042
1042 const uint32 pb = besch->get_produkt(produkt)->get_faktor();
(gdb) bt
#0 fabrik_t::step (this=0xf44f508, delta_t=100) at simfab.cc:1042
#1 0x0826ea88 in karte_t::step (this=0xd01f320) at simworld.cc:3396
#2 0x0826f79a in karte_t::interactive (this=0xd01f320, quit_month=2147483647)
at simworld.cc:5702
#3 0x0821b107 in simu_main (argc=1, argv=0xbffff434) at simmain.cc:1069
#4 0x082a9d2a in main (argc=1, argv=0xbffff434) at simsys_s.cc:743
I think "besch" may be an invalid pointer?
EDIT: Very interesting. I got a different crash this time:
Program received signal SIGSEGV, Segmentation fault.
0x081b65d3 in stadt_t::calc_growth() ()
(gdb) bt
#0 0x081b65d3 in stadt_t::calc_growth() ()
#1 0x081ca1c8 in stadt_t::step(long) ()
#2 0x0826ea32 in karte_t::step (this=0xe227930) at simworld.cc:3387
#3 0x0826f79a in karte_t::interactive (this=0xe227930, quit_month=2147483647) at simworld.cc:5702
#4 0x0821b107 in simu_main (argc=1, argv=0xbffff434) at simmain.cc:1069
#5 0x082a9d2a in main (argc=1, argv=0xbffff434) at simsys_s.cc:743
There's something more fundamental going on here....