Daniel Howe

Results 150 comments of Daniel Howe

Any progress on this? Still would love to get some of my domains on the list...

sure, I can compile and run lldb (gdb has issues on current osx)

I've installed coreutils 8.27 with brew $ greadlink -f /bin/mv /bin/mv

> the first thing would be to check that progress is actually able to "detect" the running mv command, see find_pids_by_binary_name and check its return a good way to simulate...

I do see the pid for the 'mv' command in the debugger in 'find_pids_by_binary_name' But when I enable the the printf in the 'find_fd_for_pid', ` printf("[debug] %s\n",vnodeInfo.pvip.vip_path); ` a bunch...

That doesn't help. Though two things I notice: 1) mv spawns two pids for a single 'mv', and 2) progress has a different output when looking for mv and gmv...

No ``` $ ps aux | grep mv dhowe 30698 5.5 0.0 2461436 1756 s003 U+ 8:09PM 0:00.10 mv -PRp -- Ads ../MEDIA/Ads dhowe 30697 0.0 0.0 2432756 540 s003...

``` $ lldb ./progress (lldb) target create "./progress" Current executable set to './progress' (x86_64). (lldb) r -c gcp -c cp Process 15943 launched: './progress' (x86_64) No such command(s) running: gcp,...