You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(gdb) run run --listen-http 127.0.0.1:8080 /c/Code/git/verifier-tests/simple.yaml
Starting program: /mnt/c/Code/git/proxy-verifier/bin/verifier-server run --listen-http 127.0.0.1:8080 /c/Code/git/verifier-tests/simple.yaml
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Program received signal SIGSEGV, Segmentation fault.
ServerReplayFileHandler::txn_close (this=0x7ffffffebf00) at local/src/server/verifier-server.cc:547
547 _txn_node->Mark().line);
Expected Behavior:
Even when processing a bad yaml file, an informative error should be printed instead.
The text was updated successfully, but these errors were encountered:
When processing this yaml file (which may be malformed), a segfault is encountered in
verifier_server.cc
:Segfault output from gdb:
Expected Behavior:
Even when processing a bad yaml file, an informative error should be printed instead.
The text was updated successfully, but these errors were encountered: