Satoshi Nakamura

Results 5 comments of Satoshi Nakamura

I ran into the same issue on my M1 mac, and found that changing `-l:$(LIBNAMESO)` in `Makefile` to `-ldarknet` worked. The generated `uselib` was linked to `libdarknet.so` properly. ``` $...

Yes, it shows aes. Here is an excerpt from /proc/cpuinfo. ``` flags : fpu de tsc msr pae cx8 sep cmov pat clflush mmx fxsr sse sse2 ss ht syscall...

Here is the asm list on segfault. It looks like nothing to do with AES-NI. ``` +---------------------------------------------------------------------------+ |0x96395d mov %rsi,%rbp | |0x963960 push %rbx | |0x963961 mov %rdi,%rbx | |0x963964...

Yes, it says: ``` [33773307.954570] storefiles[20603] general protection ip:96398e sp:7fa2d8cfade0 error:0 in storefiles[400000+1228000] ```