erichocean / libjingle

Automatically exported from code.google.com/p/libjingle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crash under release mode

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. Compile libjingle under release mode
2. login, make a voice call from libjingle application to GMail client, then 
hang up(You don't need a media engine for real voice call, just make a call 
then hang up)
3. Make a voice call from GMail client to the libjingle client

What is the expected output?
libjingle client should be able to receive and accept the call

What do you see instead?
libjingle client crashed at Step 3

What version of the product are you using? On what operating system?
libjingle 0.5.2

Please provide any additional information below.

I compiled an android version of libjingle, under release mode, I tried the 
same scenario under debug mode, no problem, but the app crashed under release 
mode.

I translated the trace using Android NDK tool and found the crash is related to 
the Step() method in Task.cc, however I still have no idea about how to fix 
this problem. Does anyone have any idea about this issure? Thanks




Original issue reported on code.google.com by interfac...@gmail.com on 6 Sep 2011 at 11:07

This is the stack trace of the crash:

talk_base::Task::Step
talk_base::TaskRunner::InternalRunTasks
talk_base::TaskRunner::RunTasks
XmppPump::OnMessage 
talk_base::MessageQueue::Dispatch
talk_base::Thread::ProcessMessages
talk_base::Thread::Run




Original comment by interfac...@gmail.com on 6 Sep 2011 at 11:17

Marking as obsolete.

Original comment by juberti@google.com on 1 Jun 2013 at 4:20

  • Changed state: WontFix