Closed GoogleCodeExporter closed 9 years ago
Linux manual for "select": Consider timeout to be undefined after select()
returns
...so does your code hang after a single iteration through the while(fWait)
code???
MORE: On Linux, select() modifies timeout to reflect the amount of time not
slept; most other implementations do not do this. (POSIX.1-2001 permits either
behavior.) This causes problems both when Linux code which reads timeout is
ported to other operating systems, and when code is ported to Linux that reuses
a struct timeval for multiple select()s in a loop without reinitializing it.
Consider timeout to be undefined after select() returns.
http://linux.die.net/man/2/select
Original comment by krw2...@gmail.com
on 3 Mar 2012 at 3:36
I guess I should have addded: since the "select" function is so primitive
(directly into the kernel), it's very likely that the iOS kernel is setting
your wait/wakup timer to null after the first call (and not updating it like
Linux does).
Please let me know if this works.
Keith
Original comment by krw2...@gmail.com
on 3 Mar 2012 at 3:40
How can I build libjingle user armv6 or armv7. not iPhoneSimulator4.3. thank
you.
Original comment by kan...@gmail.com
on 10 Jun 2012 at 3:44
[deleted comment]
1.reference this:
https://bitbucket.org/ivucica/libjingle-builder
http://blog.csdn.net/ipromiseu/article/details/6140115
2.use this patch,maybe u need to modify some path as yours in patch file.
3.mail me(guohui.great --- gmail )
Original comment by guohui.g...@gmail.com
on 5 Jul 2012 at 6:19
Attachments:
Was there ever a workaround found for this issue? It looks like IOS builds are
still hanging on that same line.
Original comment by Zack.Man...@gmail.com
on 18 Mar 2013 at 6:47
Closing this issue; for updates, follow the iOS-related issues in the WebRTC
issue tracker.
Original comment by juberti@google.com
on 1 Jun 2013 at 4:42
Original issue reported on code.google.com by
atl...@gmail.com
on 28 Jan 2012 at 11:04