Pages:
Author

Topic: Crave: NextGen - page 15. (Read 35913 times)

newbie
Activity: 2
Merit: 1
February 15, 2018, 08:21:04 AM
Hi ,can I swap my crave from Cryptopia?
Thanks.

Yes, go to http://coinswap.craveproject.net/
full member
Activity: 394
Merit: 100
February 15, 2018, 06:28:10 AM
Hi ,can I swap my crave from Cryptopia?
Thanks.
legendary
Activity: 882
Merit: 1024
February 15, 2018, 03:58:56 AM
can't find that script on github. and i wouldn't recommend to run anything downloaded from discord that is not on project's github. sounds unsafe)

As mentionned above, the script is readable and you can edit it freely, its a simple shell script made to ease installation/compilation/configuration processes.

The script is fine to use, I already picked it apart to experiment with a similar source I've been playing around with.

Maybe I could post it on Github for people to use with an explanation of what everything does?
hero member
Activity: 824
Merit: 1000
February 14, 2018, 03:59:16 PM
can't find that script on github. and i wouldn't recommend to run anything downloaded from discord that is not on project's github. sounds unsafe)

As mentionned above, the script is readable and you can edit it freely, its a simple shell script made to ease installation/compilation/configuration processes.
sr. member
Activity: 448
Merit: 250
February 14, 2018, 03:34:06 PM
if this is decentralized project - why do i need to download precompiled binaries from unknown source and there is no use for the source code on github?
The same question to the devs. Does Anyone know anything about it?
legendary
Activity: 882
Merit: 1024
February 14, 2018, 03:28:02 PM
but with all this included - this is not decentralized network. binaries from unknown source, some unknown bash lines to boot up that you wouldn't find on official github. and on top you adding budget system. show me crave's decentralization lol! there was no working wallets for macos for almost a month - this is not the same difficulty windows wallets saw when swap begins. missing something?

you don't have to use the script for the installation, or what do you mean? the source code can be read on GitHub. It is decentralised, why shouldn't it or how can it not be decentralised if it is a network of nodes, all on different computers.

how it is decentralized with hardcoded alert keys that giving nice set of control to key holders?

Alert keys are just for alerting people of changes?

The crave-install script I mentioned just does all the steps for you to compile on linux. You can open it up with a text editor and see but it just clones the source, installs the dependancies, chmods the autogen.sh and lvldb files, then does ./autogen.sh, ./configure, make.

If you already have the dependencies you can just open your console and type

git clone https://github.com/Crave-Project/Crave-NG.git
cd Crave-NG
chmod +x autogen.sh
cd share
chmod +x genbuild.sh
cd
cd Crave-NG/src/leveldb
chmod +x build_detect_platform
cd
cd Crave-NG
sudo ./autogen.sh
sudo ./configure
sudo make

If you need the dependencies then you can open unix-build in the Crave-NG/doc folder and it will list all the things you need for the daemon and QT
full member
Activity: 1204
Merit: 220
(ノಠ益ಠ)ノ
February 14, 2018, 01:34:29 PM
but with all this included - this is not decentralized network. binaries from unknown source, some unknown bash lines to boot up that you wouldn't find on official github. and on top you adding budget system. show me crave's decentralization lol! there was no working wallets for macos for almost a month - this is not the same difficulty windows wallets saw when swap begins. missing something?

you don't have to use the script for the installation, or what do you mean? the source code can be read on GitHub. It is decentralised, why shouldn't it or how can it not be decentralised if it is a network of nodes, all on different computers.

how it is decentralized with hardcoded alert keys that giving nice set of control to key holders?
full member
Activity: 420
Merit: 100
ELIXIR TOKEN
February 14, 2018, 09:51:53 AM
but with all this included - this is not decentralized network. binaries from unknown source, some unknown bash lines to boot up that you wouldn't find on official github. and on top you adding budget system. show me crave's decentralization lol! there was no working wallets for macos for almost a month - this is not the same difficulty windows wallets saw when swap begins. missing something?

