I'm going to need an strace to debug crashes. calibre is pretty stable on my 64-bit system, so it's likely an interaction with some dependency. strace will help me find that.
The bug fixes with respect to stability in 0.6.12 were platform neutral ones (an reference cycle that the Python garbage collector couldn't handle leading to a memory leak when queueing books for conversion)
strace -f calibre
|