[sage-devel] Re: libpari segfault related to 64bit?

2010-10-15 Thread mhampton
One more data point: on Ubuntu 10.10, sage-4.6.alpha3, grep /proc/cpuinfo model name : Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz uname -a: Linux sancho 2.6.35-22-generic #34-Ubuntu SMP Sun Oct 10 09:26:05 UTC 2010 x86_64 GNU/Linu I do not get the segfault. -Marshall On Oct 15, 3:31 am

Re: [sage-devel] Re: log(1) returns int, not Integer

2010-10-15 Thread Francois Maltey
Hi Karl-Dieter and Burcin, You wrote (I cut a lot) Yup, I see what you are talking about - e.g. if (x.is_equal(_ex1)) // log(1) -> 0 return _ex0; Although it might be nice to stay relatively close to Ginac and fix such things on the Sage level if that's

[sage-devel] Re: log(1) returns int, not Integer

2010-10-15 Thread kcrisman
On Oct 15, 2:02 pm, Burcin Erocal wrote: > Hi Karl-Dieter, > > On Fri, 15 Oct 2010 10:09:50 -0700 (PDT) > > > > > > kcrisman wrote: > > -- > > | Sage Version 4.6.alpha3, Release Date: 2010-10-08                  | > > | Type no

[sage-devel] Re: Strange doctest behavior after adding new ortho polys as Builtin functions

2010-10-15 Thread maldun
Ok I found a workarround: I enlarged the ranges in the for loop for the search of the functions. The change apparently made the search range for the function foo wider. All doctests pass now Open question why does this work if I type it in by hand... On 14 Okt., 21:57, maldun wrote: > Hi all! >

Re: [sage-devel] log(1) returns int, not Integer

2010-10-15 Thread Burcin Erocal
Hi Karl-Dieter, On Fri, 15 Oct 2010 10:09:50 -0700 (PDT) kcrisman wrote: > -- > | Sage Version 4.6.alpha3, Release Date: 2010-10-08 | > | Type notebook() for the GUI, and license() for information.| > --

[sage-devel] log(1) returns int, not Integer

2010-10-15 Thread kcrisman
Dear all, but mostly Burcin, -- | Sage Version 4.6.alpha3, Release Date: 2010-10-08 | | Type notebook() for the GUI, and license() for information.|

[sage-devel] Re: libpari segfault related to 64bit?

2010-10-15 Thread Jason Grout
On 10/15/10 3:15 AM, Jan Groenewald wrote: Hi On Fri, Oct 15, 2010 at 03:02:07AM -0500, Jason Grout wrote: Hope that helps. So it is NOT 64bit specific. Perhaps it is Ubuntu specific. Uhm no, Jason had ubuntu there. 10.04.1, I believe. Thanks, Jason -- To post to this group, send an

Re: [sage-devel] Re: server start, server shutdown

2010-10-15 Thread Jeroen Demeyer
I think it is better to move this discussion to the trac page http://trac.sagemath.org/sage_trac/ticket/7893 -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit thi

Re: [sage-devel] Re: libpari segfault related to 64bit?

2010-10-15 Thread Jeroen Demeyer
Also, I can NOT reproduce the segfault on the following system with sage-4.6.alpha3: $ Linux arcanis 2.6.32-gentoo-r7 #5 SMP Thu Jun 10 23:07:26 CEST 2010 x86_64 Intel(R) Core(TM)2 Duo CPU T5870 @ 2.00GHz GenuineIntel GNU/Linux $ gcc --version gcc-4.4.3 (Gentoo 4.4.3-r2 p1.2) 4.4.3 Copyright (C) 2

Re: [sage-devel] Re: libpari segfault related to 64bit?

2010-10-15 Thread Jan Groenewald
Hi > On Fri, Oct 15, 2010 at 03:02:07AM -0500, Jason Grout wrote: > > Hope that helps. > > So it is NOT 64bit specific. Perhaps it is Ubuntu specific. Uhm no, Jason had ubuntu there. Jan -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za ^^-^^ -- To post to this group, send an

Re: [sage-devel] Re: libpari segfault related to 64bit?

2010-10-15 Thread Jan Groenewald
Hi On Fri, Oct 15, 2010 at 03:02:07AM -0500, Jason Grout wrote: > Hope that helps. So it is NOT 64bit specific. Perhaps it is Ubuntu specific. Jan -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za ^^-^^ -- To post to this group, send an email to sage-devel@googlegroups.com To

[sage-devel] Re: libpari segfault related to 64bit?

2010-10-15 Thread Jason Grout
On 10/15/10 2:48 AM, Jan Groenewald wrote: Hi Summary: On a mixture of sage 4.5.2, 4.5.3, and 4.6alpha3 Linux: i7 64bit: sefgault E8400 64bit: segfault T4300 64bit: segfault T3200 64bit: segfault T2300 32bit: no segfault OS X 10.6 (Marshall: 32 or 64 bit?): no segfault Conjecture: It is a Lin

Re: [sage-devel] Re: libpari segfault related to 64bit?

2010-10-15 Thread Jan Groenewald
Hi Summary: On a mixture of sage 4.5.2, 4.5.3, and 4.6alpha3 Linux: i7 64bit: sefgault E8400 64bit: segfault T4300 64bit: segfault T3200 64bit: segfault T2300 32bit: no segfault OS X 10.6 (Marshall: 32 or 64 bit?): no segfault Conjecture: It is a Linux specific 64bit problem. Can some people o

[sage-devel] Re: server start, server shutdown

2010-10-15 Thread Donald Alan Morrison
Hi Kwankyu, Thanks for your work. Here are some comments for the current version: 49 os.kill(pid,signal.SIGTERM) 50 time.sleep(.5) 51 if os.path.isfile(pid_file): 52 print "Waiting for the sage server to terminate..." 53 ti