Bruce

Results 67 comments of Bruce

我用这个字符跑到现在 还拼接了一些字符 我这里没有崩溃。跑了几分钟都没跑完。

看你的日志里有 `Cause: null pointer dereference` 你查下这个地址是什么代码 0000000000007da0

现在似乎有10分钟过去了 。。。还没跑完这个test。

奇怪了。。。。。 我这里没有8.0设备。。。

我整个8.1 的虚拟机测试一下 。不过我虚拟机只能 x86 的。 还有个问题,你用的cmake还是ndk-build ? cmake是没有代码扰乱的。ndk的话需要重新配置ndk。

那是系统内置的so,不要去定位这个so。

没 实在是奇怪

看样你只能 猜代码报错位置,加日志,看挂在哪里。 还有个问题,是我在想你这样子做压测是否有必要。

Sorry about hearing what you encountered. Firstly, It cant run on emulator, [check_emulator.c#L43](https://github.com/BruceWind/AESJniEncrypt/blob/master/aesjni/src/main/cpp/check_emulator.c#L43). And then, did you build with **obfuscator**?

If you built with obfuscator, I recommand you what disable **obfuscator** and retry it. And then if the crash still occurs,you can use **addr2line** to find the exception occured from...