<bitcoin-git>
bitcoin/master b14298c brunoerg: fuzz: remove unused `args` and `context` from `FuzzedWallet`
<bitcoin-git>
bitcoin/master 5b8990a Ryan Ofsky: Merge bitcoin/bitcoin#29388: fuzz: remove unused `args` and `context` from...
<bitcoin-git>
[bitcoin] ryanofsky merged pull request #29388: fuzz: remove unused `args` and `context` from `FuzzedWallet` (master...2024-02-fuzz-clean-fuzzedwallet) https://github.com/bitcoin/bitcoin/pull/29388
jonatack has joined #bitcoin-core-dev
jonatack has quit [Ping timeout: 272 seconds]
jonatack has joined #bitcoin-core-dev
jonatack has quit [Ping timeout: 264 seconds]
jonatack has joined #bitcoin-core-dev
jarthur has quit [Quit: jarthur]
jonatack has quit [Ping timeout: 276 seconds]
vyHamii has joined #bitcoin-core-dev
jonatack has joined #bitcoin-core-dev
vyHamii has quit [Remote host closed the connection]
the_mariner has joined #bitcoin-core-dev
the_mariner has quit [Ping timeout: 264 seconds]
jon_atack has joined #bitcoin-core-dev
jonatack has quit [Ping timeout: 264 seconds]
jon_atack has quit [Ping timeout: 272 seconds]
jonatack has joined #bitcoin-core-dev
jonatack has quit [Ping timeout: 246 seconds]
jon_atack has joined #bitcoin-core-dev
puchka has quit [Ping timeout: 272 seconds]
PaperSword has quit [Ping timeout: 260 seconds]
adil has joined #bitcoin-core-dev
cmirror has quit [Remote host closed the connection]
cmirror has joined #bitcoin-core-dev
adil has quit [Quit: adil]
adil has joined #bitcoin-core-dev
SpellChecker has quit [Remote host closed the connection]
SpellChecker has joined #bitcoin-core-dev
adil has quit [Quit: adil]
puchka has joined #bitcoin-core-dev
<bitcoin-git>
[bitcoin] hernanmarino opened pull request #29394: test, assumeutxo: Add test to ensure failure when mempool not empty (master...assumeutxo-test-mempool) https://github.com/bitcoin/bitcoin/pull/29394
Guyver2 has left #bitcoin-core-dev [Closing Window]
szkl has quit [Quit: Connection closed for inactivity]
puchka has quit [Ping timeout: 260 seconds]
puchka has joined #bitcoin-core-dev
lbia has joined #bitcoin-core-dev
puchka has quit [Ping timeout: 246 seconds]
puchka has joined #bitcoin-core-dev
<bitcoin-git>
[bitcoin] maflcko opened pull request #29401: test: Remove struct.pack from almost all places (master...2402-nuke-struct-pack-) https://github.com/bitcoin/bitcoin/pull/29401
the_mariner has joined #bitcoin-core-dev
lbia has quit [Ping timeout: 246 seconds]
lbia has joined #bitcoin-core-dev
kevkevin_ has joined #bitcoin-core-dev
kevkevin has quit [Ping timeout: 260 seconds]
jonatack has joined #bitcoin-core-dev
jon_atack has quit [Ping timeout: 272 seconds]
nanotube has quit [Ping timeout: 264 seconds]
<bitcoin-git>
[bitcoin] kevkevinpal opened pull request #29402: mempool: Loading progress added for dumping mempool transactions to disk (master...dumpmempoollogsfeb2024) https://github.com/bitcoin/bitcoin/pull/29402
Alf has joined #bitcoin-core-dev
<bitcoin-git>
[bitcoin] furszy opened pull request #29403: wallet: batch erase procedures and improve 'EraseRecords' performance (master...2024_wallet_simplify_EraseRecords) https://github.com/bitcoin/bitcoin/pull/29403
maflcko has quit [Quit: ZNC 1.8.2+deb2build5 - https://znc.in]
maflcko has joined #bitcoin-core-dev
jonatack has quit [Ping timeout: 272 seconds]
jonatack has joined #bitcoin-core-dev
zato has joined #bitcoin-core-dev
puchka has quit [Ping timeout: 260 seconds]
puchka has joined #bitcoin-core-dev
<bitcoin-git>
[gui] hebasto closed pull request #37: indicate explicit to the user that the wallet balances shown is watch only. (master...change-hint-text-balance) https://github.com/bitcoin-core/gui/pull/37
freesprung512 has quit [Quit: Ping timeout (120 seconds)]
freesprung512 has joined #bitcoin-core-dev
monlovesmango has left #bitcoin-core-dev [#bitcoin-core-dev]
<bitcoin-git>
[gui] hebasto closed pull request #368: Bugfix: When restoring table columns, still set their minimum column width and stretch on last section (master...bugfix_gui_restored_columns_stretch) https://github.com/bitcoin-core/gui/pull/368
<bitcoin-git>
bitcoin/master f2dfde8 Luke Dashjr: GUI: Move "embedded font or not" decision into new OptionsModel::getFontFo...
<bitcoin-git>
bitcoin/master 49eb97e Luke Dashjr: GUI: Add possibility for an explicit QFont for FontForMoney in OptionsModel
<bitcoin-git>
bitcoin/master 3a6757e Luke Dashjr: GUI: Load custom FontForMoney from QSettings
<bitcoin-git>
[gui] hebasto merged pull request #497: Enable users to configure their monospace font specifically (master...qt_fontsel) https://github.com/bitcoin-core/gui/pull/497
<dergoegge>
is it doing any expensive initialization?
<sipa>
no, nothing
<sipa>
~85s, just benchmarked it
<sipa>
and it does a few hundred fuzz iterations just fine... just the first time NEW_FUNC is printed (which i think coincides with the first non-trivial fuzz input), it stalls for 1.5 minutes almost
<sipa>
after that, it continues without any issues
<sipa>
and it's not *during* the execution of my fuzz target; the stalling is after one execution, and before the next one
<brunoerg>
it happens here as well
<dergoegge>
what llvm version are you on?
<sipa>
17
<lightlike>
this happens for all fuzz targets, or only for specific ones?
<sipa>
i've noticed it for pretty much all targets, but how long the stalling is seems to depend on the test
<sipa>
i've never seen it take this long
monlovesmango has joined #bitcoin-core-dev
<sipa>
hmm, the same binary seems to have a similar stalling for other fuzz targets
<sipa>
compiling with clang-16, same issue!
<sipa>
and with or without undefined and address as sanitizers
monlovesmango has quit [Ping timeout: 260 seconds]
Talkless has quit [Quit: Konversation terminated!]