I have the same problem in 6.06 x86_64 I compiled the source, ran valgrind, and found a bug in a 2d array alloc. It assumes that sizeof(guint) is the same as sizeof(guint*). I think pointers are 8 bytes in x86_64 instead of 4 bytes in i386.
Patch attached. ** Attachment added: "Patch 2d array memory allocation for 8-byte pointers" http://librarian.launchpad.net/7100480/kipina_x86_64.patch -- kipina crashes on launch https://launchpad.net/bugs/95842 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs