Closed GoogleCodeExporter closed 9 years ago
Update: I reverted the small changes I had tested but I had the same problem
with the open files (pipes)... So I tested something new:
In file,
/doubango/tinyNET/src/tnet_transport_poll.c
In function,
int tnet_transport_unprepare(tnet_transport_t *transport)
Added:
if (0==close(context->pipeW)){
TSK_DEBUG_INFO("closed hard %d",context->pipeW);
};
Just Before:
/* reset both R and W sides */
context->pipeR = 0;
context->pipeW = 0;
Which seemed to solve the problem, but I am _not_ a C-programmer so I don't
know if this hack is bad?
Original comment by StefanEn...@gmail.com
on 27 May 2014 at 8:42
Original comment by boss...@yahoo.fr
on 27 May 2014 at 10:43
This is a regression. Should be fixed by r1110.
Original comment by boss...@yahoo.fr
on 27 May 2014 at 11:15
Original issue reported on code.google.com by
StefanEn...@gmail.com
on 26 May 2014 at 2:05