Hi again David,
I did further investigation. And I find this:
The assembly instruction that seems to cause problem is:
pmuludq mm1,mm7 (multiply packed unsigned doubleword integers)
And this instruction is an SSE2 extension.
My old processor (Intel Celeron 466MHz Family 6 Model 6 Stepping 5 Revision 3)
does not support it.
I don't know where this instruction comes from. I mean does it come from GMP compilation or
does it come from GCL itself.
I suppose everything is compiled with GCC and I guess there is some switches of the compiler
to disable the use of SSE2 extension.
Hope this help.
Laurent.
> -----Message d'origine-----
> De?: David Billinghurst [mailto:dbmaxima at gmail.com]
> Envoy??: dimanche 6 mai 2012 07:19
> ??: laurent couraud
> Cc?: maxima at math.utexas.edu
> Objet?: Re: [Maxima] Maxima 5.27 crashes
>
> On 6/05/2012 8:19 AM, laurent couraud wrote:
> > Sorry I forget to mention it is under Windows XP.
> >> Hi everyone,
> >>
> >> Maxima 5.27.0 command line crashes nearly systematically.
> >> I can do 1+1 but if I try any command like factor or ratsimp it crashes instantly.
> >> And with XMaxima it crashes even before I see the maxima prompt.
> Hi Laurent,
>
> I built the windows installer. It works for me under Windows XP SP3,
> and the testsuite passes (with 2 fails).
>
> I don't know what to suggest. Does 5.26.0 work for you? It was built
> using the same system and I haven't has any reports of problems.