10.08.2016 3:35, Adriano dos Santos Fernandes wrote: > Em 09/08/2016 12:46, Dimitry Sibiryakov escreveu: >> Hello, All. >> >> With applied patch f532dda9d8207e0d8cfdcd55eb916121fefedcb4, debug build >> of current >> master fails on Win64 with following call stack. >> > > This in delete_node looks suspicious at least: > > tempData = tempBuf.getBuffer(page->btr_jump_size); > ... > IndexJumpNode newJumpNode; > ... > newJumpNode.data = tempData; > ... > jumpNodes->add(newJumpNode);
What exactly is suspicious ? Don't you missed jumpNodes->clear() ? Also, there is no way to call delete_node() from fast_load() Regards, Vlad ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports. http://sdm.link/zohodev2dev Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel
