-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: 1.8.1.3 CRASH java.lang.NullPointerException: Attempt to invoke virtual method 'void com.example.iris.login1.UserInfo.setProfileIcon(java.lang.String)' on a null object reference #25
Comments
A simple null check might suffice to fix this bug, but first check to see if it would cause any other problems. Also, it would be better to find and fix what causes the bug to start with. |
Hi Professor, I will take a look at it and let you know what I find. Thanks |
Did this happen with or without students previously enrolled? |
@madeleinvillegas - Good question! Compare crash timestamps in facelogin_crashlogs to login timestamps in facelogin_logs. CRASH_20220923_115336_6109000572_sw_1.8.1.3.txt Tablet 572's last login before CRASH_20220926_040653_6109000572_sw_1.8.1.3.txt So in both cases, there were students previously enrolled. Thanks for asking! |
Options: What could cause null pointer? I.e. which values of ""? Madelein [ ] Look at recent code changes to 8-18 rohan branch to file where crash occurred to see if any change monkeyed with implicated pointer and could have made it null |
@madeleinvillegas - Now 7 crashes are in facelogin_crashlogs --------- Stack trace ---------
--------- Cause --------- Sounds like a previous bug caused by disrespecting the protocol for process lifecycle -- create, initialize, etc. |
@rohankulkz @madeleinvillegas -- This bug appears 19 times out of 22 crashes in 2022 FaceLogin Crash. Has it been fixed under a different issue? |
CRASH_20220923_115336_6109000572_sw_1.8.1.3.txt:
and
CRASH_20220926_040653_6109000572_sw_1.8.1.3.txt
both have
java.lang.NullPointerException: Attempt to invoke virtual method 'void com.example.iris.login1.UserInfo.setProfileIcon(java.lang.String)' on a null object reference
--------- Stack trace ---------
The text was updated successfully, but these errors were encountered: