00:01:52 full logs: https://paste.debian.net/hidden/e17fc7b3/ 00:03:33 It's what decides when to resize. Is there any indication the hang is related ? 00:04:14 I asked for --log-level 2 because it gets stuck when starting, no other message 00:04:35 I suspect corrupt db because it’s an external drive 00:04:51 All thread stack trace. 00:04:58 (thread apply all bt) 00:16:07 ok asked for stack trace 00:32:04 moneromooo: does this look correct? https://paste.debian.net/1153919/ 00:32:25 it’s only 1 thread which looks weird but `bt all` should display all 00:33:28 Looks like a deadlock in the db. hyc might have an idea. 00:33:49 Might help to see whether another thread is also dead in the db code. 00:34:07 i could be wrong, but i don't think 'bt all' does anything. you need the command mooo provided. 00:34:20 (which can be shortened to `t a all bt`) 00:34:33 ndorf: bt all is lldb equivalent to mooos gdb command 00:34:39 no gdb on mac 00:34:44 ah, ok, sorry. 11:52:11 CLI v0.16.0.1 bins are up on website 11:53:31 thank you 12:10:28 v0.16.0.0 CLI release notes: https://paste.debian.net/hidden/10084537/ 12:17:10 now with fixed hashes https://paste.debian.net/hidden/f83f531d/ 17:35:01 Hi! I'm trying to build static monero libs (v0.16.0.1) with following command: "make release static" on my Mac OS (10.15.4). And got an error: https://paste.debian.net/1154014/. Can anyone explain what I'm doing wrong? 17:40:32 static isn't a valid target fwiw, it's building release. You might have meant make release-static. 17:41:14 You're also probably not doing anything wrong apart from this, Mac's linker is more annoying than most (except probably windows'). 17:41:36 Sorry, I was mistaken in the message. I used the command: make release-static 17:41:48 not sure if release-static is working on macOS, we use gitian for it normally 17:42:23 IIRC libzmq imports some libsodium in itself. I thought we'd kinda changed that. 17:44:01 Try building zmq with --with-libsodium 17:44:13 I think that prevents it from defining its own internal versions. 17:44:27 With the names of course, because lulz. 17:45:30 same names* 17:45:42 I just noticed in the Monero documentation: that you need to build dependencies with -fPIC. I installed it just with "brew update && brew bundle --file=contrib/brew/Brewfile". Apparently this flag is not used here: https://github.com/Homebrew/homebrew-core/blob/master/Formula/libsodium.rb. Maybe this is the problem? 17:46:21 homebrew is not really suitable for static builds 17:46:43 Yes, it seems I'm wrong here. 19:18:12 jtgrassie around? 19:20:50 yes