21:50:57 hello. anyone getting random freezes on 0.17.3.0 21:55:58 today at 16:29 server time i received 'THROW EXCEPTION: tools::error::no_connection_to_daemon' on monero-wallet-rpc, but looking at logs on monerod it reported 'SYNCHRONIZED OK' at 17:54 server time 21:56:26 this hasn't happened before, did anyone encounter similar issues? 21:57:11 hard restarting monerod solved the issue but there is nothing interesting in logs. 22:35:55 ocb: you are the first person to report this at this point 22:36:06 which OS are you using? 22:37:57 selsta: i am running slackware 14.2 old kernel 4.4.240 22:38:19 do you know how to use gdb? 22:38:28 node was running with .2.0 for months without issues 22:38:42 not very familiar with gdb, did some general things a while ago 22:38:53 whats your recommendation 22:39:02 i am ready to play and debug 22:39:27 ok next time it freezes do the following https://github.com/monero-project/monero#debugging 22:39:43 `gdb /path/to/monerod `pidof monerod`` 22:40:04 ok that looks broken, it shows correctly in the link I posted 22:40:25 afterwards enter `thread apply all bt` and get a stack trace 22:40:36 then post that in #monero-dev 22:40:40 understood! 22:40:46 thank you for your time 22:41:15 v0.17.3.0 should freeze less often than v0.17.2.0 22:42:19 .2.0 hasn't freezed at all for me, upgraded .3.0 a couple of days ago. anyways, will wait for it to happen again and report back.