you don't have to use the script for the installation, or what do you mean? the source code can be read on GitHub. It is decentralised, why shouldn't it or how can it not be decentralised if it is a network of nodes, all on different computers.
full member
Activity: 1204
Merit: 220
(ノಠ益ಠ)ノ
February 14, 2018, 01:22:01 AM
but with all this included - this is not decentralized network. binaries from unknown source, some unknown bash lines to boot up that you wouldn't find on official github. and on top you adding budget system. show me crave's decentralization lol! there was no working wallets for macos for almost a month - this is not the same difficulty windows wallets saw when swap begins. missing something?
full member
Activity: 1204
Merit: 220
(ノಠ益ಠ)ノ
February 14, 2018, 01:16:01 AM
You do not need to do anything - not too sure what you are talking about.  The source code on GitHub works for compiling - that's what is referenced in the guides which has step by step instructions for compiling the Linux wallet and many people, including myself, have used it without issue.

The script is for those who are unfamiliar with Linux, and it is for simplifying the process.  Again, if you don't trust it don't use it.

People have also been using the High Sierra wallet successfully now, although there were some errors initially

GitHub is not the only source of information.

i think we are talking about different issue. i managed to start new wallet. but i found an issue in new version that i posted above. this issue wasn't fixed, since i spotted it 2 days ago, after the last github update. DM me ill send you fresh screenshots, don't want to clog the topic.
sr. member
Activity: 332
Merit: 263
Embrace The Darkness.
February 14, 2018, 12:05:56 AM
You do not need to do anything - not too sure what you are talking about.  The source code on GitHub works for compiling - that's what is referenced in the guides which has step by step instructions for compiling the Linux wallet and many people, including myself, have used it without issue.

The script is for those who are unfamiliar with Linux, and it is for simplifying the process.  Again, if you don't trust it don't use it.

People have also been using the High Sierra wallet successfully now, although there were some errors initially

GitHub is not the only source of information.
full member
Activity: 1204
Merit: 220
(ノಠ益ಠ)ノ
February 13, 2018, 11:04:25 PM
if this is decentralized project - why do i need to download precompiled binaries from unknown source and there is no use for the source code on github?
full member
Activity: 1204
Merit: 220
(ノಠ益ಠ)ノ
February 13, 2018, 10:52:33 PM
By the way, that High Sierra crash error you posted above has been fixed already.

Make sure you have ejected the old .dmg, otherwise, you will still be seeing the same error from previous downloads you may have tried.

this is confusing - i see zero changes on github since my last test. so broken lines are still there. there is also no links to github on the website (??), so i might be checking with the wrong one lol
They are pre-compiled wallets.  There don't need to be github commits to compile the wallet...

And the Linux wallet compilation script is an official release.

they pre-compiled from the same source that's on github? im checking what i think is official github - and there was no changes since i found that crash with miner. so how it got fixed? idk maybe im missing something basic here)

Code:
git clone -> chmod: crave-install.sh: No such file or directory
Code:
git clone ; cd src -> chmod: crave-install.sh: No such file or directory

that official bash file is not on official github?
sr. member
Activity: 332
Merit: 263
Embrace The Darkness.
February 13, 2018, 09:17:17 PM
By the way, that High Sierra crash error you posted above has been fixed already.

Make sure you have ejected the old .dmg, otherwise, you will still be seeing the same error from previous downloads you may have tried.

this is confusing - i see zero changes on github since my last test. so broken lines are still there. there is also no links to github on the website (??), so i might be checking with the wrong one lol
They are pre-compiled wallets.  There don't need to be github commits to compile the wallet...

And the Linux wallet compilation script is an official release.
full member
Activity: 1204
Merit: 220
(ノಠ益ಠ)ノ
February 13, 2018, 07:42:56 PM
Hi al! I am new to this and hoping for clarification. I have been told if the Dev team is not listed that is a bad sign. Is this true? I don't see a Dev team listing for Crave. I like the idea of everything that I have read on the Crave NG. Just want to make sure for my introduction to alt coins isn't a bad one. Any help would be greatly appreciated.

