Core was generated by `virsh define /<pathtoxml>' Program terminated with signal 11, Segmentation fault. #0 0x00007fdc653d91f4 in ?? () from /usr/lib/libgnutls.so.26
Created attachment 6267 [details] Backtrace with dbg for virsh and gnutls26 3.10.0-ucs81-amd64 Whole USI at 2014102921000291
Is it reproducible with the same XML file?
Most probably a duplicate of Bug #31032: "virsh -c xen:/// define" by-passes the running Xend and directly communicates with Xend. It also monitors /var/lib/xend/domains/ using inotify, which has a race-condition: As "virsh define" is very short-lived, the connection is already closed when the inotify event occurs , leading to the already closed connection being used again, which often leads to a crash inside a (unrelated) called function. By using "virsh -c xen+unix:/// define" the running libvirtd is used, which so far has not shown the bug.
This was a Bug with Xen; as Xen is deprecated since UCS-4.x → WONTFIX