[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] CoW works on Windows guest?
You might try the latest version of the kernel module and tools that I did all that. With this dscow_tool & cowd binaries, I still have got the same problem. However, the seg fault happens in slightly different position. Program received signal SIGSEGV, Segmentation fault. dscow_create (filename=0x0, base=0xbfe1099f "/xenimages/test.img", block_size=0) at dscow_ops.c:349 349 handle->dirty_bitmaps[i] = 1; (gdb) print i $1 = 0 And i is declared in int. -------------------------------- struct dscow { struct dscow_disk_header header; uint64_t blocks; uint32_t *bitmap; uint32_t bitmap_count; uint32_t *dirty_bitmaps; char *base_filename; int fd; int dirty; }; This image size is 4096000000 bytes (4.1 GB). Thank you. We have a tree on xenbits now. Eventually, we will push an updated _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |