comparison DOCS/BUGS @ 684:5df429e875f1

l3codeca.acm solved - security patch problem
author arpi_esp
date Wed, 02 May 2001 00:12:01 +0000
parents 3ec7d432d972
children 6bb9d383c392
comparison
equal deleted inserted replaced
683:f66c41c3ca78 684:5df429e875f1
4 Special system/cpu-specific bugs/problems: 4 Special system/cpu-specific bugs/problems:
5 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 5 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6 1. SIGILL (signal 4) in draw_frame, on P3 (mostly with 2.2.x kernels): 6 1. SIGILL (signal 4) in draw_frame, on P3 (mostly with 2.2.x kernels):
7 Problem: movups is crashing in libvo/fastmemcpy.h 7 Problem: movups is crashing in libvo/fastmemcpy.h
8 Workaround: ./configure --disable-fastmemcpy 8 Workaround: ./configure --disable-fastmemcpy
9 SOLVED: disabled SSE code in fastmemcpy.h ;(
9 10
10 2. No image (black image) in RGB 16bpp (x11,dga,fbdev,svga) playing 11 2. No image (black image) in RGB 16bpp (x11,dga,fbdev,svga) playing
11 MPEG files on SMP machine: 12 MPEG files on SMP machine:
12 Problem: bug(?) in MMX YV12->RGB16 converter code 13 Problem: bug(?) in MMX YV12->RGB16 converter code
13 Workaround: ./configure --disable-mmx 14 Workaround: ./configure --disable-mmx
14 15
15 3. SIGILL or other fault at loading l3codeca.acm: 16 3. SIGILL or other fault at loading l3codeca.acm:
16 Problem: shared libs are loaded to 0x00100000 instead of 0x40000000 17 Problem: shared libs are loaded to 0x00xxxxxx instead of 0x40xxxxxx
17 Workaround: mplayer -afm 1 ... 18 Workaround: mplayer -afm 1 ...
19 SOLVED: you are using some security kernel patch, like OpenWall etc.
18 20
19 Please contact me if you experienced any of the above problems. We need 21 Please contact me if you experienced any of the above problems. We need
20 people to test fixes and send us as many system details information as 22 people to test fixes and send us as many system details information as
21 possible (kernel+libc+gcc+binutils version, test results, /proc/cpuinfo etc) 23 possible (kernel+libc+gcc+binutils version, test results, /proc/cpuinfo etc)
22 because these are system-dependent problems and aren't reproducable here. 24 because these are system-dependent problems and aren't reproducable here.