Dev team not being listed doesn't really mean anything. I looked at CoolRRSA's history on both bitcointalk and github and liked what I saw. This coin is decentralized, all POS with low inflation, so everyone is the dev team.

I do understand what it's like being in his position, I've been there on other coins and it's thankless and doesn't pay anything lol.

any news when there will be working wallets for osx/linux? can't build to swap coins. adding win machine to the network is not an option

ps. until alert and other keys are present in the code - this is nothing close to be decentralized network https://github.com/CooleRRSA/crave-ng/blob/master/src/chainparams.cpp#L108
or course if our perceptions of the word "decentralized" are similar

You can compile the linux wallet from source yourself, there is a handy script in discord that will download from github, chmod the files needed, install all the depends, compile the wallet and setup your conf file.

Seems complicated but it's not, just get the crave-install.sh file, navigate to the directory in the console, then type

chmod +x crave-install.sh (makes the file able to run as an executable)
sudo ./crave-install.sh

Then just follow the prompts

can't find that script on github. and i wouldn't recommend to run anything downloaded from discord that is not on project's github. sounds unsafe)
full member
Activity: 1204
Merit: 220
(ノಠ益ಠ)ノ
February 13, 2018, 07:40:19 PM
By the way, that High Sierra crash error you posted above has been fixed already.

Make sure you have ejected the old .dmg, otherwise, you will still be seeing the same error from previous downloads you may have tried.

this is confusing - i see zero changes on github since my last test. so broken lines are still there. there is also no links to github on the website (??), so i might be checking with the wrong one lol
sr. member
Activity: 332
Merit: 263
Embrace The Darkness.
February 13, 2018, 06:57:13 PM
By the way, that High Sierra crash error you posted above has been fixed already.

Make sure you have ejected the old .dmg, otherwise, you will still be seeing the same error from previous downloads you may have tried.
legendary
Activity: 882
Merit: 1024
February 13, 2018, 04:58:16 PM
Hi al! I am new to this and hoping for clarification. I have been told if the Dev team is not listed that is a bad sign. Is this true? I don't see a Dev team listing for Crave. I like the idea of everything that I have read on the Crave NG. Just want to make sure for my introduction to alt coins isn't a bad one. Any help would be greatly appreciated.

Dev team not being listed doesn't really mean anything. I looked at CoolRRSA's history on both bitcointalk and github and liked what I saw. This coin is decentralized, all POS with low inflation, so everyone is the dev team.

I do understand what it's like being in his position, I've been there on other coins and it's thankless and doesn't pay anything lol.

any news when there will be working wallets for osx/linux? can't build to swap coins. adding win machine to the network is not an option

ps. until alert and other keys are present in the code - this is nothing close to be decentralized network https://github.com/CooleRRSA/crave-ng/blob/master/src/chainparams.cpp#L108
or course if our perceptions of the word "decentralized" are similar

You can compile the linux wallet from source yourself, there is a handy script in discord that will download from github, chmod the files needed, install all the depends, compile the wallet and setup your conf file.

Seems complicated but it's not, just get the crave-install.sh file, navigate to the directory in the console, then type

chmod +x crave-install.sh (makes the file able to run as an executable)
sudo ./crave-install.sh

Then just follow the prompts
newbie
Activity: 20
Merit: 0
February 13, 2018, 04:26:33 AM
macos high sierra crash with -1
PoW in the wallet?


Try this, that worked for me:


There is temporary method to run Win32 wallet on MacOS befoure I will make normal stable working MacOS wallet.
Install XQuartz
https://dl.bintray.com/xquartz/downloads/XQuartz-2.7.11.dmg
Relogin to system
Install WineHQ
https://dl.winehq.org/wine-builds/macosx/pool/winehq-stable-3.0.pkg
After this you can run Win32 crave-qt.exe wallet.

