host.lua call of net.poll causes interrupt error
Tested with running cli.lua on "localhost:1215" and other usages of host.lua and get errors along the lines of:
[006559fc] [cli] lua interface error: Error loading script C:\Program Files (x86)\VideoLAN\VLC\lua\intf\cli.luac: ...ckage/win32/../../../share/lua/intf/modules/host.lua:279: Interrupted.
Line 279 of host.lua is:
local ret = vlc.net.poll( pollfds )
May have been one of the following commits made on the 20th of June 2013:
2e68de72 lua: raise an erro from net.poll() when quitting 80fc185b lua: remove no-op 3d2bd907 lua: fix potential busy loop in net.poll() 2dc214fb Lua: remove write-only set_intf()
Testing log:
VLC 2.0.7 (Win32) - Hosting Works
VLC 2.1.0 (Win32):
20130616 - Hosting Works
20130620 - Hosting Works
20130621 - Hosting Fails
20130622 - Hosting Fails
20130623 - Hosting Fails
20130625 - Hosting Fails
20130626 - Hosting Fails