google / agi

Android GPU Inspector
https://gpuinspector.dev
Apache License 2.0
953 stars 140 forks source link

GAPID-arm64v8a crush on validating Samsung S23 #1278

Open Roman-Skabin opened 1 year ago

Roman-Skabin commented 1 year ago

Environment information:

Bug description Crash on validation start.

Reproduction steps Start device validation for system profile.

Stacktrace N/A

Screenshots Screenshot_20230309_122247_Device care

Additional debugging information gapis.log validation3145826866.perfetto.txt (Remove txt extension. GitHub does not allow uploading .perfetto files) full_logcat.txt

ttanatb commented 1 year ago

This is very weird behaviour, and I have not seen this before. Is this crash something that happens regularly?

Struggling to find cause of the crash from the logcat

Roman-Skabin commented 1 year ago

yeah, happens every time with S23. But only with S23 for now.

ttanatb commented 1 year ago

Could you describe what happens leading up to the crash? Does the validation sample app run at all? (The cube that spins around with the logo)

Roman-Skabin commented 1 year ago

It seems like it crushes at the very beginning of the validation app start, just before the cube appears on the screen.

Roman-Skabin commented 1 year ago

New behaviour

Now AGI reports this message:

FailedTraceValidation Error: Passed 4 checks out of 9, expected to pass 9 check(s). Failed check for 5 counter(s): [{21 %!S(MISSING)haders Busy 0x7ff629031880} {26 Fragment ALU Instructions / Sec (Full) 0x7ff629031880} {31 Textures / Fragment 0x7ff629031880} {37 %!T(MISSING)ime Shading Fragments 0x7ff629031880} {38 %!T(MISSING)ime Shading Vertices 0x7ff629031880}]

So it seems like AGI does not support Samsung S23

There were no new updates for AGI, and I did not update the phone, so I do not know why crash has turned to just failed validation message.