bug-guile
[Top][All Lists]
Advanced

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

[bug #31941] [1-9-14] FAIL: test-scm-with-guile on MIPS


From: Cedric Cellier
Subject: [bug #31941] [1-9-14] FAIL: test-scm-with-guile on MIPS
Date: Wed, 22 Dec 2010 08:26:30 +0000
User-agent: Mozilla/5.0 (X11; U; Linux mips64; en-US; rv:1.9.2.8) Gecko/20100923 Gentoo Firefox/3.6.8

Follow-up Comment #2, bug #31941 (project guile):

The bug happens because SCM_STACK_OVERFLOW_P erroneously report
a stack overflow, because the base of the stack is not updated
when the thread reenter into guile mode as it's supposed to according the the
patch that's tested
(http://lists.gnu.org/archive/html/guile-devel/2008-11/msg00037.html).

This happens because this code is never executed since the top of
the stack is always NULL.

Grepping through the code, I can't find were the current thread stack top is
ever set.
Apparently all initialization of top is gone with this patch :
45f15cac1f7f36c24ad0734fe128483080272e5f

Making the aforementionned patch dead code.



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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