full member
Activity: 1204
Merit: 220
(ノಠ益ಠ)ノ
February 13, 2018, 03:09:44 AM
macos high sierra crash with -1
PoW in the wallet?

Code:
Crashed Thread:        32  crave-miner

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000080000006
Exception Note:        EXC_CORPSE_NOTIFY

Termination Signal:    Segmentation fault: 11
Termination Reason:    Namespace SIGNAL, Code 0xb
Terminating Process:   exc handler [0]

VM Regions Near 0x80000006:
-->
    __TEXT                 0000000100ff1000-000000010171f000 [ 7352K] r-x/rwx SM=COW  s [/Applications/Crave-Qt.app/Contents/MacOS/Crave-Qt]

Thread 0:: Dispatch queue: com.apple.main-thread
0   QtWidgets                     0x00000001019c6790 QApplication::notify(QObject*, QEvent*) + 416
1   QtCore                         0x00000001026541f8 QCoreApplication::notifyInternal2(QObject*, QEvent*) + 168
2   QtWidgets                     0x00000001019c5d20 QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer&, bool) + 928
3   QtWidgets                     0x0000000101a1fa2a 0x1019b5000 + 436778
4   QtWidgets                     0x0000000101a1e715 0x1019b5000 + 431893
5   QtWidgets                     0x00000001019c53bd QApplicationPrivate::notify_helper(QObject*, QEvent*) + 269
6   QtWidgets                     0x00000001019c675a QApplication::notify(QObject*, QEvent*) + 362
7   QtCore                         0x00000001026541f8 QCoreApplication::notifyInternal2(QObject*, QEvent*) + 168
8   QtGui                         0x0000000101f6ea3b QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*) + 2171
9   QtGui                         0x0000000101f5658b QWindowSystemInterface::sendWindowSystemEvents(QFlags) + 171
10  libqcocoa.dylib               0x0000000104af174e 0x104ac7000 + 173902
11  libqcocoa.dylib               0x0000000104af2011 0x104ac7000 + 176145
12  com.apple.CoreFoundation       0x00007fff4237aa21 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
13  com.apple.CoreFoundation       0x00007fff4243226c __CFRunLoopDoSource0 + 108
14  com.apple.CoreFoundation       0x00007fff4235dab0 __CFRunLoopDoSources0 + 208
15  com.apple.CoreFoundation       0x00007fff4235cf2d __CFRunLoopRun + 1293
16  com.apple.CoreFoundation       0x00007fff4235c787 CFRunLoopRunSpecific + 487
17  com.apple.HIToolbox           0x00007fff41669e26 RunCurrentEventLoopInMode + 286
18  com.apple.HIToolbox           0x00007fff41669a9f ReceiveNextEventCommon + 366
19  com.apple.HIToolbox           0x00007fff41669914 _BlockUntilNextEventMatchingListInModeWithFilter + 64
20  com.apple.AppKit               0x00007fff3f934f5f _DPSNextEvent + 2085
21  com.apple.AppKit               0x00007fff400cab4c -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 3044
22  com.apple.AppKit               0x00007fff3f929d6d -[NSApplication run] + 764
23  libqcocoa.dylib               0x0000000104af0dfd 0x104ac7000 + 171517
24  QtCore                         0x000000010264fdae QEventLoop::exec(QFlags) + 398
25  QtCore                         0x00000001026548f1 QCoreApplication::exec() + 369
26  io.crave.Crave-Qt             0x0000000100ffce6b 0x100ff1000 + 48747
27  libdyld.dylib                 0x00007fff69d12115 start + 1

Thread 1:: com.apple.CFSocket.private
0   libsystem_kernel.dylib         0x00007fff69e61fca __select + 10
1   com.apple.CoreFoundation       0x00007fff4239778b __CFSocketManager + 635
2   libsystem_pthread.dylib       0x00007fff69f9d6c1 _pthread_body + 340
3   libsystem_pthread.dylib       0x00007fff69f9d56d _pthread_start + 377
4   libsystem_pthread.dylib       0x00007fff69f9cc5d thread_start + 13

