[sage-support] Re: Weird *** longjmp causes uninitialized stack frame *** error?

2010-12-23 Thread Volker Braun
I'm getting the somewhat expected result: sage: i=sqrt(-1) sage: for k in range(100): : print k; r1=random(); r2=random() : try: : xx=100*r1-i; yy=100*r2 : res=gamma(xx)*gamma(yy)/gamma(xx+yy) : except: : pass :

[sage-support] Re: Weird *** longjmp causes uninitialized stack frame *** error?

2010-12-23 Thread KvS
On Dec 23, 10:17 pm, Volker Braun vbraun.n...@gmail.com wrote: I'm getting the somewhat expected result: sage: i=sqrt(-1) sage: for k in range(100): :         print k; r1=random(); r2=random() :     try: :             xx=100*r1-i; yy=100*r2 :        

[sage-support] Re: Weird *** longjmp causes uninitialized stack frame *** error?

2010-12-23 Thread Volker Braun
My guess would be #8 0x008eef06 in rtodbl (x=0xb7d3d708) This is where the over flow occurs, raises signal #7 0x00b49f0e in pari_err (numerr=15) at ../src/language/init.c:980 it is handled by the pari error handler, which attempts to longjmp back into rtodbl or some cleanup routine (did

[sage-support] Re: Weird *** longjmp causes uninitialized stack frame *** error?

2010-12-23 Thread KvS
On Dec 23, 11:25 pm, Volker Braun vbraun.n...@gmail.com wrote: My guess would be #8  0x008eef06 in rtodbl (x=0xb7d3d708) This is where the over flow occurs, raises signal #7  0x00b49f0e in pari_err (numerr=15) at ../src/language/init.c:980 it is handled by the pari error handler, which

[sage-support] Re: Weird *** longjmp causes uninitialized stack frame *** error?

2010-12-23 Thread Volker Braun
Unless you are running precisely 32bit ubuntu 10.04 lts there is nothing that Sage can do about it. -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group