summaryrefslogtreecommitdiffstats
path: root/DOCS/BUGS
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-02 00:12:01 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-02 00:12:01 +0000
commit31a47d368fc2cae955b252e5827f1b7a6f5e7c9d (patch)
treed55b69ff0da9b728f3b8aa323fa713fde372a1aa /DOCS/BUGS
parentb52c8677612dc590dba9961d77241d57ece9502f (diff)
downloadmpv-31a47d368fc2cae955b252e5827f1b7a6f5e7c9d.tar.bz2
mpv-31a47d368fc2cae955b252e5827f1b7a6f5e7c9d.tar.xz
l3codeca.acm solved - security patch problem
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@685 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/BUGS')
-rw-r--r--DOCS/BUGS4
1 files changed, 3 insertions, 1 deletions
diff --git a/DOCS/BUGS b/DOCS/BUGS
index 723939f89d..73efbdd480 100644
--- a/DOCS/BUGS
+++ b/DOCS/BUGS
@@ -6,6 +6,7 @@ Special system/cpu-specific bugs/problems:
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 @@ Special system/cpu-specific bugs/problems:
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