Thread 2:: QThread
0   libsystem_kernel.dylib         0x00007fff69e63372 poll + 10
1   QtCore                         0x00000001026a77c0 qt_safe_poll(pollfd*, unsigned int, timespec const*) + 528
2   QtCore                         0x00000001026a8e19 QEventDispatcherUNIX::processEvents(QFlags) + 857
3   QtCore                         0x000000010264fdae QEventLoop::exec(QFlags) + 398
4   QtCore                         0x000000010248f2b2 QThread::exec() + 114
5   QtCore                         0x00000001024933cc 0x102466000 + 185292
6   libsystem_pthread.dylib       0x00007fff69f9d6c1 _pthread_body + 340
7   libsystem_pthread.dylib       0x00007fff69f9d56d _pthread_start + 377
8   libsystem_pthread.dylib       0x00007fff69f9cc5d thread_start + 13

Thread 3:: QDBusConnectionManager
0   libsystem_kernel.dylib         0x00007fff69e63372 poll + 10
1   QtCore                         0x00000001026a77c0 qt_safe_poll(pollfd*, unsigned int, timespec const*) + 528
2   QtCore                         0x00000001026a8e19 QEventDispatcherUNIX::processEvents(QFlags) + 857
3   QtCore                         0x000000010264fdae QEventLoop::exec(QFlags) + 398
4   QtCore                         0x000000010248f2b2 QThread::exec() + 114
5   QtDBus                         0x00000001029fc5a3 0x1029f9000 + 13731
6   QtCore                         0x00000001024933cc 0x102466000 + 185292
7   libsystem_pthread.dylib       0x00007fff69f9d6c1 _pthread_body + 340
8   libsystem_pthread.dylib       0x00007fff69f9d56d _pthread_start + 377
9   libsystem_pthread.dylib       0x00007fff69f9cc5d thread_start + 13

Thread 4:: QThread
0   libsystem_kernel.dylib         0x00007fff69e63372 poll + 10
1   QtCore                         0x00000001026a77c0 qt_safe_poll(pollfd*, unsigned int, timespec const*) + 528
2   QtCore                         0x00000001026a8e19 QEventDispatcherUNIX::processEvents(QFlags) + 857
3   QtCore                         0x000000010264fdae QEventLoop::exec(QFlags) + 398
4   QtCore                         0x000000010248f2b2 QThread::exec() + 114
5   QtCore                         0x00000001024933cc 0x102466000 + 185292
6   libsystem_pthread.dylib       0x00007fff69f9d6c1 _pthread_body + 340
7   libsystem_pthread.dylib       0x00007fff69f9d56d _pthread_start + 377
8   libsystem_pthread.dylib       0x00007fff69f9cc5d thread_start + 13

Thread 5:: crave-scriptch
0   libsystem_kernel.dylib         0x00007fff69e61cee __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff69f9e662 _pthread_cond_wait + 732
2   io.crave.Crave-Qt             0x000000010100214b 0x100ff1000 + 69963
3   io.crave.Crave-Qt             0x0000000101242ec0 0x100ff1000 + 2432704
4   libboost_thread-mt.dylib       0x000000010185477b 0x101852000 + 10107
5   libsystem_pthread.dylib       0x00007fff69f9d6c1 _pthread_body + 340
6   libsystem_pthread.dylib       0x00007fff69f9d56d _pthread_start + 377
7   libsystem_pthread.dylib       0x00007fff69f9cc5d thread_start + 13

Thread 6:: crave-scriptch
0   libsystem_kernel.dylib         0x00007fff69e61cee __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff69f9e662 _pthread_cond_wait + 732
2   io.crave.Crave-Qt             0x000000010100214b 0x100ff1000 + 69963
3   io.crave.Crave-Qt             0x0000000101242ec0 0x100ff1000 + 2432704
4   libboost_thread-mt.dylib       0x000000010185477b 0x101852000 + 10107
5   libsystem_pthread.dylib       0x00007fff69f9d6c1 _pthread_body + 340
6   libsystem_pthread.dylib       0x00007fff69f9d56d _pthread_start + 377
7   libsystem_pthread.dylib       0x00007fff69f9cc5d thread_start + 13

