Jiayi Weng
Jiayi Weng
I also tested on other people's laptop (only CPU), all of them works fine on pytorch0.4+vizdoom. I guess it is regarded to the pytorch0.4 GPU version.
Yeah, I agree with you. Just now I have tested on my roommate's computer, ubuntu16.04 + GTX1063, both python2 and python3 works fine. On my ubuntu 1404, I tested on...
I didn't like anaconda. But to reveal this bug, I installed Anaconda unwillingly after all of the python version have crashed...
```bash $ ./configure --prefix=/usr/local --bindir=/usr/local/bin --libdir=/usr/local/lib checking whether C compiler works ... yes checking whether we have GNU-style getservbyname_r() ... no checking whether we have pipe2() and O_CLOEXEC ... no...
> since there's nothing arch-specific in your config, it's very likely the toolchain is misconfigured and you couldn't even run a hello-world compiled with it. How can I check this?...
> #include > int main() { > printf("Hello World\n"); > } That can also successfully run. ``` $ cc try.c -oa;./a Hello World $ cc -v Apple clang version 12.0.0...
make's log ``` trinkle23897@JiayideMacBook-Pro ~/github/proxychains-ng ☺ ./configure --prefix=/usr/local --bindir=/usr/local/bin --libdir=/usr/local/lib master ✗ checking whether C compiler works ... yes checking whether we have GNU-style getservbyname_r() ... no checking whether we...
``` ☺ file libproxychains4.dylib master ✗ libproxychains4.dylib: Mach-O 64-bit dynamically linked shared library arm64 trinkle23897@JiayideMacBook-Pro ~/github/proxychains-ng ☺ /opt/homebrew/opt/binutils/bin/readelf -a libproxychains4.dylib master ✗ readelf:错误:不是 ELF 文件 - 它开头的 magic 字节错误 (it...
``` $ binwalk libproxychains4.dylib DECIMAL HEXADECIMAL DESCRIPTION -------------------------------------------------------------------------------- 46405 0xB545 Base64 standard index table 47385 0xB919 Unix path: /usr/local/etc/proxychains.conf 98872 0x18238 Unix path: /Users/trinkle23897/github/proxychains-ng/src/ ``` The dylib is attached: [libproxychains4.zip](https://github.com/rofl0r/proxychains-ng/files/5770869/libproxychains4.zip)
``` trinkle23897@JiayideMacBook-Pro ~/github/proxychains-ng ☹ objdump -f libproxychains4.dylib master ✗ libproxychains4.dylib: file format Mach-O arm64 /Library/Developer/CommandLineTools/usr/bin/objdump: error: 'libproxychains4.dylib': Invalid/Unsupported object file format trinkle23897@JiayideMacBook-Pro ~/github/proxychains-ng ☹ otool -l -a libproxychains4.dylib master ✗...