|
|
last edited 17 years ago by gdr |
1 2 5 | ||
Editor:
Time: 2007/11/17 22:35:54 GMT-8 |
||
Note: |
changed: - The second line (which should report syntax error at worse), seems to be generating an infinite loop that exhausts memory. \begin{axiom} g:=[(1,2),(3,4)] [1 for (a,b) in g] \end{axiom} On my system, the following message finally appeared:: >> System error: The storage for CONS is exhausted. Currently, 85895 pages are allocated. Use ALLOCATE to expand the space.
The second line (which should report syntax error at worse), seems to be generating an infinite loop that exhausts memory.
axiomg:=[(1,2),(3,4)]
![]() | (1) |
axiom[1 for (a,b) in g] >> System error: The storage for CONS is exhausted. Currently, 241150 pages are allocated. Use ALLOCATE to expand the space.
On my system, the following message finally appeared:
>> System error: The storage for CONS is exhausted. Currently, 85895 pages are allocated. Use ALLOCATE to expand the space.