Michael Grønager [ARCHIVE] on Nostr: 📅 Original date posted:2012-02-21 📝 Original message:Hi Wladimir / others, I ...
đź“… Original date posted:2012-02-21
đź“ť Original message:Hi Wladimir / others,
I just downloaded the latest (0.6 rc1) source of bitcoin-qt and built it using qt-creator on MacOSX 10.7.3. Nice and easy experience, even though I had to change BDB version to 5.1 ;)
However, when running it, it is using 100% CPU (after initial block chain download that is...)
* All activity in debug.log seems normal (blocks/txes/addresses are processes and accepted etc) so it is not stuck (at least not in the MessageThread)
* Sampling the process shows that the majority of time in each thread is used for:
** __semwait_signal
** kevent
** __select
** mach_msg_trap
** boost::date_time::micro_sec_clock
None of this would usually alert me - sleeping and waiting for conditions should not consume CPU, the only issue seems to be the last line which is called from qtipcserver.cpp line 31:
if(mq->timed_receive(&strBuf, sizeof(strBuf), nSize, nPriority, d))
As I see it this should not consume cpu either, but, it is the only thing that seems a bit strange..
Have you seen this before?
/M
Published at
2023-06-07 03:08:39Event JSON
{
"id": "e62bc68187a1ed801ca9d577377148bf6f9fdfb1ba00411d8bcaa5d6fb128623",
"pubkey": "a277336e95d2d0a831fff67fc80d8082322689a88ede9f877fa246a02629a43f",
"created_at": 1686107319,
"kind": 1,
"tags": [
[
"e",
"421d990db104318c7b39478a96947f9501b9862954c82849c6dda8aa1fb9744a",
"",
"reply"
],
[
"p",
"a23dbf6c6cc83e14cc3df4e56cc71845f611908084cfe620e83e40c06ccdd3d0"
]
],
"content": "đź“… Original date posted:2012-02-21\nđź“ť Original message:Hi Wladimir / others,\n\nI just downloaded the latest (0.6 rc1) source of bitcoin-qt and built it using qt-creator on MacOSX 10.7.3. Nice and easy experience, even though I had to change BDB version to 5.1 ;)\n\nHowever, when running it, it is using 100% CPU (after initial block chain download that is...)\n* All activity in debug.log seems normal (blocks/txes/addresses are processes and accepted etc) so it is not stuck (at least not in the MessageThread)\n* Sampling the process shows that the majority of time in each thread is used for:\n** __semwait_signal\n** kevent\n** __select\n** mach_msg_trap\n** boost::date_time::micro_sec_clock\n\nNone of this would usually alert me - sleeping and waiting for conditions should not consume CPU, the only issue seems to be the last line which is called from qtipcserver.cpp line 31:\n\n if(mq-\u003etimed_receive(\u0026strBuf, sizeof(strBuf), nSize, nPriority, d))\n\nAs I see it this should not consume cpu either, but, it is the only thing that seems a bit strange..\n\nHave you seen this before?\n\n/M",
"sig": "496bbbdb1061fbf4ea7d820b3b4156c1868e0847a54fdf73a5dbcdd99216c45bdae2617fa7543fb4efe8ff3aa3804bbcd9515af1892f40e45cff36ab957c06cf"
}