# HG changeset patch # User arpi_esp # Date 988762321 0 # Node ID 5df429e875f1f88b556fd0f1e3510cb0775910d4 # Parent f66c41c3ca781dcefc72c19b5304fc4c237d4304 l3codeca.acm solved - security patch problem diff -r f66c41c3ca78 -r 5df429e875f1 DOCS/BUGS --- a/DOCS/BUGS Wed May 02 00:11:56 2001 +0000 +++ b/DOCS/BUGS Wed May 02 00:12:01 2001 +0000 @@ -6,6 +6,7 @@ 1. SIGILL (signal 4) in draw_frame, on P3 (mostly with 2.2.x kernels): Problem: movups is crashing in libvo/fastmemcpy.h Workaround: ./configure --disable-fastmemcpy + SOLVED: disabled SSE code in fastmemcpy.h ;( 2. No image (black image) in RGB 16bpp (x11,dga,fbdev,svga) playing MPEG files on SMP machine: @@ -13,8 +14,9 @@ Workaround: ./configure --disable-mmx 3. SIGILL or other fault at loading l3codeca.acm: - Problem: shared libs are loaded to 0x00100000 instead of 0x40000000 + Problem: shared libs are loaded to 0x00xxxxxx instead of 0x40xxxxxx Workaround: mplayer -afm 1 ... + SOLVED: you are using some security kernel patch, like OpenWall etc. Please contact me if you experienced any of the above problems. We need people to test fixes and send us as many system details information as