paulhsu / libjingle

Automatically exported from code.google.com/p/libjingle
0 stars 0 forks source link

call example crashes in debug mode #269

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Build libjingle and call.exe in VS 2010 (The solution files can be 
downloaded from Issue 242)
2. Run the debug mode program with command --voiceinput voice.rtpdump 
3. Call an online friend 

What is the expected output? What do you see instead?
The other side should be able to hear the sound "1,2,3,4,5", however the 
program simple crashes with following info:

Error(common.cc:67): 
d:\eduim\ppteach\ppteach-im\libjingle\libs\src\talk\p2p\base\session.cc(706): 
ASSERT FAILED: state() == STATE_INIT || msg.from == remote_name() @ 
cricket::Session::OnIncomingMessage

What version of the product are you using? On what operating system?
libjingle-0.6.0 and libjingle-0.6.6
VS 2010
Win 7

Please provide any additional information below.
It's interesting that only debug mode has this problem. In release mode 
everythng is fine. And it makes no difference with --voiceinput or without, 
using call or using vcall.

Original issue reported on code.google.com by tangketa...@gmail.com on 1 Jan 2012 at 9:37

GoogleCodeExporter commented 9 years ago
This must be related to how it was built. I'm not able to repro this with 
call.exe built from the scons env. This can be VS build related issue, which 
will be resolved as bulk when we start working on it.
Centralize this issue to #242

Original comment by jun...@google.com on 3 Jan 2012 at 11:36