Skip to content
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

Linphone crashes when ending a regular phone call #54

Closed
marmistrz opened this issue Apr 18, 2017 · 3 comments
Closed

Linphone crashes when ending a regular phone call #54

marmistrz opened this issue Apr 18, 2017 · 3 comments

Comments

@marmistrz
Copy link

04-18 12:44:48.392  9077  9077 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String android.content.Context.getString(int)' on a null object reference
04-18 12:44:48.392  9077  9077 E AndroidRuntime: 	at org.linphone.ContactsManager.getString(ContactsManager.java:487)
04-18 12:44:48.392  9077  9077 E AndroidRuntime: 	at org.linphone.ContactsManager.fetchContactsSync(ContactsManager.java:427)
04-18 12:44:48.392  9077  9077 E AndroidRuntime: 	at org.linphone.ContactsManager.onChange(ContactsManager.java:109)
04-18 12:44:48.392  9077  9077 E AndroidRuntime: 	at android.database.ContentObserver.onChange(ContentObserver.java:145)
04-18 12:44:48.392  9077  9077 E AndroidRuntime: 	at android.database.ContentObserver$NotificationRunnable.run(ContentObserver.java:216)
04-18 12:44:48.392  9077  9077 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:739)
04-18 12:44:48.392  9077  9077 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:95)
04-18 12:44:48.392  9077  9077 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:148)
04-18 12:44:48.392  9077  9077 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:5461)
04-18 12:44:48.392  9077  9077 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
04-18 12:44:48.392  9077  9077 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
04-18 12:44:48.392  9077  9077 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
04-18 12:44:48.392  9077  9077 E AndroidRuntime: 	at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:102)
@DatBewar
Copy link
Contributor

Hello, on which version of Linphone did you had this crash?
It's seems to be resolved with this commit: 161ac91

@marmistrz
Copy link
Author

marmistrz commented Apr 18, 2017 via email

@DatBewar
Copy link
Contributor

Ok, this is fixed for 3.2.6, you can find the beta on google-store, the apk on our website https://www.linphone.org/releases/android/linphone-latest-beta.apk
I'm currently at the search of time to deploy our F-Droid repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants