[CRIU] criu-1.1-rc1 segfaults on fedora 20 x86_64

Neal Becker ndbecker2 at gmail.com
Sat Jan 4 12:49:41 PST 2014


So I wanted to try out rpc test.

I'm guessing that:
In test.py, the rpc_pb2 is really:

from protobuf.socketrpc import rpc_pb2 as rpc

I have protobuf:

Metadata-Version: 1.1
Name: protobuf.socketrpc
Version: 1.3.2
Summary: a Python implementation of protobuf RPC over sockets
Home-page: http://code.google.com/p/protobuf-socket-rpc/
Author: Shardul Deo
Author-email: shardul.deo at gmail.com

I started criu service.
I found it's socket, as:
/run/criu_service.socket

Then changing in test.py:

s.connect('/run/criu_service.socket')

I got as far as:
<string> in <module>()


# Recv response
resp = rpc.criu_resp()

AttributeError: 'module' object has no attribute 'criu_req'

Any ideas?


On Sat, Jan 4, 2014 at 2:53 PM, Pavel Emelyanov <xemul at parallels.com> wrote:

> On 01/04/2014 11:42 PM, Neal Becker wrote:
> > I didn't see it.  I just thought the patch was ignoring some error, and
> was asking if that was OK.
>
> Ah, I see. No, it just checks that mounts were collected and emits an
> error message
> otherwise.
>
> > Oh, you can use my name.
>
> Thanks! :)
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openvz.org/pipermail/criu/attachments/20140104/dabea822/attachment.html>


More information about the CRIU mailing list