-
Notifications
You must be signed in to change notification settings - Fork 136
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
call error(ASSERT FAILED: ptr != NULL @ operator->) #104
Comments
That's just a crash due to an assert failure. Where is the assert?
|
Error(common.cc:67): jni/../../../third_party/libjingle/talk/base/scoped_ptr.h(76): ASSERT FAILED: ptr != NULL @ operator-> this is what the log message i am getting when i am trying ti initiating call ..scoped_ptr.h(76) |
T* operator->() const { the above statement is there |
There would normally be a stack trace of the crash in the log. Maybe you're filtering your log so you're not seeing the android system level stack trace. That would show you where this scoped ptr is null when it shouldn't be. |
Using ndk-stack
Pure Logcat
Any help would be greatly appreciated. Thanks, |
hello any solution on the above ? 06-08 15:01:38.505: E/libjingle(15175): Error(common.cc:67): jni/../../../third_party/libjingle/talk/base/scoped_ptr.h(76): ASSERT FAILED: ptr != NULL @ operator-> 06-08 15:01:38.505: A/libc(15175): Fatal signal 6 (SIGABRT) at 0x00003b47 (code=-6), thread 15738 (AsyncTask #5) this is my LogCat Errors. I'm having this Error when i have an Internet Disconnection . |
No did not got any solution On Mon, Jun 8, 2015 at 5:42 PM, AnthonyKoueik [email protected]
|
Did you find another project ? or you worked it around using this one ? |
yes worked around with the same. On Wed, Jun 10, 2015 at 12:08 PM, AnthonyKoueik [email protected]
|
when i am trying to initiate a call i am getting the bellow error.
Error(common.cc:67): jni/../../../third_party/libjingle/talk/base/scoped_ptr.h(76): ASSERT FAILED: ptr != NULL @ operator->
any help..
The text was updated successfully, but these errors were encountered: