Created
July 14, 2015 21:30
-
-
Save kyleterry/e7df993675357846fc32 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kyle@hypnophobia:~$ olegdb -config /etc/olegdb/olegdb.conf [32/32] | |
2015/07/14 14:27:35 Starting server... | |
2015/07/14 14:27:35 LZ4 compression is enabled | |
2015/07/14 14:27:35 Append-only log is enabled | |
2015/07/14 14:27:35 Splay-tree is enabled | |
2015/07/14 14:27:35 Data directory location: /var/olegdb/data | |
2015/07/14 14:27:35 Listening on http://localhost:38080 | |
^OcJul 14 14:28:42 [x] (src/aol.c:161: errno: None) Could not read from AOL file. | |
Jul 14 14:28:42 [x] (src/aol.c:203: errno: None) Error reading | |
Jul 14 14:28:42 [x] Restore failed. Corrupt AOL? | |
fatal error: unexpected signal during runtime execution | |
[signal 0xb code=0x80 addr=0x0 pc=0x7f7b7398435a] | |
runtime stack: | |
runtime.gothrow(0x7375d0, 0x2a) | |
/usr/local/go/src/runtime/panic.go:503 +0x8e | |
runtime.sigpanic() | |
/usr/local/go/src/runtime/sigpanic_unix.go:14 +0x5e | |
goroutine 5 [syscall, locked to thread]: | |
runtime.cgocall_errno(0x4020a0, 0xc20806ba48, 0x0) | |
/usr/local/go/src/runtime/cgocall.go:130 +0xf5 fp=0xc20806ba28 sp=0xc20806ba00 | |
_/home/kyle/src/OlegDB/frontend/goleg._Cfunc_ol_open(0x157c010, 0x157c470, 0x7, 0x0) | |
/home/kyle/src/OlegDB/frontend/goleg/:107 +0x44 fp=0xc20806ba48 sp=0xc20806ba28 | |
_/home/kyle/src/OlegDB/frontend/goleg.COpen(0xc20802a930, 0x10, 0xc20800aea5, 0xa, 0x7, 0x0) | |
/home/kyle/src/OlegDB/frontend/goleg/wrapper.go:33 +0xbe fp=0xc20806ba80 sp=0xc20806ba48 | |
_/home/kyle/src/OlegDB/frontend/goleg.Open(0xc20802a930, 0x10, 0xc20800aea5, 0xa, 0x7, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/home/kyle/src/OlegDB/frontend/goleg/highlevel.go:21 +0xb3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment