Skip to content

Instantly share code, notes, and snippets.

@tuxcanfly
Created July 22, 2014 09:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tuxcanfly/9823462551c093706ce7 to your computer and use it in GitHub Desktop.
Save tuxcanfly/9823462551c093706ce7 to your computer and use it in GitHub Desktop.
15:25:27 2014-07-22 [INF] BTCD: Version 0.8.0-beta
15:25:27 2014-07-22 [INF] BTCD: Loading block database from '/home/tuxcanfly/.btcd/data/simnet/blocks_leveldb'
15:25:27 2014-07-22 [INF] BTCD: Block database loaded with block height 0
^C15:25:28 2014-07-22 [INF] BTCD: Received SIGINT (Ctrl+C). Shutting down...
15:25:28 2014-07-22 [INF] BTCD: Gracefully shutting down the database...
15:25:28 2014-07-22 [INF] BMGR: Generating initial block node index. This may take a while...
15:25:28 2014-07-22 [INF] BMGR: Block index generation complete
^C^C^C^CSIGABRT: abort
PC=0xb7704422
goroutine 0 [idle]:
goroutine 16 [chan send]:
main.addInterruptHandler(0x194161b0)
/home/tuxcanfly/Work/conformal/src/github.com/conformal/btcd/signal.go:58 +0xde
main.btcdMain(0x0, 0x0, 0x0)
/home/tuxcanfly/Work/conformal/src/github.com/conformal/btcd/btcd.go:102 +0x691
main.main()
/home/tuxcanfly/Work/conformal/src/github.com/conformal/btcd/btcd.go:151 +0x60
goroutine 19 [finalizer wait]:
runtime.park(0x80b3d10, 0x8844fa8, 0x8843b49)
/usr/local/go/src/pkg/runtime/proc.c:1369 +0x94
runtime.parkunlock(0x8844fa8, 0x8843b49)
/usr/local/go/src/pkg/runtime/proc.c:1385 +0x3f
runfinq()
/usr/local/go/src/pkg/runtime/mgc0.c:2644 +0xc5
runtime.goexit()
/usr/local/go/src/pkg/runtime/proc.c:1445
goroutine 20 [syscall]:
os/signal.loop()
/usr/local/go/src/pkg/os/signal/signal_unix.go:21 +0x24
created by os/signal.init·1
/usr/local/go/src/pkg/os/signal/signal_unix.go:27 +0x37
goroutine 21 [semacquire]:
sync.runtime_Syncsemacquire(0x18a2bfa8)
/usr/local/go/src/pkg/runtime/sema.goc:257 +0xcd
sync.(*Cond).Wait(0x18a2bfa0)
/usr/local/go/src/pkg/sync/cond.go:62 +0x8e
github.com/conformal/seelog.(*asyncLoopLogger).processItem(0x18a31260, 0x0)
/home/tuxcanfly/Work/conformal/src/github.com/conformal/seelog/behavior_asynclooplogger.go:50 +0xb0
github.com/conformal/seelog.(*asyncLoopLogger).processQueue(0x18a31260)
/home/tuxcanfly/Work/conformal/src/github.com/conformal/seelog/behavior_asynclooplogger.go:63 +0x37
created by github.com/conformal/seelog.newAsyncLoopLogger
/home/tuxcanfly/Work/conformal/src/github.com/conformal/seelog/behavior_asynclooplogger.go:40 +0x6b
goroutine 22 [semacquire]:
sync.runtime_Syncsemacquire(0x18a2aa08)
/usr/local/go/src/pkg/runtime/sema.goc:257 +0xcd
sync.(*Cond).Wait(0x18a2aa00)
/usr/local/go/src/pkg/sync/cond.go:62 +0x8e
github.com/conformal/seelog.(*asyncLoopLogger).processItem(0x18a30240, 0x0)
/home/tuxcanfly/Work/conformal/src/github.com/conformal/seelog/behavior_asynclooplogger.go:50 +0xb0
github.com/conformal/seelog.(*asyncLoopLogger).processQueue(0x18a30240)
/home/tuxcanfly/Work/conformal/src/github.com/conformal/seelog/behavior_asynclooplogger.go:63 +0x37
created by github.com/conformal/seelog.newAsyncLoopLogger
/home/tuxcanfly/Work/conformal/src/github.com/conformal/seelog/behavior_asynclooplogger.go:40 +0x6b
goroutine 24 [semacquire]:
sync.runtime_Syncsemacquire(0x18aef4a8)
/usr/local/go/src/pkg/runtime/sema.goc:257 +0xcd
sync.(*Cond).Wait(0x18aef4a0)
/usr/local/go/src/pkg/sync/cond.go:62 +0x8e
github.com/conformal/seelog.(*asyncAdaptiveLogger).processItem(0x18b10320, 0x18b09f00, 0x0)
/home/tuxcanfly/Work/conformal/src/github.com/conformal/seelog/behavior_adaptivelogger.go:94 +0xc4
github.com/conformal/seelog.(*asyncAdaptiveLogger).processQueue(0x18b10320)
/home/tuxcanfly/Work/conformal/src/github.com/conformal/seelog/behavior_adaptivelogger.go:119 +0x37
created by github.com/conformal/seelog.newAsyncAdaptiveLogger
/home/tuxcanfly/Work/conformal/src/github.com/conformal/seelog/behavior_adaptivelogger.go:84 +0x495
goroutine 17 [syscall]:
runtime.goexit()
/usr/local/go/src/pkg/runtime/proc.c:1445
goroutine 28 [chan send]:
main.mainInterruptHandler()
/home/tuxcanfly/Work/conformal/src/github.com/conformal/btcd/signal.go:39 +0x10c
created by main.addInterruptHandler
/home/tuxcanfly/Work/conformal/src/github.com/conformal/btcd/signal.go:55 +0xb6
eax 0xf0
ebx 0x8847218
ecx 0x0
edx 0x0
edi 0x0
esi 0x0
ebp 0x0
esp 0xbf9726f0
eip 0xb7704422
eflags 0x286
cs 0x73
fs 0x0
gs 0x33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment