The attached file generates a SIGABRT for me in guile-2.0.11 on my Mac. It looks like a stack overflow. The program is a sxml-match case with ~ 100 rules. I can work around by splitting the match into two cases of 50 rules. I am not sure this qualifies as a bug, but may be of interest.mwette$
I forgot to mention that the SIGABRT occurs during the compile process.
> On Apr 4, 2016, at 7:14 PM, Matt Wette wrote:
>
> The attached file generates a SIGABRT for me in guile-2.0.11 on my Mac. It
> looks like a stack overflow. The program is a sxml-match case with ~ 100
> rules. I can
Matt Wette writes:
>> On Mar 28, 2016, at 12:04 PM, Andy Wingo wrote:
>> I am working on improving our port implementation to take advantage of
>> the opportunity to break ABI in 2.2. I am wondering how much I can
>> break C API as well -- there are some changes that would allow better
>> user-
> On Apr 5, 2016, at 7:06 AM, Mark H Weaver wrote:
>
> Matt Wette writes:
>
>>> On Mar 28, 2016, at 12:04 PM, Andy Wingo wrote:
>>> I am working on improving our port implementation to take advantage of
>>> the opportunity to break ABI in 2.2. I am wondering how much I can
>>> break C API as