[CRIU] criu-1.1-rc1 segfaults on fedora 20 x86_64
Pavel Emelyanov
xemul at parallels.com
Sun Jan 5 06:22:25 PST 2014
On 01/05/2014 12:49 AM, Neal Becker wrote:
> 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
The rpc_pb2 in this test is the rpc_pb2.py compiled like this
protoc --proto_path=. --python_out=. rpc.proto
> 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 <mailto: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?
But I don't see that you've sent the request.
>
> On Sat, Jan 4, 2014 at 2:53 PM, Pavel Emelyanov <xemul at parallels.com <mailto: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! :)
>
>
More information about the CRIU
mailing list