zighouse / doubango

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

erro occur when call srtp_init() #107

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. In testAudioCall test project, when I start an Audio call, it stops at line 
116 of the "trip_manager.c". When it call srtp_init(), the console prints error 
message:
"Detected an attempt to call a symbol in system libraries that is not present 
on the iPhone:
fwrite$UNIX2003 called from function rand_source_init in image testAudioCall."
2.
3.

What is the expected output? What do you see instead?

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

Please provide any additional information below.

Original issue reported on code.google.com by cchua...@gmail.com on 9 May 2012 at 12:52

GoogleCodeExporter commented 9 years ago
Addition information: I run testAudioCall project on IPhone simulator.

Original comment by cchua...@gmail.com on 18 May 2012 at 3:18

GoogleCodeExporter commented 9 years ago
Hi. I have same issue in trtp_manager.c at line 114 (in iphoneSimulator5.0):
Detected an attempt to call a symbol in system libraries that is not present on 
the iPhone:
fwrite$UNIX2003 called from function rand_source_init in image testAudioCall.
(lldb) 

Original comment by mostafa....@gmail.com on 25 May 2012 at 10:08

GoogleCodeExporter commented 9 years ago
This issue only happens on the simulator and I recommend this workaround: 
http://groups.google.com/group/doubango/browse_frm/thread/f7b0c9b80b45b4c0#

Original comment by boss...@yahoo.fr on 31 May 2012 at 2:59

GoogleCodeExporter commented 9 years ago

Original comment by boss...@yahoo.fr on 13 Mar 2013 at 4:28