On 21/03/2018 17:23, Howard Spoelstra wrote: > warning: FTH: (10844): *** Fault tolerant heap shim applied to current > process. This is usually due to previous crashes. *** > [New Thread 10844.0x1224] > [New Thread 10844.0x2a30] > [New Thread 10844.0x2594] > [New Thread 10844.0x32a8] > > Thread 1 hit Breakpoint 1, aio_context_set_poll_params (ctx=0xc14a9b0, > max_ns=32768, grow=0, shrink=0, errp=0x362f968) > at util/aio-win32.c:413 > 413 in util/aio-win32.c > (gdb) s > error_setg_internal (errp=0x362f968, src=0xe166e0 <__func__.58569+32> > "util/aio-win32.c", line=413, > func=0xe16740 <__func__.59050> "aio_context_set_poll_params", > fmt=0xe16708 <__func__.58569+72> "AioContext polling is not > implemented on Windows") at util/error.c:91 > 91 util/error.c: No such file or directory. > (gdb) s > 94 in util/error.c
Great! Now do "bt". Paolo