Ben Hansen

Results 9 comments of Ben Hansen

I introduced a minimal `.cargo/config.toml` to the cmake build. I agree it is better. I add a comment about binary size to that file to both the cargo and cmake...

Thanks for the quick response. Just tried it and it worked for me. Commands worked for me too but they ran on the local host instead of the container (not...

Minimal HTML/CSS reproducer and question posted to SO: https://stackoverflow.com/questions/75760301/how-do-i-make-boxes-with-the-same-number-of-pixels-of-height-actually-render-to?noredirect=1#comment133645954_75760301

Also note that a similar block on the sender happens in the bounded channel. Stack trace of sender: ``` #0 0x000055555557d6a8 in core::sync::atomic::atomic_compare_exchange_weak (dst=0x5555555e2c80, old=110471369, new=110471370, success=core::sync::atomic::Ordering::SeqCst, failure=core::sync::atomic::Ordering::Relaxed) at /rustc/90c541806f23a127002de5b4038be731ba1458ca/library/core/src/sync/atomic.rs:3278...

When I run the reproducer (https://github.com/benhansen-io/mpsc_deadlock_reproducer) on that branch I no longer see the issue! Thanks.

Since commenting this out, have you experienced any problems with using the other modifiers? If you have not experienced any problems, I will go ahead and remove this section.

Okay. Thanks for the reply. I am going to add a header to the readme mentioning this project is unstable and unmaintained for now.

Only happens when developing on a local origin as far as I can tell.

Actually I saw this on the pinging.net origin after more testing