# New Ticket Created by Dan Collins # Please include the string: [perl #129933] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=129933 > This patches a test added by 111da7867 for RT #3054. This is a test that overflows the C stack though infinite recursion. Unfortunately, FreeBSD doesn't seem to overflow the stack as much as it overflows main memory. On my FreeBSD 12 VM, it uses all available swap and hangs. This patch skips it only for FreeBSD. Perl. Perl perl perl, perl perl. Bug. Regards, Dan Collins On Fri, Oct 21, 2016 at 5:02 PM, Dan Collins <dcollinsn@gmail.com> wrote: > This patches a test added by 111da7867 for RT #3054. > > This is a test that overflows the C stack though infinite > recursion. Unfortunately, FreeBSD doesn't seem to overflow the > stack as much as it overflows main memory. On my FreeBSD 12 VM, > it uses all available swap and hangs. This patch skips it only > for FreeBSD. > > Regards, > Dan Collins >