Re: [PATCH] rust_binder: add ownership assertion to Node::add_death
From: Gary Guo
Date: Thu Jun 11 2026 - 06:35:43 EST
On Thu Jun 11, 2026 at 9:15 AM BST, Miguel Ojeda wrote:
> On Wed, 10 Jun 2026 14:39:46 +0100 Gary Guo <gary@xxxxxxxxxxx> wrote:
>>
>> pr_warn is probably a bad idea here. Given the code relies it for soundness.
>> You're either sure that it won't happen, then you use `debug_assert!`, or you
>> are not sure, and use `assert!`.
>>
>> There's no "I am fairly certain but the code should keep running despite
>> invariance violation" for this one.
>
> [ I keep getting your emails way later than they appear in the list...
> I spotted this one as well in the mailing list. ]
If you're using gmail, you might be hitting the receive limit? You can receive
at most 60 emails per minute.
If you have more emails then it'll bounce. My email provider will retry after 15
minutes for up to 6 times, so if you're consistently hitting the receive limit,
then it might take up to 1.5 hr for you to receive my email (or for me to
receive a delivery failure notification).
Best,
Gary