You might want to reassign this bug to xine-lib. The crash is caused by xine-lib's ppcasm_cacheable_memcpy().
If I modify ppcasm_string.S to use 128 byte (shift 7) cachelines (I have a G5) instead of 32 (shift 1), the crash goes away: #define L1_CACHE_LINE_SIZE 128 CACHELINE_BYTES = 128 LG_CACHELINE_BYTES = 7 CACHELINE_MASK = (128 - 1) -- Crashes on startup on powerpc with xine-engine https://launchpad.net/malone/bugs/33710 -- kubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
