RE: a recursion bug

2012-10-03 Thread Yuxiang Cao
Hi, Actually, I just change to Solaris system and running your code which still not work. Regards, Yuxiang Cao From: Yuxiang Cao Sent: Wednesday, October 03, 2012 11:00 PM To: Greg Wooledge Subject: RE: a recursion bug Hi, this is a interesting problem

RE: a recursion bug

2012-10-02 Thread Yuxiang Cao
recursive calls. So in my example, what I think I can do is to limit the times of recursive calls. So I simply export FUNCNEST variable as " export FUNCNEST=500", however, it doesn't work. That could be a bug for bash, right? Regards, Yuxiang Cao __

a recursion bug

2012-09-28 Thread Yuxiang Cao
s information. test.sh: xmalloc: ../bash/unwind_prot.c:308: cannot allocate 172 bytes (8359936 bytes allocated) So from the above information I think this is not a stack overflow, and that is a real fault in this program. Regards, Yuxiang Cao