Re: [E-devel] issue with evas cvs on k6-2 + 2.6.3

2004-06-12 Thread The Rasterman
On Mon, 19 Apr 2004 11:39:35 +1200 Dale Anderson [EMAIL PROTECTED]
(Bbabbled:
(B
(B Hi All 
(B 
(B Just wondering if anyone else is having issues with evas built with
(B --enable-mmx on a k6-2 box.
(B I got an illegal instruction running evas_software tests and run it
(B through gdb , it appears for some reason the SIGILL isnt being
(B recognised/caught when testing for mmx2 on launch.
(B
(Bit's been fixed in cvs. :)
(B
(B-- 
(B- Codito, ergo sum - "I code, therefore I am" --
(BThe Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
$B7'<*(B - $Bhttp://www.installshield.com/Dev2Dev/0504
(B___
(Benlightenment-devel mailing list
(B[EMAIL PROTECTED]
(Bhttps://lists.sourceforge.net/lists/listinfo/enlightenment-devel

[E-devel] issue with evas cvs on k6-2 + 2.6.3

2004-04-24 Thread Dale Anderson
Hi All 

Just wondering if anyone else is having issues with evas built with
--enable-mmx on a k6-2 box.
I got an illegal instruction running evas_software tests and run it
through gdb , it appears for some reason the SIGILL isnt being
recognised/caught when testing for mmx2 on launch.

Cheers
Dale.  



---
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
___
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] issue with evas cvs on k6-2 + 2.6.3

2004-04-18 Thread Dale Anderson
Hi All 

Just wondering if anyone else is having issues with evas built with
--enable-mmx on a k6-2 box.
I got an illegal instruction running evas_software tests and run it
through gdb , it appears for some reason the SIGILL isnt being
recognised/caught when testing for mmx2 on launch.

Cheers
Dale.  



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] issue with evas cvs on k6-2 + 2.6.3

2004-04-18 Thread Stafford Horne
Dale,

This is normal behavior.

TO test for hardware support of instructions evas will execute them and
catch the SIGILL to see if it can really support the instruction.

If you think this is crashing you program.. try to continue in gdb its
should not be the cause of the crash.

Stafford

On Mon, 2004-04-19 at 07:44, Dale Anderson wrote:
 Hi All 
 
 Just wondering if anyone else is having issues with evas built with
 --enable-mmx on a k6-2 box.
 I got an illegal instruction running evas_software tests and run it
 through gdb , it appears for some reason the SIGILL isnt being
 recognised/caught when testing for mmx2 on launch.
 
 Cheers
 Dale.  
 
 
 
 ---
 This SF.Net email is sponsored by: IBM Linux Tutorials
 Free Linux tutorial presented by Daniel Robbins, President and CEO of
 GenToo technologies. Learn everything from fundamentals to system
 administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
 ___
 enlightenment-devel mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] issue with evas cvs on k6-2 + 2.6.3

2004-04-18 Thread Dale Anderson
Ahhh neat :) 

/me resync's 

Cheers
Dale.

On Mon, 2004-04-19 at 13:33, Carsten Haitzler wrote:
 On Mon, 19 Apr 2004 12:13:00 +1200 Dale Anderson [EMAIL PROTECTED]
 babbled:
 
  NP I had specifically disabled to get around it anyhow ...works fine
  without mmx enabled ...just hadnt seen it mentioned on the list and was
  wondering wether it kernel related or not :) 
 
 actually i just found the problem - not the kernel - though it looked like it. i
 needed to use sigsetjmp and siglongjmp not setjmp and longjmp as the signal
 vectors didnt get reset and 2.6 was more rutheless. :)
 
  Cheers
  Dale.
  
  On Mon, 2004-04-19 at 12:03, Carsten Haitzler wrote:
   On Mon, 19 Apr 2004 11:44:17 +1200 Dale Anderson
   [EMAIL PROTECTED] babbled:
   
Hi All 

Just wondering if anyone else is having issues with evas built with
--enable-mmx on a k6-2 box.
I got an illegal instruction running evas_software tests and run it
through gdb , it appears for some reason the SIGILL isnt being
recognised/caught when testing for mmx2 on launch.
   
   go back to a 2.4.x kernel. it will work then. for now this SEEMS to be a bug
   with 2.6.x with illegal instruction vector handling under certain
   conditions. i have punted off isolated test code that shows this to one of
   the kernel maintainers i know and will see what comes of it :)
   
   you have 2 choices - EXPLICITLY --disable-sse in configure OR go back to
   2.4.x kernels.
  
  
  
  ---
  This SF.Net email is sponsored by: IBM Linux Tutorials
  Free Linux tutorial presented by Daniel Robbins, President and CEO of
  GenToo technologies. Learn everything from fundamentals to system
  administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
  ___
  enlightenment-devel mailing list
  [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
  
 



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel