Lee *!* Clagett

Results 241 comments of Lee *!* Clagett
trafficstars

The problem is that there is a poll call and I botched the array setup sequence - the values are never reset for the next poll call. So if ZeroMQ...

I've looked into this, and the docs state that `revent` should be cleared before returning. There's tons of code paths within the ZeroMQ for this function, so I haven't been...

See #8592 . @SChernykh I haven't dropped the `MONERO_UNWRAP` code (yet) because in the worse case this becomes a busy spin loop. The poll code should only be returning when...

@trasherdk are you using the binaries provided by Monero core? or this custom built? I'm mainly curious of the ZMQ version you are running. Also, are you using the ZMQ...

The ZMQ port should only be listening on the localhost. Can you confirm this? I'm leaning towards some memory corruption bug (possibly elsewhere in the system).

@trasherdk so you enabled pub/sub too on `monerod`?

I guess we'll have to make this a soft error. Hopefully the next loop iteration the poll code doesn't return that data is available, because that would turn this into...

@SChernykh you think its possible that there is a out-of-bounds write somewhere in the code producing this? Usually more stuff goes haywire than just one specific issue but this is...

@SChernykh I have not done so recently, sounds like a good idea on one of my Gentoo boxes. In the meantime #8592 now has an additional commit that turns an...

#8238 might be related. Now running `monerod` with address sanitizer. Nothing issues in the early startup or sync stages.