Using master. During startup, if you open Window
-> Console
and try and execute any command (can be garbage) bitcoin-qt
will crash:
0On branch pull/16118/local-merge
1
2Process 89287 launched: '/Users/michael/github/bitcoin/src/qt/bitcoin-qt' (x86_64)
32019-05-29 09:57:56.276746-0400 bitcoin-qt[89287:939924] MessageTracer: Falling back to default whitelist
4Process 89287 stopped
5* thread [#1](/bitcoin-bitcoin/1/), name = 'bitcoin-main', queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x8)
6 frame [#0](/bitcoin-bitcoin/0/): 0x00000001015158ba QtWidgets`QCompleter::popup() const + 10
7QtWidgets`QCompleter::popup:
8-> 0x1015158ba <+10>: movq 0x8(%rdi), %rbx
9 0x1015158be <+14>: movq 0x88(%rbx), %rax
10 0x1015158c5 <+21>: testq %rax, %rax
11 0x1015158c8 <+24>: jne 0x101515942 ; <+146>
12Target 0: (bitcoin-qt) stopped.
Not sure if just disabling the menu, like in #16118 would be ok, as a user might actually want to be able to run a command.