David Wolf
David Wolf
Appreciate the explantations very much. 🙏 > I think I need to ask you to run a patched version of ble.sh to record some internal data. I'll prepare it and...
I actually seem to hit this case: > Error not found in the intermediate data of the man page analysis.
Cool, much appreciated!
Hm I can't get it to produce the debug file for some reason. https://github.com/user-attachments/assets/d1e7bb24-460b-4c25-9752-5edfdc3cbc51
Just did a search on the output against this, but could not find any match. Including the full output here for reference: ```console $ lsof -aa/usr/bin/awk: towc: multibyte conversion failure...
Sounds good, ty. ```console $ lsof -able/complete/mandb/generate-cache: step1 (caller ble/complete/mandb/load-cache ble/complete/source:option/generate-for-command ble/complete/source:option ble/complete/source:argument/generate ble/complete/source:argument ble/complete/candidates/generate-with-filter ble/complete/candidates/generate ble/complete/auto-complete/source:syntax ble/complete/auto-complete.impl ble/complete/auto-complete.idle ble/util/idle.do/.call-task ble/util/idle.do ble-edit/bind/.tail ble-decode/EPILOGUE _ble_decode_hook) ble/complete/mandb/generate-cache: step3a (caller ble/complete/mandb/load-cache ble/complete/source:option/generate-for-command ble/complete/source:option...
Nice, here you go: [blesh-debug-mandb-lsof.tar.gz](https://github.com/user-attachments/files/17448595/blesh-debug-mandb-lsof.tar.gz)
```console $ /usr/bin/awk -W version /usr/bin/awk: unknown option -W ignored $ /usr/bin/awk --version awk version 20200816 ```
```console $ path=/usr/bin/awk $ ble/util/assign version '"$path" -W version || "$path" --version' 2>/dev/null
```bash $ { /usr/bin/awk -W version || /usr/bin/awk --version; } 2>/dev/null /dev/null awk version 20200816 $ /usr/bin/awk --version >/dev/null # nothing ```