[fpc-pascal] FPC compiled program stops with SIGILL on newer hardware (Pentium M 800 MHz)

2007-03-09 Thread Dirk Verwiebe
Hello, my program, written ca 5 years ago which worked all the time on several hardware plattforms(486,AMD 64 ,Celeron 433) crashs with a SIGILL error on my new Pentium M Board. The program was compiled with debug information and so i can see it stops if it in function getcpuinfo and cpu_init in th

Re: [fpc-pascal] FPC compiled program stops with SIGILL on newer hardware (Pentium M 800 MHz)

2007-03-09 Thread Dirk Verwiebe
The program works under dos with go32v2. The compiler is FPC 1.06. Dirk Verwiebe schrieb: > Hello, > my program, written ca 5 years ago which worked all the time on several > hardware plattforms(486,AMD 64 ,Celeron 433) > crashs with a SIGILL error on my new Pentium M Board. >

Re: [fpc-pascal] FPC compiled program stops with SIGILL on newer hardware (Pentium M 800 MHz)

2007-03-09 Thread Dirk Verwiebe
Thank you very much for your quick reply. Maybe you are right,but i have forgotten to write my program works without the cpu unit, and the cpu unit works without my program. It is a curios situation. regards Dirk Daniël Mantione schrieb: > > Op Fri, 9 Mar 2007, schreef Dirk Ve

Re: [fpc-pascal] FPC compiled program stops with SIGILL on newer hardware (Pentium M 800 MHz)

2007-03-09 Thread Dirk Verwiebe
Hello Florian, exception handling was the problem.I have removed the dpmiexcp unit and now it works again. Thank you very much regards Dirk Florian Klaempfl schrieb: > Dirk Verwiebe schrieb: >> Thank you very much for your quick reply. >> Maybe you are right,but i have for

Re: [fpc-pascal] FPC compiled program stops with SIGILL on newer hardware (Pentium M 800 MHz)

2007-03-10 Thread Dirk Verwiebe
I would test it but where i can find the fix ? regards Dirk Florian Klaempfl schrieb: > Dirk Verwiebe schrieb: >> Hello Florian, >> >> exception handling was the problem.I have removed the dpmiexcp unit and >> now it works again. > > Well, this is only a w

Re: [fpc-pascal] FPC compiled program stops with SIGILL on newer hardware (Pentium M 800 MHz)

2007-03-10 Thread Dirk Verwiebe
Ok. Thanks a lot. Dirk Daniël Mantione schrieb: > > Op Sat, 10 Mar 2007, schreef Dirk Verwiebe: > >> I would test it but where i can find the fix ? > > The easiest way is to download a snapshot. For instructions see the > website. Snapshots are built each night using

Re: [fpc-pascal] FPC compiled program stops with SIGILL on newer hardware (Pentium M 800 MHz)

2007-03-10 Thread Dirk Verwiebe
? > >> Thank you very much >> >> regards >> >> Dirk >> >> Florian Klaempfl schrieb: >>> Dirk Verwiebe schrieb: >>>> Thank you very much for your quick reply. >>>> Maybe you are right,but i have forgotten to write my program

Re: [fpc-pascal] FPC compiled program stops with SIGILL on newer hardware (Pentium M 800 MHz)

2007-03-12 Thread Dirk Verwiebe
described below: It seems FPC 2.02 doesn´t like the cpu unit. If neccassary i could post the source of the test program. regards Dirk Dirk Verwiebe schrieb: > I have tried a small test program with cpu unit and it works neither > with dpmiexcp nor without dpmiexcp. > I get with dpmiexcp and