bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #29574] VM stack overflows aren't properly handled [1.9.10]


From: Ludovic Courtès
Subject: [bug #29574] VM stack overflows aren't properly handled [1.9.10]
Date: Wed, 26 May 2010 21:56:03 +0000
User-agent: Mozilla/5.0 (GNU; rv:1.9.1.7) Gecko/20100107 IceCat/3.6 (like Firefox/3.6)

Update of bug #29574 (project guile):

                  Status:                    None => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #2:

Applied:
http://git.savannah.gnu.org/cgit/guile.git/commit/?id=f1046e6b78f3044db6d9fd64cf272864366a1182
.

Andy suggested looking at stack overflow/underflow handlers by Hieb et al.,
which could be an option in the longer term.  My understanding is that the
paper suggests creating a new stack segment upon stack overflow and linking it
to the previous stack.  

This policy may not always be desirable.  Raising a stack-overflow exception
as we currently do leaves it up to the application to decide which policy to
apply.  IOW, it separates mechanism from policy.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?29574>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]