Time Nick Message 10:15 Sokomine hi. got a problem with mapgen_v6.cpp line 624: m_emerge->decomgr->placeAllDecos(this, blockseed, node_min, node_max); which crashes my game with a segmentation fault when created a new world 10:17 Sokomine latest git. first thought i had broken something in mg_villages. but it happens with minetest_game as well. other mapgens work 10:59 celeron55 whoever's going to look at a segfault is going to want to see a stack trace 11:41 Desour can reproduce. it looks like m_emerge was not initialized (compiled with sanitizers, and the m_emerge ptr was 0xbebebebebebebebe) 12:22 sfan5 probably my fault since I recently touched that