DolphinDB crashed

I just found that DolphinDB is crashing showing this error in command prompt. I am using windows 11.


C:\DolphinDB\2.00.3\clusterDemo>..\dolphindb.exe -mode agent -home data -script dolphindb.dos -config config/agent.cfg -logFile log/agent.log

DolphinDB Systems 2.00.3 64 bit Copyright (c) 2011~2022 DolphinDB, Inc. Licensed to Trial Users. Expires on 2022.03.31 (Build:2021.11.22)


>terminate called recursively

terminate called after throwing an instance of'std::exception'

  what(): std::exception

terminate called after throwing an instance of'std::exception'

  what(): std::exception

terminate called recursively


Agent and Controller log have last update time of 11:55:00. Crash happed at about 16:10:00.
DFS NODE 1 logs shows this:

2022-01-03 16:06:31.420212 <INFO> :chunkCompactionAddRef, chunkId 56cf7150-443a-d9be-475d-ae11786d0ad8 added 1 references, now 1
2022-01-03 16:06:31.420212 <INFO> :chunkCompactionAddRef, chunkId 2a26706c-1506-889a-415f-c579c9349965 added 1 references, now 1
2022-01-03 16:06:31.420212 <INFO> :chunkCompactionAddRef, chunkId 09b74cef-701c-08a2-481a-3644e6ab5d97 added 1 references, now 1
2022-01-03 16:06:31.420212 <INFO> :flushToDisk created table directory C:\DolphinDB\2.00.3\clusterDemo/data/DFS_NODE1/storage/CHUNKS/monthdb/202201M/GRASIM/ticks_2 for chunk a8ce9e2c-155d- a09b-4c4d-14187d7ae6ac
2022-01-03 16:06:31.420212 <ERROR> :ChunkCache::flushTableToDisk throw exception: IotEngine openFileForWrite: Failed to open file [C:\DolphinDB\2.00.3\clusterDemo/data/DFS_NODE1/storage/CHUNKS/monthdb/ 202201M/GRASIM/ticks_2/0_00013108].
2022-01-03 16:06:31.420212 <INFO> :flushToDisk created table directory C:\DolphinDB\2.00.3\clusterDemo/data/DFS_NODE1/storage/CHUNKS/monthdb/202201M/ACC/ticks_2 for chunk 31661084-70fa- 6382-4184-991e0ad7ff1a
2022-01-03 16:06:31.420212 <ERROR> :ChunkCache::flushTableToDisk throw exception: IotEngine openFileForWrite: Failed to open file [C:\DolphinDB\2.00.3\clusterDemo/data/DFS_NODE1/storage/CHUNKS/monthdb/ 202201M/ACC/ticks_2/0_00013109].

DFS NODE 2 log shows this:
2022-01-03 16:06:31.168967 <INFO> :chunkCompactionAddRef, chunkId d2ad6b0f-ff93-5c94-472a-6abecd1967f0 added 1 references, now 1
2022-01-03 16:06:31.168967 <INFO> :chunkCompactionAddRef, chunkId e34f8006-fb35-e69e-4878-b9df0aa32140 added 1 references, now 1
2022-01-03 16:06:31.168967 <INFO> :flushToDisk created table directory C:\DolphinDB\2.00.3\clusterDemo/data/DFS_NODE2/storage/CHUNKS/monthdb/202201M/ACC/ticks_2 for chunk 31661084-70fa- 6382-4184-991e0ad7ff1a
2022-01-03 16:06:31.168967 <INFO> :chunkCompactionAddRef, chunkId 9e372b5b-08d0-41b7-4af1-3d5e918b2c85 added 1 references, now 1
2022-01-03 16:06:31.168967 <INFO> :chunkCompactionAddRef, chunkId a0edaecc-50b2-f1a6-4210-97bc3eeda4d6 added 1 references, now 1
2022-01-03 16:06:31.168967 <INFO> :chunkCompactionAddRef, chunkId 56cf7150-443a-d9be-475d-ae11786d0ad8 added 1 references, now 1
2022-01-03 16:06:31.168967 <INFO> :chunkCompactionAddRef, chunkId 2a26706c-1506-889a-415f-c579c9349965 added 1 references, now 1
2022-01-03 16:06:31.168967 <INFO> :chunkCompactionAddRef, chunkId 09b74cef-701c-08a2-481a-3644e6ab5d97 added 1 references, now 1
2022-01-03 16:06:31.169970 <ERROR> :ChunkCache::flushTableToDisk throw exception: IotEngine openFileForWrite: Failed to open file [C:\DolphinDB\2.00.3\clusterDemo/data/DFS_NODE2/storage/CHUNKS/monthdb/ 202201M/ACC/ticks_2/0_00013109].
2022-01-03 16:06:31.169970 <ERROR> :ChunkCache::flushTableToDisk throw exception: IotEngine openFileForWrite: Failed to open file [C:\DolphinDB\2.00.3\clusterDemo/data/DFS_NODE2/storage/CHUNKS/monthdb/ 202201M/GRASIM/ticks_2/0_00013108].

请先 登录 后评论

1 个回答

jinzhi

Set up windows to automatically create dump file when crash(https://www.meziantou.net/tip-automatically-create-a-crash-dump-file-on-error.htm), then using vscode to debug the dmp file.

请先 登录 后评论
  • 1 关注
  • 0 收藏,1167 浏览
  • Vishvesh Upadhyay 提出于 2022-01-03 18:50

相似问题