-
Notifications
You must be signed in to change notification settings - Fork 252
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6a15c24
commit 8a89202
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
8a89202
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After last commits twister daemon die after 3-5 sec on OS X
8a89202
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@iShift Is it die or crash? What about debug.log, does it contain an assert message?
8a89202
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
die, in logs:
Twister version v0.9.26.0-unk-beta (Sep 29 2014, 11:03:51)
Using OpenSSL version OpenSSL 1.0.1i 6 Aug 2014
Startup time: 2014-09-29 12:44:01
Default data directory /Users/Shift/Library/Application Support/Twister
Using data directory /Users/Shift/Library/Application Support/Twister
Using at most 125 connections (625 file descriptors available)
init message: Verifying wallet...
dbenv.open LogDir=/Users/Shift/Library/Application Support/Twister/database ErrorFile=/Users/Shift/Library/Application Support/Twister/db.log
Bound to 0.0.0.0:28333
scrypt: using scrypt-sse2 as built.
init message: Loading block index...
Opening LevelDB in /Users/Shift/Library/Application Support/Twister/blocks/index
8a89202
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@iShift we need a backtrace to understand the problem. May you run twisterd inside gdb?
8a89202
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
my fault, make clean helped me