Zach Mitchell

Results 190 comments of Zach Mitchell

I found the culprit. I have a monster global `.gitignore` file populated from https://github.com/github/gitignore and there are two lines in there that ignore `env/` and `ENV/` directories. This caused the...

Note that this only makes sense to do if there are _no_ other changes to the manifest, since a change that adds a service and changes a `var` may affect...

Discussed in the meeting this morning: - Using generics within the `Flox` struct means that any `trait Environment` method that takes a `Flox` struct prevents the `Environment` trait from being...

Breakdown for sprint planning: - `flox build` and `flox publish` aren't listed in `flox --help` (see #3405 and #3406) - Making the actual changes for this ticket is trivial -...

I did a fresh `nix build` and I have the same behavior.

Here's tracing another `sleep 1` call ``` Attaching 7 probes... FORK: ts=3706270739,parent_pid=478,child_pid=55679,parent_ppid=1,parent_pgid=478,parent_comm=systemd-journal FORK: ts=3706474253,parent_pid=478,child_pid=55680,parent_ppid=1,parent_pgid=478,parent_comm=systemd-journal EXIT: ts=3715865207,pid=478,ppid=1,pgid=478,comm=journal-offline EXIT: ts=3716330895,pid=478,ppid=1,pgid=478,comm=journal-offline FORK: ts=2908988330,parent_pid=14499,child_pid=55681,parent_ppid=1375,parent_pgid=14499,parent_comm=bash SETPGID: ts=2909098107,pid=14499,ppid=1375,pgid=14499,new_pgid=0,comm=bash SETPGID: ts=2909249045,pid=55681,ppid=14499,pgid=55681,new_pgid=0,comm=bash EXEC: ts=2909440103,pid=55681,ppid=14499,pgid=55681,comm=bash,process_events.bt:8:2-18: WARNING: Bad address Additional...

I just realized that the description talks about `args.argv` and the script above uses `args->argv`, so I double checked and I get the same error.

> Can you try with this diff? Here we go: ``` Attaching 7 probes... FORK: ts=2448559448,parent_pid=14499,child_pid=56731,parent_ppid=1375,parent_pgid=14499,parent_comm=bash SETPGID: ts=2448675952,pid=14499,ppid=1375,pgid=14499,new_pgid=0,comm=bash SETPGID: ts=2449043175,pid=56731,ppid=14499,pgid=56731,new_pgid=0,comm=bash EXEC: ts=2449119220,pid=56731,ppid=14499,pgid=56731,comm=bash,sleep EXIT: ts=3451848566,pid=56731,ppid=14499,pgid=56731,comm=sleep ``` This now prints the `sleep`...

No errors from `-kk`.

Is there a way to get the number of args? I haven't found that yet.