YottaDB / YDB

Mirrored from https://gitlab.com/YottaDB/DB/YDB
Other
76 stars 37 forks source link

%YDB-F-ASSERT, Assert failed in sr_port/gtm_fetch.c line 73 for expression (!TREF(in_zwrite)) #343

Closed shabiel closed 6 years ago

shabiel commented 6 years ago

Steps to reproduce:

zwrite a large global Press CTRL-C Try to do something else, (like $O)-- you will get the assert. YDB_FATAL_ERROR.ZSHOW_DMP_7514_1.txt

nars1 commented 6 years ago

@shabiel : Thanks for reporting. It took me a while to figure out the "something else". The key is to have some local variable use there (e.g. "set x=1"). You will see the assert then. Will investigate/fix.

nars1 commented 6 years ago

@shabiel : This is now fixed at https://gitlab.com/YottaDB/DB/YDB/merge_requests/345. FYI, we have now migrated our repositories to gitlab.