I came across an assert in Windows, in the libdvdnav/vm/vm.c; line 177; close(fd); and same call again; line 217; close(fd); which unfortunately means program gets terminated in Windows. -- Jorgen Lundman | <lundman@lundman.net> Unix Administrator | +81 (0)3 -5456-2687 ext 1017 (work) Shibuya-ku, Tokyo | +81 (0)90-5578-8500 (cell) Japan | +81 (0)3 -3375-1767 (home)
On Tue, Sep 29, 2009 at 07:00:26PM +0900, Jorgen Lundman wrote:
I came across an assert in Windows, in the libdvdnav/vm/vm.c;
line 177; close(fd);
and same call again;
line 217; close(fd);
which unfortunately means program gets terminated in Windows.
So nobody ever tested on Windows? :) Send a patch that fixes the issue... Diego
So nobody ever tested on Windows? :)
It might be a new "feature" of devstudio 2010, to terminate applications rather than returning an error code like expected.
Send a patch that fixes the issue...
One patch at a time. Lund -- Jorgen Lundman | <lundman@lundman.net> Unix Administrator | +81 (0)3 -5456-2687 ext 1017 (work) Shibuya-ku, Tokyo | +81 (0)90-5578-8500 (cell) Japan | +81 (0)3 -3375-1767 (home)
participants (2)
-
Diego Biurrun -
Jorgen Lundman