rofl0r

Results 1019 comments of rofl0r

looks like a bug in nmap to me. can you also paste a bt of the segfault (without dynamic chain)?

and successive `proxychains4 emacsclient` ?

instead of `$ emacsclient file2.txt` try `$ proxychains4 emacsclient file2.txt`

where did you get your proxychains from ? the one from this repo uses `proxychains4` command.

try latest arch package. it has recently been updated and contains a couple bugfixes. feel free to reopen this if the issue persists.

so maybe you should try to diagnose the issue? here's a start do ``` file `which dropbox` ``` then `strace -o log.txt -s 256 -f dropbox` followed by `grep exec...

is there stuff missing in the log ? anyway, it seems we're dealing with *something* that according to this ``` read(6, "PK\3\4\24\0\0\0\0\0\201%+M\275\311X\364\225\21\0\0\225\21\0\0%\0\0\0dropbox/foundation/async/exec_ctx.pyc' ``` seems to open a .zip file with...

try to use the full path to nvm binary example proxychains4 /bin/nvm ls-remote since you're using an apple its likely in another location though maybe `which nvm` tells you the...

your nvm.sh calls itself ? or what's inside "$NVM_DIR/nvm.sh" ?

ok, thanks for clarification