1 2016-03-04 08:53:24 <Lightsword> this is weird https://blockchain.info/tx/59e7532c046ed825683306d6498d886209de02d412dd3f1dc55c55f87ea1c516 and when I tried using bitcoin-cli decoderawtransaction I get a segfault
 2 2016-03-04 08:55:07 <paveljanik> do you have a full hex?
 3 2016-03-04 08:55:54 <Lightsword> https://blockchain.info/tx/59e7532c046ed825683306d6498d886209de02d412dd3f1dc55c55f87ea1c516?format=hex
 4 2016-03-04 08:56:20 <paveljanik> doesn;t crash here
 5 2016-03-04 08:56:31 <paveljanik> can you run bitcoin-cli in a debugger?
 6 2016-03-04 08:56:43 <paveljanik> what version do you have?
 7 2016-03-04 08:57:01 <paveljanik> it prints "asm": "OP_RETURN [error]", here though...
 8 2016-03-04 08:57:03 <paveljanik> (master)
 9 2016-03-04 08:57:23 <Lightsword> looks like I’m on 2f3f4af4cc2b92b8758858d0a1c13635065eb379
10 2016-03-04 08:57:49 <Lightsword> for bitcoin-cli
11 2016-03-04 08:58:23 <paveljanik> will try it here. mmnt
12 2016-03-04 08:58:57 <Lightsword> ok, master seemed fine, weird
13 2016-03-04 08:59:18 <Lightsword> not sure what happened there lol
14 2016-03-04 09:05:08 <paveljanik> Strange. Bitcoin Core RPC client version v0.12.99.0-2f3f4af decoderawtx works here on it...
15 2016-03-04 09:08:17 <Lightsword> odd, maybe I screwed something up
16 2016-03-04 09:41:36 <paveljanik> Lightsword, can you debug it?
17 2016-03-04 09:41:57 <Lightsword> um, what should I be using for OSX?
18 2016-03-04 09:43:07 <paveljanik> gdb/ggdb?
19 2016-03-04 10:10:36 <Lightsword> paveljanik, well I got something from valgrind https://gist.github.com/jameshilliard/574cd68ebf1a5651e264
20 2016-03-04 10:13:00 <paveljanik> Lightsword, interesting: boost::filesystem::detail::status - what file is it trying to access?
21 2016-03-04 10:13:40 <Lightsword> paveljanik, and stack trace from lldb https://gist.github.com/jameshilliard/ebff60d18ddbf02adae2
22 2016-03-04 10:13:55 <Lightsword> not sure what type of file
23 2016-03-04 10:15:30 <Lightsword> wonder if a library changed and it’s out of sync or something
24 2016-03-04 10:16:31 <paveljanik> Look like it is a big in boost 1.60
25 2016-03-04 10:16:36 <paveljanik> brew?
26 2016-03-04 10:16:42 <paveljanik> brew info boost please
27 2016-03-04 10:17:38 <Lightsword> https://gist.github.com/jameshilliard/ef8ee0ff8bb04bc5a3f5
28 2016-03-04 10:18:28 <paveljanik> so 1.59 or 1.60? ;-)
29 2016-03-04 10:18:32 <paveljanik> Have a look here: https://github.com/facebook/osquery/issues/1781
30 2016-03-04 10:18:37 <paveljanik> similar issue elsewhere...
31 2016-03-04 10:18:47 <paveljanik> fixed by downgrading
32 2016-03-04 10:18:52 <Lightsword> hmm, well I’m recompiling bitcoin core
33 2016-03-04 10:19:06 <Lightsword> maybe boost go upgraded and it’s linked against the wrong version
34 2016-03-04 11:06:33 <paveljanik> Lightsword, fixed?
35 2016-03-04 11:07:44 <Lightsword> I think so
36 2016-03-04 15:32:07 <priidu> can anyone tell me what the duplicate-invalid flag means exactly?
37 2016-03-04 15:32:13 <priidu> for the "submitblock" RPC
38 2016-03-04 15:32:19 <priidu> been wondering about this for a while
39 2016-03-04 15:32:26 <priidu> "duplicate" and "rejected" are pretty much self-explanatory
40 2016-03-04 15:32:36 <priidu> "inconclusive" is understandable as well, but what the heck is "duplicate-invalid" exactly?
41 2016-03-04 15:32:49 <priidu> i guess more details on "inconclusive" wouldn't hurt either
42 2016-03-04 15:33:19 <priidu> (P.S. sorry, if this is a super-stupid question perfectly documented somewhere, just couldn't find a good source)
43 2016-03-04 16:21:41 <Diablo-D3> http://www.loser.com/
44 2016-03-04 16:51:32 <priidu> any takers on my question? :P