Thread 7:: crave-scriptch
0   libsystem_kernel.dylib         0x00007fff69e61cee __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff69f9e662 _pthread_cond_wait + 732
2   io.crave.Crave-Qt             0x000000010100214b 0x100ff1000 + 69963
3   io.crave.Crave-Qt             0x0000000101242ec0 0x100ff1000 + 2432704
4   libboost_thread-mt.dylib       0x000000010185477b 0x101852000 + 10107
5   libsystem_pthread.dylib       0x00007fff69f9d6c1 _pthread_body + 340
6   libsystem_pthread.dylib       0x00007fff69f9d56d _pthread_start + 377
7   libsystem_pthread.dylib       0x00007fff69f9cc5d thread_start + 13

Thread 8:: crave-scriptch
0   libsystem_kernel.dylib         0x00007fff69e61cee __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff69f9e662 _pthread_cond_wait + 732
2   io.crave.Crave-Qt             0x000000010100214b 0x100ff1000 + 69963
3   io.crave.Crave-Qt             0x0000000101242ec0 0x100ff1000 + 2432704
4   libboost_thread-mt.dylib       0x000000010185477b 0x101852000 + 10107
5   libsystem_pthread.dylib       0x00007fff69f9d6c1 _pthread_body + 340
6   libsystem_pthread.dylib       0x00007fff69f9d56d _pthread_start + 377
7   libsystem_pthread.dylib       0x00007fff69f9cc5d thread_start + 13

Thread 9:: crave-scriptch
0   libsystem_kernel.dylib         0x00007fff69e61cee __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff69f9e662 _pthread_cond_wait + 732
2   io.crave.Crave-Qt             0x000000010100214b 0x100ff1000 + 69963
3   io.crave.Crave-Qt             0x0000000101242ec0 0x100ff1000 + 2432704
4   libboost_thread-mt.dylib       0x000000010185477b 0x101852000 + 10107
5   libsystem_pthread.dylib       0x00007fff69f9d6c1 _pthread_body + 340
6   libsystem_pthread.dylib       0x00007fff69f9d56d _pthread_start + 377
7   libsystem_pthread.dylib       0x00007fff69f9cc5d thread_start + 13

Thread 10:: crave-scriptch
0   libsystem_kernel.dylib         0x00007fff69e61cee __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff69f9e662 _pthread_cond_wait + 732
2   io.crave.Crave-Qt             0x000000010100214b 0x100ff1000 + 69963
3   io.crave.Crave-Qt             0x0000000101242ec0 0x100ff1000 + 2432704
4   libboost_thread-mt.dylib       0x000000010185477b 0x101852000 + 10107
5   libsystem_pthread.dylib       0x00007fff69f9d6c1 _pthread_body + 340
6   libsystem_pthread.dylib       0x00007fff69f9d56d _pthread_start + 377
7   libsystem_pthread.dylib       0x00007fff69f9cc5d thread_start + 13

Thread 11:: crave-scriptch
0   libsystem_kernel.dylib         0x00007fff69e61cee __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff69f9e662 _pthread_cond_wait + 732
2   io.crave.Crave-Qt             0x000000010100214b 0x100ff1000 + 69963
3   io.crave.Crave-Qt             0x0000000101242ec0 0x100ff1000 + 2432704
4   libboost_thread-mt.dylib       0x000000010185477b 0x101852000 + 10107
5   libsystem_pthread.dylib       0x00007fff69f9d6c1 _pthread_body + 340
6   libsystem_pthread.dylib       0x00007fff69f9d56d _pthread_start + 377
7   libsystem_pthread.dylib       0x00007fff69f9cc5d thread_start + 13

