[CRIU] criu-1.1-rc1 segfaults on fedora 20 x86_64
Neal Becker
ndbecker2 at gmail.com
Sun Jan 5 11:35:57 PST 2014
1. The rpc_pb2.py is the same as the standard package as found here?
https://pypi.python.org/pypi/protobuf.socketrpc/1.3.2
On Sun, Jan 5, 2014 at 9:22 AM, Pavel Emelyanov <xemul at parallels.com> wrote:
> 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! :)
> >
> >
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openvz.org/pipermail/criu/attachments/20140105/9b34548c/attachment.html>
More information about the CRIU
mailing list