[Bug 33710] Re: Crashes on startup on powerpc with xine-engine

Juergen Kreileder jk at blackdown.de
Sun Apr 2 01:25:49 UTC 2006


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




More information about the kubuntu-bugs mailing list