rovo89 / Xposed

The native part of the Xposed framework (mainly the modified app_process binary).
Other
7.34k stars 1.46k forks source link

Discord app crashes when open #287

Open flyeflye opened 6 years ago

flyeflye commented 6 years ago

hi @rovo89, eveytime i open discord app it crashes. it doesn't crash if i disable xposed.

here's the logs i got:

11-04 23:24:02.478 F/art     (15733): art/runtime/stack.cc:848] Check failed: instrumentation_frame.method_ == GetMethod() (instrumentation_frame.method_=0x6fc7e2e0, GetMethod()=0x6f4c4780) Expected: void android.view.LayoutInflater.rInflateChildren(org.xmlpull.v1.XmlPullParser, android.view.View, android.util.AttributeSet, boolean) Found: <runtime method>.<runtime internal callee-save reference and argument registers method><no signature>
11-04 23:24:02.478 F/art     (15733): art/runtime/runtime.cc:423] Runtime aborting --- recursively, so no thread-specific detail!
11-04 23:24:02.478 F/art     (15733): art/runtime/runtime.cc:423] 
11-04 23:25:59.290 F/art     (16053): art/runtime/stack.cc:848] Check failed: instrumentation_frame.method_ == GetMethod() (instrumentation_frame.method_=0x6fc7e2e0, GetMethod()=0x6f4c4780) Expected: void android.view.LayoutInflater.rInflateChildren(org.xmlpull.v1.XmlPullParser, android.view.View, android.util.AttributeSet, boolean) Found: <runtime method>.<runtime internal callee-save reference and argument registers method><no signature>
11-04 23:25:59.290 F/art     (16053): art/runtime/stack.cc:848] Check failed: instrumentation_frame.method_ == GetMethod() (instrumentation_frame.method_=0x6fc7e2e0, GetMethod()=0x6f4c4780) Expected: void android.view.LayoutInflater.rInflateChildren(org.xmlpull.v1.XmlPullParser, android.view.View, android.util.AttributeSet, boolean) Found: <runtime method>.<runtime internal callee-save reference and argument registers method><no signature>
11-04 23:25:59.291 F/art     (16053): art/runtime/runtime.cc:423] Runtime aborting --- recursively, so no thread-specific detail!
11-04 23:25:59.291 F/art     (16053): art/runtime/runtime.cc:423] 
11-04 23:26:04.322 F/art     (16152): art/runtime/stack.cc:848] Check failed: instrumentation_frame.method_ == GetMethod() (instrumentation_frame.method_=0x6fc7e2e0, GetMethod()=0x6f4c4780) Expected: void android.view.LayoutInflater.rInflateChildren(org.xmlpull.v1.XmlPullParser, android.view.View, android.util.AttributeSet, boolean) Found: <runtime method>.<runtime internal callee-save reference and argument registers method><no signature>
11-04 23:26:04.322 F/art     (16152): art/runtime/stack.cc:848] Check failed: instrumentation_frame.method_ == GetMethod() (instrumentation_frame.method_=0x6fc7e2e0, GetMethod()=0x6f4c4780) Expected: void android.view.LayoutInflater.rInflateChildren(org.xmlpull.v1.XmlPullParser, android.view.View, android.util.AttributeSet, boolean) Found: <runtime method>.<runtime internal callee-save reference and argument registers method><no signature>
11-04 23:26:04.322 F/art     (16152): art/runtime/runtime.cc:423] Runtime aborting --- recursively, so no thread-specific detail!
11-04 23:26:04.322 F/art     (16152): art/runtime/runtime.cc:423] 
11-04 23:26:17.946 F/art     (16256): art/runtime/stack.cc:848] Check failed: instrumentation_frame.method_ == GetMethod() (instrumentation_frame.method_=0x6fc7e2e0, GetMethod()=0x6f4c4780) Expected: void android.view.LayoutInflater.rInflateChildren(org.xmlpull.v1.XmlPullParser, android.view.View, android.util.AttributeSet, boolean) Found: <runtime method>.<runtime internal callee-save reference and argument registers method><no signature>
11-04 23:26:17.947 F/art     (16256): art/runtime/stack.cc:848] Check failed: instrumentation_frame.method_ == GetMethod() (instrumentation_frame.method_=0x6fc7e2e0, GetMethod()=0x6f4c4780) Expected: void android.view.LayoutInflater.rInflateChildren(org.xmlpull.v1.XmlPullParser, android.view.View, android.util.AttributeSet, boolean) Found: <runtime method>.<runtime internal callee-save reference and argument registers method><no signature>
11-04 23:26:17.947 F/art     (16256): art/runtime/runtime.cc:423] Runtime aborting --- recursively, so no thread-specific detail!
11-04 23:26:17.947 F/art     (16256): art/runtime/runtime.cc:423]

thanks for helping !!!

chrisschac commented 6 years ago

275 same issue ... workaround discribed there

rovo89 commented 6 years ago

@flyeflye Please try if it works with v89.

Phoenix09 commented 6 years ago

still crashing with v89 and none of the workarounds help

discord-crash.txt

FuzzyTowel commented 6 years ago

@rovo89 is anything going to be done about the crashes? it seems like Oreo is a priority over stability...

Phoenix09 commented 6 years ago

well, updating Chrome has fixed the crash but Xposed was still the problem.

I disabled all modules, rebooted, still crashed. disabled Xposed, rebooted, works perfectly.