Re: [e-users] E17 : evas segmentation fault

2004-04-04 Thread Antonio Palladini
Am 02.04.2004 02:18:05 schrieb(en) Carsten Haitzler: i'd appreciate help in trackign down why the autodetect is failing to stop sse instructions? or illegal ones at any rate. It seems to me evas_cpu.c line 50 prefetch(blah) cause the segfault. But prefetch is assembler and i have no skill in

Re: [e-users] E17 : evas segmentation fault

2004-03-31 Thread Antonio Palladini
Am 31.03.2004 03:50:21 schrieb(en) Carsten Haitzler: does evas_software_x11_test work? No, it wont. I got a Illegal instruction. gdb says : 115 cpu_feature_mask |= CPU_FEATURE_SSE * Program received signal SIGKILL, Illegal instruction. evas_common_cpu_sse_test() at evas_cpu.c:50 50

Re: [e-users] E17 : evas segmentation fault

2004-03-31 Thread Ibukun Olumuyiwa
On Wed 31 Mar 2004, Antonio Palladini wrote: Am 31.03.2004 03:50:21 schrieb(en) Carsten Haitzler: does evas_software_x11_test work? No, it wont. I got a Illegal instruction. gdb says : 115 cpu_feature_mask |= CPU_FEATURE_SSE * Program received signal SIGKILL, Illegal instruction.

Re: [e-users] E17 : evas segmentation fault

2004-03-31 Thread The Rasterman
On Wed, 31 Mar 2004 17:57:36 +0200 Antonio Palladini [EMAIL PROTECTED] babbled: Am 31.03.2004 03:50:21 schrieb(en) Carsten Haitzler: does evas_software_x11_test work? No, it wont. I got a Illegal instruction. gdb says : 115 cpu_feature_mask |=

Re: [e-users] E17 : evas segmentation fault

2004-03-31 Thread The Rasterman
On Wed, 31 Mar 2004 13:55:54 -0600 Ibukun Olumuyiwa [EMAIL PROTECTED] babbled: On Wed 31 Mar 2004, Antonio Palladini wrote: Am 31.03.2004 03:50:21 schrieb(en) Carsten Haitzler: does evas_software_x11_test work? No, it wont. I got a Illegal instruction.

Re: [e-users] E17 : evas segmentation fault

2004-03-31 Thread The Rasterman
On Thu, 1 Apr 2004 06:27:58 +0200 Antonio Palladini [EMAIL PROTECTED] babbled: Am 01.04.2004 02:04:51 schrieb(en) Carsten Haitzler: this is ok - type: cont in gdb to continue - evas traps the illegal instruction (when not under gdb) and then knows to

[e-users] E17 : evas segmentation fault

2004-03-30 Thread Antonio Palladini
Hello List, i have downloaded the actual e17 cvs and it compiles fine. If i start for example the evas_gl_x11_test programms , i got a segmentation fault error. How can i fix this ? My System is : AMD K6II 350Mhz Debian Gnu/Linux testing/unstable Xfree86 4.3 regards Antonio

Re: [e-users] E17 : evas segmentation fault

2004-03-30 Thread The Rasterman
On Wed, 31 Mar 2004 02:08:21 +0200 Antonio Palladini [EMAIL PROTECTED] babbled: Hello List, i have downloaded the actual e17 cvs and it compiles fine. If i start for example the evas_gl_x11_test programms , i got a segmentation fault error. How can i fix