Comment 5 for bug 1092826

Revision history for this message
Alexander Vershilov (qnikst) wrote :

Here I'm attaching a sources of a program where you can see a error.

PREREQUIENCES:
ghc, cabal (or better cabal-dev), libvirt, qemu

STEPS TO REPRODUCE:
1). cabal(-dev) configure
2). cabal(-dev) build (it will download all deps and build program)
3). run ./dist/build/test/test

EXPECTED RESULTS:
program should finish with so output and success exit code

ACTUAL RESULTS
4). program failing with error (but creating domain in libvirt)

If it needed I can send executable only it will work on Precise.