Opened 13 years ago

Closed 13 years ago

#207 closed bug (fixed)

"nesting too deep" missing in Singular on Windows

Reported by: dreyer Owned by: seelisch
Priority: minor Milestone: 3-1-1
Component: dontKnow Version: 3-1-0
Keywords: Cc:

Description

proc a(){
  a();
};
a();

closes Singular without any message on Windows (tested on 3-1-0 and 3-1-1). On Linux says "nesting too deep" and work can continue.

Regards,

Alexander

Change History (2)

comment:1 Changed 13 years ago by seelisch

Owner: changed from somebody to seelisch

on Frank's Windows XP computer, nesting depth is 490; I asked Shwaki to run under Windows 7; waiting for result...

comment:2 Changed 13 years ago by seelisch

Resolution: fixed
Status: newclosed

acceptible nesting depth under XP and under Vista is 490

Note: See TracTickets for help on using tickets.