Description I have migrated to the latest master branch of flutter for one of my apps which was also uses rive but I found that my app is crashing with an error Fatal signal 5 (SIGTRAP), code 1 (TRAP_BRKPT), fault addr 0x7712afa500 in ti...
signal 5 (SIGTRAP), code 1 (TRAP_BRKPT) 这种情况可能在控制台出现Trap字样 示代码 #include<memory>classA{public:intClose(){} ~A() {Close();} };intmain(){ std::shared_ptr<A> = std::make_shared<A>();return0; } 这里编译通过但是本来 Close需要返回值,但是又没有return,就是出错啦。
DEBUG : signal 5 (SIGTRAP), code 1 (TRAP_BRKPT), fault addr 0xdf638460 DEBUG : r0 00000000 r1 dda2c0c3 r2 dd910865 r3 00000000 DEBUG : r4 c76cfa40 r5 00000000 r6 ffa2209c r7 00000000 DEBUG : r8 c76cfa40 r9 ffa2209c sl ffa222d0 fp d3eab400 DEBUG : ip 0000005c sp ffa21ea0...
signal 5 (SIGTRAP), code 1 (TRAP_BRKPT) backtrace: #00 pc 0000000000f73a88 /data/app/com.android.chrome-F4ci0oyduqwVE4OQOPnP9A==/base.apk #1pc 00000000010261c3 /data/app/com.android.chrome-F4ci0oyduqwVE4OQOPnP9A==/base.apk i don't have idea about this. any help about this cras...