[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gnash] AMD64 problems
From: |
Ricardo Markiewicz |
Subject: |
[Gnash] AMD64 problems |
Date: |
Tue, 10 Jan 2006 16:22:42 -0300 |
Hi all! playing with this awesome project I found two problem in AMD64.
The first error was that it failed in container.h:809. After awhile I
discovered that the problem was the hash functions, and I replaced
them by simpler that it always returns 1. Now I could open to the
examples of the directory testsuite.
I suspect that the functions bernstein_hash and others throw different
results given a same key.
The other problem is that whem I run gnash I get :
Fatal signal: Segmentation Fault (SDL Parachute Deployed)
Running valgrind I found that fails on :
==20850== Invalid read of size 8
==20850== at 0x129BF30B: glTexEnvf (in /usr/lib/libGL.so.1.2)
==20850== Address 0x148C9688 is not stack'd, malloc'd or (recently) free'd
If I comment backgends/gnash.cpp:463 (
glTexEnvf(GL_TEXTURE_FILTER_CONTROL_EXT, GL_TEXTURE_LOD_BIAS_EXT,
tex_lod_bias);) , now again I can see the testsuite swfs
I'm running Linux Miriya 2.6.12-10-amd64-generic #1 Fri Nov 18
11:51:07 UTC 2005 x86_64 GNU/Linux
I hope this help :)
bye
--
--
Ricardo Markiewicz
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gnash] AMD64 problems,
Ricardo Markiewicz <=