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

call error(ASSERT FAILED: ptr != NULL @ operator->) #104

Open
praveenpyro opened this issue Jul 26, 2013 · 9 comments
Open

call error(ASSERT FAILED: ptr != NULL @ operator->) #104

praveenpyro opened this issue Jul 26, 2013 · 9 comments

Comments

@praveenpyro
Copy link

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..

@lukeweber
Copy link
Owner

That's just a crash due to an assert failure. Where is the assert?
On Jul 26, 2013 7:01 AM, "praveenpyro" notifications@github.com wrote:

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..


Reply to this email directly or view it on GitHubhttps://github.com//issues/104
.

@praveenpyro
Copy link
Author

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)

@praveenpyro
Copy link
Author

T* operator->() const {
ASSERT(ptr != NULL);
return ptr;
}

the above statement is there

@lukeweber
Copy link
Owner

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.

@McPo
Copy link

McPo commented Oct 14, 2013

Using ndk-stack

0x005d8c1c:_ZN9talk_base10Filesystem8OpenFileERKNS_8PathnameERKSs + 0x0020
0x005af1c8:_ZN19VoiceClientCallback20OnSignalAudioPlayoutEv + 0x00b0
0x009499cc:_ZN6tuenti21ClientSignalingThread7GetCallEj + 0x00a8
0x00945028:_ZN6tuenti21ClientSignalingThread17OnXmppSocketCloseEi + 0x009c
0x00943a9c:_ZN7sigslot7signal1IPKcNS_15single_threadedEED0Ev + 0x0018
0x00614710:_ZN9talk_base12MessageQueue5ClearEPNS_14MessageHandlerEjPSt4listINS_7MessageESaIS4_EE + 0x01c4
0x00675828:_ZN9talk_base6Thread4SendEPNS_14MessageHandlerEjPNS_11MessageDataE + 0x0258
0x00675148:_ZN9talk_base6Thread5StartEPNS_8RunnableE + 0x0434
0x006750bc:_ZN9talk_base6Thread5StartEPNS_8RunnableE + 0x03a8
0x005d8c1c:_ZN9talk_base10Filesystem8OpenFileERKNS_8PathnameERKSs + 0x0020
0x005af1c8:_ZN19VoiceClientCallback20OnSignalAudioPlayoutEv + 0x00b0
0x009499cc:_ZN6tuenti21ClientSignalingThread7GetCallEj + 0x00a8
0x00945028:_ZN6tuenti21ClientSignalingThread17OnXmppSocketCloseEi + 0x009c
0x00943a9c:_ZN7sigslot7signal1IPKcNS_15single_threadedEED0Ev + 0x0018
0x00614710:_ZN9talk_base12MessageQueue5ClearEPNS_14MessageHandlerEjPSt4listINS_7MessageESaIS4_EE + 0x01c4
0x00675828:_ZN9talk_base6Thread4SendEPNS_14MessageHandlerEjPNS_11MessageDataE + 0x0258
0x00675148:_ZN9talk_base6Thread5StartEPNS_8RunnableE + 0x0434
0x006750bc:_ZN9talk_base6Thread5StartEPNS_8RunnableE + 0x03a8
0x005d8c1c:_ZN9talk_base10Filesystem8OpenFileERKNS_8PathnameERKSs + 0x0020
0x005af1c8:_ZN19VoiceClientCallback20OnSignalAudioPlayoutEv + 0x00b0
0x009499cc:_ZN6tuenti21ClientSignalingThread7GetCallEj + 0x00a8
0x00945028:_ZN6tuenti21ClientSignalingThread17OnXmppSocketCloseEi + 0x009c
0x00943a9c:_ZN7sigslot7signal1IPKcNS_15single_threadedEED0Ev + 0x0018
0x00614710:_ZN9talk_base12MessageQueue5ClearEPNS_14MessageHandlerEjPSt4listINS_7MessageESaIS4_EE + 0x01c4
0x00675828:_ZN9talk_base6Thread4SendEPNS_14MessageHandlerEjPNS_11MessageDataE + 0x0258
0x00675148:_ZN9talk_base6Thread5StartEPNS_8RunnableE + 0x0434
0x006750bc:_ZN9talk_base6Thread5StartEPNS_8RunnableE + 0x03a8

