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 ()
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
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
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
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