Ticket #4114 (closed defect: fixed)

Opened 18 months ago

Last modified 18 months ago

[with patch, positive review] hang in lisp.py on OS X 10.5

Reported by: mhansen Owned by: was
Priority: blocker Milestone: sage-3.1.2
Component: interfaces Keywords:
Cc: Author(s):
Report Upstream: Reviewer(s):
Merged in: Work issues:

Description

One *major* issue that remains is that the lisp.py doctest hangs forever
on OS X ppc 10.5:

sage -t -long devel/sage/sage/interfaces/lie.py
        [5.5 s]
sage -t -long devel/sage/sage/interfaces/lisp.py

^Z [[10 hours later!]]
[1]+  Stopped                 ./bb
clement-pernets-imac-g5:~ was$

Attachments

trac_4114.patch Download (0.7 KB) - added by mhansen 18 months ago.

Change History

Changed 18 months ago by mhansen

Changed 18 months ago by mabshoff

  • summary changed from [with patch, needs review] hang in lisp.py on OS X 10.5 to [with patch, positive review] hang in lisp.py on OS X 10.5

On an OSX 10.4 PPC box this patch fixes the issue:

varro:~/sage-3.1.2.rc2 mabshoff$ ./sage -t devel/sage/sage/interfaces/lisp.py
sage -t  devel/sage/sage/interfaces/lisp.py                 
         [19.8 s]
 
----------------------------------------------------------------------
All tests passed!

But I am mystified why it did work on OSX Intel boxen.

Cheers,

Michael

Changed 18 months ago by mabshoff

  • status changed from new to closed
  • resolution set to fixed

Merged in Sage 3.1.2.rc3

Note: See TracTickets for help on using tickets.