Pure Logcat

10-14 14:22:29.730: I/InputReader(2281): Touch event's action is 0x0 (deviceType=0) [pCnt=1, s=0.219 ]
10-14 14:22:29.730: I/InputDispatcher(2281): Delivering touch to current input target: action: 0x0
10-14 14:22:29.730: I/InputDispatcher(2281): Delivering touch to current input target: action: 0x0
10-14 14:22:29.735: I/InputDispatcher(2281): Delivering touch to current input target: action: 0x0
10-14 14:22:29.820: I/InputReader(2281): Touch event's action is 0x1 (deviceType=0) [pCnt=1, s=]
10-14 14:22:29.820: I/InputDispatcher(2281): Delivering touch to current input target: action: 0x1
10-14 14:22:29.820: I/InputDispatcher(2281): Delivering touch to current input target: action: 0x1
10-14 14:22:29.820: I/InputDispatcher(2281): Delivering touch to current input target: action: 0x1
10-14 14:22:29.825: I/c-libjingle-webrtc(15661): VoiceClient::Call
10-14 14:22:29.825: I/c-libjingle-webrtc(15661): ClientSignalingThread::Call
10-14 14:22:29.825: I/libjingle(15661): ClientSignalingThread::OnMessage: MSG_CALL
10-14 14:22:29.825: I/c-libjingle-webrtc(15661): ClientSignalingThread::CallS
10-14 14:22:29.825: E/libjingle(15661): Error(common.cc:67): jni/../../../third_party/libjingle/talk/base/scoped_ptr.h(76): ASSERT FAILED: ptr != NULL @ operator->
10-14 14:22:29.825: A/libc(15661): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 15675 (ceClientService)
10-14 14:22:29.925: I/DEBUG(1910): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
10-14 14:22:29.930: I/DEBUG(1910): Build fingerprint: 'samsung/m0xx/m0:4.1.2/JZO54K/I9300XXEMC2:user/release-keys'
10-14 14:22:29.930: I/DEBUG(1910): pid: 15661, tid: 15675, name: ceClientService >>> com.sixdegreelabs.saltdna.voip:VoiceClientService <<<
10-14 14:22:29.930: I/DEBUG(1910): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr deadbaad
10-14 14:22:30.145: I/DEBUG(1910): r0 00000027 r1 deadbaad r2 40187b0c r3 00000000
10-14 14:22:30.145: I/DEBUG(1910): r4 00000000 r5 5e7cbaac r6 5e7cbdc4 r7 00000078
10-14 14:22:30.145: I/DEBUG(1910): r8 5ddbe024 r9 00100000 sl 51c2bbb8 fp 5e7cbadc
10-14 14:22:30.145: I/DEBUG(1910): ip 5e5aac90 sp 5e7cbaa8 lr 40159c65 pc 401562fe cpsr 60000030
10-14 14:22:30.145: I/DEBUG(1910): d0 0000000000000004 d1 3ff0000043a00000
10-14 14:22:30.145: I/DEBUG(1910): d2 0000000100000001 d3 0000000000000000
10-14 14:22:30.145: I/DEBUG(1910): d4 0000000000000000 d5 0000000000000000
10-14 14:22:30.145: I/DEBUG(1910): d6 00ca0ff000000000 d7 000001323f4ccccd
10-14 14:22:30.145: I/DEBUG(1910): d8 0000000000000000 d9 0000000000000000
10-14 14:22:30.145: I/DEBUG(1910): d10 0000000000000000 d11 0000000000000000
10-14 14:22:30.145: I/DEBUG(1910): d12 0000000000000000 d13 0000000000000000
10-14 14:22:30.145: I/DEBUG(1910): d14 0000000000000000 d15 0000000000000000
10-14 14:22:30.145: I/DEBUG(1910): d16 0000000000000017 d17 0000000000000000
10-14 14:22:30.145: I/DEBUG(1910): d18 0000000000000000 d19 0000000000000000
10-14 14:22:30.145: I/DEBUG(1910): d20 4008000000000000 d21 3fbc71c71c71c71c
10-14 14:22:30.145: I/DEBUG(1910): d22 3fcc7288e957b53b d23 3fd24998d6307188
10-14 14:22:30.145: I/DEBUG(1910): d24 3fd99a27ad32ddf5 d25 3fe555b0aaeac752
10-14 14:22:30.145: I/DEBUG(1910): d26 0000000000000000 d27 0000000000000000
10-14 14:22:30.145: I/DEBUG(1910): d28 0000000000000005 d29 0000000000000000
10-14 14:22:30.145: I/DEBUG(1910): d30 0000000000000000 d31 0000000000000000
10-14 14:22:30.145: I/DEBUG(1910): scr 60000010
10-14 14:22:30.150: I/DEBUG(1910): backtrace:
10-14 14:22:30.150: I/DEBUG(1910): #00 pc 000182fe /system/lib/libc.so
10-14 14:22:30.150: I/DEBUG(1910): #1 pc 0000dc04 /system/lib/libc.so (abort+4)
10-14 14:22:30.150: I/DEBUG(1910): #2 pc 005d8c1c /data/data/com.sixdegreelabs.saltdna.voip/lib/libvoice-native.so (talk_base::Break()+8)
10-14 14:22:30.150: I/DEBUG(1910): #3 pc 005af1c8 /data/data/com.sixdegreelabs.saltdna.voip/lib/libvoice-native.so (talk_base::Assert(bool, char const_, char const_, int, char const_)+72)
10-14 14:22:30.150: I/DEBUG(1910): #4 pc 009499cc /data/data/com.sixdegreelabs.saltdna.voip/lib/libvoice-native.so (talk_base::scoped_ptrbuzz::XmppRosterModule::operator->() const+84)
10-14 14:22:30.150: I/DEBUG(1910): #5 pc 00945028 /data/data/com.sixdegreelabs.saltdna.voip/lib/libvoice-native.so (tuenti::ClientSignalingThread::CallS(std::string const&, std::string const&)+524)
10-14 14:22:30.150: I/DEBUG(1910): #6 pc 00943a9c /data/data/com.sixdegreelabs.saltdna.voip/lib/libvoice-native.so (tuenti::ClientSignalingThread::OnMessage(talk_base::Message_)+560)
10-14 14:22:30.150: I/DEBUG(1910): #7 pc 00614710 /data/data/com.sixdegreelabs.saltdna.voip/lib/libvoice-native.so (talk_base::MessageQueue::Dispatch(talk_base::Message_)+52)
10-14 14:22:30.150: I/DEBUG(1910): #8 pc 00675828 /data/data/com.sixdegreelabs.saltdna.voip/lib/libvoice-native.so (talk_base::Thread::ProcessMessages(int)+224)
10-14 14:22:30.150: I/DEBUG(1910): #9 pc 00675148 /data/data/com.sixdegreelabs.saltdna.voip/lib/libvoice-native.so (talk_base::Thread::Run()+24)
10-14 14:22:30.150: I/DEBUG(1910): #10 pc 006750bc /data/data/com.sixdegreelabs.saltdna.voip/lib/libvoice-native.so (talk_base::Thread::PreRun(void_)+152)
10-14 14:22:30.150: I/DEBUG(1910): #11 pc 00012e00 /system/lib/libc.so (thread_entry+48)
10-14 14:22:30.150: I/DEBUG(1910): #12 pc 00012558 /system/lib/libc.so (pthread_create+172)
10-14 14:22:30.150: I/DEBUG(1910): #13 pc 00001b24
10-14 14:22:30.150: I/DEBUG(1910): stack:
10-14 14:22:30.150: I/DEBUG(1910): 5e7cba68 00000000
10-14 14:22:30.150: I/DEBUG(1910): 5e7cba6c 00000000
10-14 14:22:30.150: I/DEBUG(1910): 5e7cba70 00000000
10-14 14:22:30.150: I/DEBUG(1910): 5e7cba74 00000006
10-14 14:22:30.150: I/DEBUG(1910): 5e7cba78 00000000
10-14 14:22:30.150: I/DEBUG(1910): 5e7cba7c 5e5cad00
10-14 14:22:30.150: I/DEBUG(1910): 5e7cba80 40182774 /system/lib/libc.so
10-14 14:22:30.150: I/DEBUG(1910): 5e7cba84 40187d10
10-14 14:22:30.150: I/DEBUG(1910): 5e7cba88 00000000
10-14 14:22:30.150: I/DEBUG(1910): 5e7cba8c 40159c65 /system/lib/libc.so (fwalk+32)
10-14 14:22:30.150: I/DEBUG(1910): 5e7cba90 00000001
10-14 14:22:30.150: I/DEBUG(1910): 5e7cba94 5e7cbaac
10-14 14:22:30.150: I/DEBUG(1910): 5e7cba98 5e7cbdc4
10-14 14:22:30.150: I/DEBUG(1910): 5e7cba9c 00000078
10-14 14:22:30.155: I/DEBUG(1910): 5e7cbaa0 df0027ad
10-14 14:22:30.155: I/DEBUG(1910): 5e7cbaa4 00000000
10-14 14:22:30.155: I/DEBUG(1910): #00 5e7cbaa8 00000000
10-14 14:22:30.155: I/DEBUG(1910): 5e7cbaac fffffbdf
10-14 14:22:30.155: I/DEBUG(1910): 5e7cbab0 5e7cba00
10-14 14:22:30.155: I/DEBUG(1910): 5e7cbab4 5dcfd5d0 /data/data/com.sixdegreelabs.saltdna.voip/lib/libvoice-native.so (std::string::M_construct_null(char) const+28)
10-14 14:22:30.155: I/DEBUG(1910): 5e7cbab8 5e7cbbec
10-14 14:22:30.155: I/DEBUG(1910): 5e7cbabc 5e7cbbec
10-14 14:22:30.155: I/DEBUG(1910): 5e7cbac0 5e7cbab0
10-14 14:22:30.155: I/DEBUG(1910): 5e7cbac4 5e5aac3c /data/data/com.sixdegreelabs.saltdna.voip/lib/libvoice-native.so
10-14 14:22:30.155: I/DEBUG(1910): 5e7cbac8 00000001
10-14 14:22:30.155: I/DEBUG(1910): 5e7cbacc 4014bc08 /system/lib/libc.so (pthread_clone)
10-14 14:22:30.155: I/DEBUG(1910): #1 5e7cbad0 192a6492
10-14 14:22:30.155: I/DEBUG(1910): 5e7cbad4 5dd21c20 /data/data/com.sixdegreelabs.saltdna.voip/lib/libvoice-native.so (talk_base::LogAssert(char const
, char const
, int, char const
))
10-14 14:22:30.155: I/DEBUG(1910): #2 5e7cbad8 5e7cbaf4
10-14 14:22:30.155: I/DEBUG(1910): 5e7cbadc 5dcf81cc /data/data/com.sixdegreelabs.saltdna.voip/lib/libvoice-native.so (talk_base::Assert(bool, char const, char const, int, char const_)+76)
10-14 14:22:30.160: I/DEBUG(1910): memory near r2:
10-14 14:22:30.160: I/DEBUG(1910): 40187aec 00000000 00000000 00000000 00000000 ................
10-14 14:22:30.160: I/DEBUG(1910): 40187afc 00000000 00000000 00000000 00000000 ................
10-14 14:22:30.160: I/DEBUG(1910): 40187b0c 00000001 00000000 00000000 00000000 ................
10-14 14:22:30.160: I/DEBUG(1910): 40187b1c 00000000 00000000 00000000 00000000 ................
10-14 14:22:30.160: I/DEBUG(1910): 40187b2c 00000000 00000000 00000000 00000000 ................
10-14 14:22:30.160: I/DEBUG(1910): memory near r5:
10-14 14:22:30.160: I/DEBUG(1910): 5e7cba8c 40159c65 00000001 5e7cbaac 5e7cbdc4 e..@......|^..|^
10-14 14:22:30.160: I/DEBUG(1910): 5e7cba9c 00000078 df0027ad 00000000 00000000 x....'..........
10-14 14:22:30.160: I/DEBUG(1910): 5e7cbaac fffffbdf 5e7cba00 5dcfd5d0 5e7cbbec ......|^...]..|^
10-14 14:22:30.160: I/DEBUG(1910): 5e7cbabc 5e7cbbec 5e7cbab0 5e5aac3c 00000001 ..|^..|^<.Z^....
10-14 14:22:30.160: I/DEBUG(1910): 5e7cbacc 4014bc08 192a6492 5dd21c20 5e7cbaf4 ...@.d_. ..]..|^
10-14 14:22:30.160: I/DEBUG(1910): memory near r6:
10-14 14:22:30.160: I/DEBUG(1910): 5e7cbda4 51c2bb28 00000000 51c2bb78 000034b5 (..Q....x..Q.4..
10-14 14:22:30.160: I/DEBUG(1910): 5e7cbdb4 00eb399b ffffffff ffffffff ffffffff .9..............
10-14 14:22:30.160: I/DEBUG(1910): 5e7cbdc4 5e590eec 5e590f58 00000000 00000000 ..Y^X.Y^........
10-14 14:22:30.160: I/DEBUG(1910): 5e7cbdd4 00000000 51c2b6a0 51c2b6cb 51c2b6cb .......Q...Q...Q
10-14 14:22:30.160: I/DEBUG(1910): 5e7cbde4 5e5cad00 00000010 51c2b6e8 00000000 ..^.......Q....
10-14 14:22:30.160: I/DEBUG(1910): memory near r8:
10-14 14:22:30.160: I/DEBUG(1910): 5ddbe004 e51b3010 e3a02000 e5c3207c e24bd004 .0... ..| ....K.
10-14 14:22:30.160: I/DEBUG(1910): 5ddbe014 e8bd8800 0073bfa8 0073c054 0073be64 ......s.T.s.d.s.
10-14 14:22:30.160: I/DEBUG(1910): 5ddbe024 e92d4800 e28db004 e24dd010 e50b0010 .H-.......M.....
10-14 14:22:30.160: I/DEBUG(1910): 5ddbe034 e51b3010 e50b3008 ebfffc46 e1a02000 .0...0..F.... ..
10-14 14:22:30.160: I/DEBUG(1910): 5ddbe044 e51b3008 e5933000 e1a00002 e1a01003 .0...0..........
10-14 14:22:30.160: I/DEBUG(1910): memory near r9:
10-14 14:22:30.160: I/DEBUG(1910): 000fffe0 ffffffff ffffffff ffffffff ffffffff ................
10-14 14:22:30.160: I/DEBUG(1910): 000ffff0 ffffffff ffffffff ffffffff ffffffff ................
10-14 14:22:30.160: I/DEBUG(1910): 00100000 ffffffff ffffffff ffffffff ffffffff ................
10-14 14:22:30.160: I/DEBUG(1910): 00100010 ffffffff ffffffff ffffffff ffffffff ................
10-14 14:22:30.160: I/DEBUG(1910): 00100020 ffffffff ffffffff ffffffff ffffffff ................
10-14 14:22:30.160: I/DEBUG(1910): memory near sl:
10-14 14:22:30.160: I/DEBUG(1910): 51c2bb98 411c964b 411c9638 00000000 00000001 K..A8..A........
10-14 14:22:30.160: I/DEBUG(1910): 51c2bba8 51c2bbc8 00000001 00000000 00000013 ...Q............
10-14 14:22:30.160: I/DEBUG(1910): 51c2bbb8 51c2bb28 00000000 00000000 00000043 (..Q........C...
10-14 14:22:30.165: I/DEBUG(1910): 51c2bbc8 51c2bae8 401873e0 00000000 5e6cc000 ...Q.s.@......l^
10-14 14:22:30.165: I/DEBUG(1910): 51c2bbd8 00100000 00001000 00000000 00000000 ................
10-14 14:22:30.165: I/DEBUG(1910): memory near fp:
10-14 14:22:30.165: I/DEBUG(1910): 5e7cbabc 5e7cbbec 5e7cbab0 5e5aac3c 00000001 ..|^..|^<.Z^....
10-14 14:22:30.165: I/DEBUG(1910): 5e7cbacc 4014bc08 192a6492 5dd21c20 5e7cbaf4 ...@.d_. ..]..|^
10-14 14:22:30.165: I/DEBUG(1910): 5e7cbadc 5dcf81cc 0000004c 5e514b74 5e514e78 ...]L...tKQ^xNQ^
10-14 14:22:30.165: I/DEBUG(1910): 5e7cbaec 007cbbbc 5e7cbb0c 5e0929d0 5e514bb0 ..|...|^.).^.KQ^
10-14 14:22:30.165: I/DEBUG(1910): 5e7cbafc 5e5aac3c 00000001 411cc124 5e7cbcac <.Z^....$..A..|^
10-14 14:22:30.165: I/DEBUG(1910): memory near ip:
10-14 14:22:30.165: I/DEBUG(1910): 5e5aac70 401502c0 4014fbb0 401506c0 40097649 ...@...@...@Iv.@
10-14 14:22:30.165: I/DEBUG(1910): 5e5aac80 40168895 40154f75 4015525c 4015a245 ...@uo.@\R.@e..@
10-14 14:22:30.165: I/DEBUG(1910): 5e5aac90 4014bc00 40177c4b 40160a19 40160c79 ...@k|.@...@y..@
10-14 14:22:30.165: I/DEBUG(1910): 5e5aaca0 40177e8d 401600a9 4016085d 4015ce2d .~.@...@]..@-..@
10-14 14:22:30.165: I/DEBUG(1910): 5e5aacb0 40151969 4015a6b9 4014b2c0 4014a814 i..@...@...@...@
10-14 14:22:30.165: I/DEBUG(1910): memory near sp:
10-14 14:22:30.165: I/DEBUG(1910): 5e7cba88 00000000 40159c65 00000001 5e7cbaac ....e..@......|^
10-14 14:22:30.165: I/DEBUG(1910): 5e7cba98 5e7cbdc4 00000078 df0027ad 00000000 ..|^x....'......
10-14 14:22:30.165: I/DEBUG(1910): 5e7cbaa8 00000000 fffffbdf 5e7cba00 5dcfd5d0 ..........|^...]
10-14 14:22:30.165: I/DEBUG(1910): 5e7cbab8 5e7cbbec 5e7cbbec 5e7cbab0 5e5aac3c ..|^..|^..|^<.Z^
10-14 14:22:30.165: I/DEBUG(1910): 5e7cbac8 00000001 4014bc08 192a6492 5dd21c20 .......@.d_. ..]
10-14 14:22:30.165: I/DEBUG(1910): code around pc:
10-14 14:22:30.165: I/DEBUG(1910): 401562dc e000b164 6823461c d1fb2b00 68e3e026 d....F#h.+..&..h
10-14 14:22:30.165: I/DEBUG(1910): 401562ec 4a17b123 447a2401 47986014 20274911 #..J.$zD.`.G.I'
10-14 14:22:30.165: I/DEBUG(1910): 401562fc 70082400 ebb2f7f4 f7f52106 a902ecf2 .$.p.....!......
10-14 14:22:30.165: I/DEBUG(1910): 4015630c f04f2006 460a5380 94029304 f7f59403 . O..S.F........
10-14 14:22:30.165: I/DEBUG(1910): 4015631c 4629e8d0 20024622 e8d8f7f5 eb9ef7f4 ..)F"F. ........
10-14 14:22:30.165: I/DEBUG(1910): code around lr:
10-14 14:22:30.165: I/DEBUG(1910): 40159c44 41f0e92d 4c0b2600 447c4680 68a56824 -..A.&.L.F|D$h.h
10-14 14:22:30.165: I/DEBUG(1910): 40159c54 e0076867 300cf9b5 dd022b00 47c04628 gh.....0.+..(F.G
10-14 14:22:30.165: I/DEBUG(1910): 40159c64 35544306 d5f53f01 2c006824 4630d1ef .CT5.?..$h.,..0F
10-14 14:22:30.165: I/DEBUG(1910): 40159c74 81f0e8bd 000288b2 43f0e92d fb01461f ........-..C.F..
10-14 14:22:30.165: I/DEBUG(1910): 40159c84 f8dff602 b0878058 44f8460c 8000f8d8 ....X....F.D....
10-14 14:22:30.165: I/DEBUG(1910): memory map around fault addr deadbaad:
10-14 14:22:30.165: I/DEBUG(1910): be7e9000-be80a000 [stack]
10-14 14:22:30.170: I/DEBUG(1910): (no map for address)
10-14 14:22:30.170: I/DEBUG(1910): ffff0000-ffff1000 [vectors]
10-14 14:22:30.310: I/DEBUG(1910): !@dumpstate -k -t -z -d -o /data/log/dumpstate_app_native -m 15661
10-14 14:22:30.310: I/BootReceiver(2281): Copying /data/tombstones/tombstone_01 to DropBox (SYSTEM_TOMBSTONE)
10-14 14:22:30.320: I/dumpstate(15708): begin
10-14 14:22:30.455: D/dalvikvm(2281): GC_CONCURRENT freed 1865K, 37% free 25026K/39687K, paused 27ms+11ms, total 137ms
10-14 14:22:30.455: D/dalvikvm(2281): WAIT_FOR_CONCURRENT_GC blocked 110ms
10-14 14:22:31.230: W/PowerManagerService(2281): Timer 0x3->0x3|0x0

Any help would be greatly appreciated.

Thanks,
Emmet

@AnthonyKoueik
Copy link

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 .

@praveenpyro
Copy link
Author

No did not got any solution

On Mon, Jun 8, 2015 at 5:42 PM, AnthonyKoueik notifications@github.com
wrote:

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
#5)

this is my LogCat Errors.

I'm having this Error when i have an Internet Disconnection .


Reply to this email directly or view it on GitHub
#104 (comment)
.

@AnthonyKoueik
Copy link

Did you find another project ? or you worked it around using this one ?
I think that we need to do what LukeWeber did do, and build our own Libjingle-webrtc but i am afraid that i will take a lot of time .

@praveenpyro
Copy link
Author

yes worked around with the same.
try to compile the lib properly.

On Wed, Jun 10, 2015 at 12:08 PM, AnthonyKoueik notifications@github.com
wrote:

Did you find another project ? or you worked it around using this one ?
I think that we need to do what LukeWeber did do, and build our own
Libjingle-webrtc but i am afraid that i will take a lot of time .


Reply to this email directly or view it on GitHub
#104 (comment)
.

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

No branches or pull requests

4 participants