On Tue, Aug 12, 2014 at 11:22:00AM +0200, arnaud gaboury wrote: > supermin: exception: Stack overflow
Try making the stack bigger I guess. ulimit -s 65536 (or larger). You need to build first of all from git, using ./configure && make && make quickcheck. makepkg is doing some strange stuff. Get the basics working first. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-p2v converts physical machines to virtual machines. Boot with a live CD or over the network (PXE) and turn machines into KVM guests. http://libguestfs.org/virt-v2v _______________________________________________ Libguestfs mailing list [email protected] https://www.redhat.com/mailman/listinfo/libguestfs