Thread 12:: com.apple.NSEventThread
0   libsystem_kernel.dylib         0x00007fff69e587c2 mach_msg_trap + 10
1   libsystem_kernel.dylib         0x00007fff69e57cdc mach_msg + 60
2   com.apple.CoreFoundation       0x00007fff4235ddc5 __CFRunLoopServiceMachPort + 341
3   com.apple.CoreFoundation       0x00007fff4235d117 __CFRunLoopRun + 1783
4   com.apple.CoreFoundation       0x00007fff4235c787 CFRunLoopRunSpecific + 487
5   com.apple.AppKit               0x00007fff3fa723c8 _NSEventThread + 184
6   libsystem_pthread.dylib       0x00007fff69f9d6c1 _pthread_body + 340
7   libsystem_pthread.dylib       0x00007fff69f9d56d _pthread_start + 377
8   libsystem_pthread.dylib       0x00007fff69f9cc5d thread_start + 13

Thread 13:
0   libsystem_kernel.dylib         0x00007fff69e61cee __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff69f9e662 _pthread_cond_wait + 732
2   io.crave.Crave-Qt             0x0000000101589af7 0x100ff1000 + 5868279
3   libsystem_pthread.dylib       0x00007fff69f9d6c1 _pthread_body + 340
4   libsystem_pthread.dylib       0x00007fff69f9d56d _pthread_start + 377
5   libsystem_pthread.dylib       0x00007fff69f9cc5d thread_start + 13

Thread 14:: crave-obfuscation
0   libsystem_kernel.dylib         0x00007fff69e61cee __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff69f9e662 _pthread_cond_wait + 732
2   libboost_thread-mt.dylib       0x000000010185523c 0x101852000 + 12860
3   libboost_thread-mt.dylib       0x000000010185574e boost::this_thread::hiden::sleep_for(timespec const&) + 190
4   io.crave.Crave-Qt             0x0000000101525706 0x100ff1000 + 5457670
5   io.crave.Crave-Qt             0x00000001013a7eaa 0x100ff1000 + 3894954
6   libboost_thread-mt.dylib       0x000000010185477b 0x101852000 + 10107
7   libsystem_pthread.dylib       0x00007fff69f9d6c1 _pthread_body + 340
8   libsystem_pthread.dylib       0x00007fff69f9d56d _pthread_start + 377
9   libsystem_pthread.dylib       0x00007fff69f9cc5d thread_start + 13

Thread 15:: crave-torcontrol
0   libsystem_kernel.dylib         0x00007fff69e62ec2 kevent + 10
1   libevent-2.1.6.dylib           0x0000000102e22bf2 kq_dispatch + 487
2   libevent-2.1.6.dylib           0x0000000102e19b3c event_base_loop + 699
3   io.crave.Crave-Qt             0x000000010136604b 0x100ff1000 + 3625035
4   io.crave.Crave-Qt             0x00000001012686ff 0x100ff1000 + 2586367
5   libboost_thread-mt.dylib       0x000000010185477b 0x101852000 + 10107
6   libsystem_pthread.dylib       0x00007fff69f9d6c1 _pthread_body + 340
7   libsystem_pthread.dylib       0x00007fff69f9d56d _pthread_start + 377
8   libsystem_pthread.dylib       0x00007fff69f9cc5d thread_start + 13

Thread 16:: crave-net
0   libsystem_kernel.dylib         0x00007fff69e61fca __select + 10
1   io.crave.Crave-Qt             0x000000010126611a 0x100ff1000 + 2576666
2   io.crave.Crave-Qt             0x00000001012686ff 0x100ff1000 + 2586367
3   libboost_thread-mt.dylib       0x000000010185477b 0x101852000 + 10107
4   libsystem_pthread.dylib       0x00007fff69f9d6c1 _pthread_body + 340
5   libsystem_pthread.dylib       0x00007fff69f9d56d _pthread_start + 377
6   libsystem_pthread.dylib       0x00007fff69f9cc5d thread_start + 13

etc
Pages:
Jump to: