Version: 0.18.1 (64-bit) on Windows 10.0.18362.418
Using the following config, bitcoind crashes.
This is not #15808 because the assignments are within the regtest section (see the comment on that issue).
Seems like it is #7496 reappearing.
0[regtest]
1rpcuser=user
2rpcpassword=pass
3rpcport=8332
4server=1
5zmqpubrawblock=127.0.0.1:40000
6zmqpubrawtx=127.0.0.1:40000
0PS C:\Program Files\Bitcoin\daemon> .\bitcoind -regtest -txindex
12019-10-18T07:05:41Z Bitcoin Core version v0.18.1 (release build)
22019-10-18T07:05:41Z Validating signatures for all blocks.
32019-10-18T07:05:41Z Setting nMinimumChainWork=0000000000000000000000000000000000000000000000000000000000000000
42019-10-18T07:05:41Z Using the 'sse4(1way),sse41(4way),avx2(8way)' SHA256 implementation
52019-10-18T07:05:41Z Using RdSeed as additional entropy source
62019-10-18T07:05:41Z Using RdRand as an additional entropy source
72019-10-18T07:05:41Z Default data directory C:\Users\janus\AppData\Roaming\Bitcoin
82019-10-18T07:05:41Z Using data directory C:\Users\janus\AppData\Roaming\Bitcoin\regtest
92019-10-18T07:05:41Z Config file: C:\Users\janus\AppData\Roaming\Bitcoin\bitcoin.conf
102019-10-18T07:05:41Z Using at most 125 automatic connections (2048 file descriptors available)
112019-10-18T07:05:41Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
122019-10-18T07:05:41Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
132019-10-18T07:05:41Z Using 4 threads for script verification
142019-10-18T07:05:41Z scheduler thread start
152019-10-18T07:05:41Z libevent: getaddrinfo: nodename nor servname provided, or not known
162019-10-18T07:05:41Z Binding RPC on address ::1 port 8332 failed.
172019-10-18T07:05:41Z HTTP: creating work queue of depth 16
182019-10-18T07:05:41Z Config options rpcuser and rpcpassword will soon be deprecated. Locally-run instances may remove rpcuser to use cookie-based auth, or may be replaced with rpcauth. Please see share/rpcauth for rpcauth auth generation.
192019-10-18T07:05:41Z HTTP: starting 4 worker threads
202019-10-18T07:05:41Z Using wallet directory C:\Users\janus\AppData\Roaming\Bitcoin\regtest\wallets
212019-10-18T07:05:41Z init message: Verifying wallet(s)...
222019-10-18T07:05:41Z Using BerkeleyDB version Berkeley DB 4.8.30: (April 9, 2010)
232019-10-18T07:05:41Z Using wallet C:\Users\janus\AppData\Roaming\Bitcoin\regtest\wallets
242019-10-18T07:05:41Z BerkeleyEnvironment::Open: LogDir=C:\Users\janus\AppData\Roaming\Bitcoin\regtest\wallets\database ErrorFile=C:\Users\janus\AppData\Roaming\Bitcoin\regtest\wallets\db.log
252019-10-18T07:05:42Z init message: Loading banlist...
262019-10-18T07:05:42Z ERROR: DeserializeFileDB: Failed to open file C:\Users\janus\AppData\Roaming\Bitcoin\regtest\banlist.dat
272019-10-18T07:05:42Z Invalid or missing banlist.dat; recreating
28Assertion failed!
29
30Program: C:\Program Files\Bitcoin\daemon\bitcoind.exe
31File: zmq/zmqpublishnotifier.cpp, Line 115
32
33Expression: psocket
34PS C:\Program Files\Bitcoin\daemon>