Bug in close() ?

2013-09-30 Thread Or Goshen
Hi When I add the modules socket and close and use a simple program that only creates a socket and closes it I get the following error in gdb: gdb: unknown target exception 0xc008 at 0x774d12f7 Program received signal ?, Unknown signal. 0x776815de in ntdll!LdrQueryProcessModuleInformation ()

Re: relicense module spawn-pipe

2013-08-29 Thread Or Goshen
Removed the use of error() in spawn-pipe On Wed, Aug 28, 2013 at 7:53 PM, Eric Blake wrote: > On 08/28/2013 08:19 AM, Or Goshen wrote: > > This patch will make the module usable from a library context, it will > not > > call error() unless specifically asked to. > > Ca

Re: relicense module spawn-pipe

2013-08-28 Thread Or Goshen
top-post] > > On 08/26/2013 07:00 AM, Or Goshen wrote: > > Certainly changing this behavior and rewriting it so it will return with > an > > error code instead of aborting would increase the usefulness of this > module > > ? > > I'll be happy to provide a patch i

Re: relicense module spawn-pipe

2013-08-26 Thread Or Goshen
13 at 3:42 PM, Eric Blake wrote: > On 08/26/2013 01:27 AM, Or Goshen wrote: > > hi, > > > > I would like to use the module spawn-pipe in a library called libguestfs > to > > make it compileable under mingw. currently the library is using the > > fork/exec com

relicense module spawn-pipe

2013-08-26 Thread Or Goshen
hi, I would like to use the module spawn-pipe in a library called libguestfs to make it compileable under mingw. currently the library is using the fork/exec combination which doesnt compile under mingw (mingw doesnt support fork). spawn-pipe looks like a good replacement, however it is licensed G