Elliot Saba

Results 409 comments of Elliot Saba

It seems to me that that `__init__()` is just setting up `ptr_map` which is only used by `restore_lookup`, which could just do an initialization check, and if `ptr_map` is not...

> Could you have a wrapper executable in juliaup that would (re)set the handlers to SIG_DFL using libc or nix crates and then launch the child process? Yes, `juliaup` _is_...

> If I understand correctly, in `juliaup` you would set signal handlers back to default, launch the child process and then set the signal handlers back, am I right? Not...

It appears the issue is that it just directly fails if one of the values is missing its units. I'm not sure if that is intended behavior or not.

I don't think this is nginx's fault, I'm pretty sure this is a kernel bug.

``` Aug 28 18:32:38 loadbalancer-us-east kernel: [24799645.189515] task:nginx state:D stack: 0 pid:1248331 ppid:1248210 flags:0x00000000 Aug 28 18:32:38 loadbalancer-us-east kernel: [24799645.189518] Call Trace: Aug 28 18:32:38 loadbalancer-us-east kernel: [24799645.189519] Aug 28...

Indeed I did, but I must have crossed some wires, because it was actually a `dpkg` task that was stuck in `fsync`: ``` Aug 28 18:32:38 loadbalancer-us-east kernel: [24799645.189635] task:dpkg...

We upgraded from `5.15.0-1022-aws` (the version where the bad stuff happened) to `5.15.0-1041-aws` (the latest as of yesterday). If it happens again, I'll let you know.

> It would be helpful if for each hash there was an object representing a hash (e.g. SHA1, SHA256 etc), similar to UUID Can you explain a bit more about...

Yes, so my main point would be that we probably want an `AbstractHashType` that is more than just SHA hashes, and then we have two options for implementation: Bottom-up; define...