[perl #77170] 'maximum recursion depth exceeded' comes with complete stack trace

2016-04-07 Thread Will Coleda via RT
On Sat Aug 29 04:31:00 2015, coke wrote: > BTW, I am having a really hard time on moar making this crash. I added > some debug output to show the number of invocations on moar. > > Got up to 1000 invocations before I got bored and killed it. Here's a sample showing the iterations. sub recu

[perl #77170] 'maximum recursion depth exceeded' comes with complete stack trace

2015-08-29 Thread Will Coleda via RT
On Tue Aug 17 21:46:38 2010, coke wrote: > Here's a simple program if you're lazy and want to cut and paste > something to test: > > > > sub recursion($a) { > recursion($a) > } > > recursion("see also"); BTW, I am having a really hard time on moar making this crash. I added some debug outpu

[perl #77170] 'maximum recursion depth exceeded' comes with complete stack trace

2011-11-21 Thread Will Coleda via RT
On Sat Nov 19 18:56:22 2011, sprout wrote: > On Tue Aug 17 21:46:38 2010, coke wrote: > > Here's a simple program if you're lazy and want to cut and paste > > something to test: > > > > > > > > sub recursion($a) { > > recursion($a) > > } > > > > recursion("see also"); > > > > That example (

[perl #77170] 'maximum recursion depth exceeded' comes with complete stack trace

2011-11-21 Thread Father Chrysostomos via RT
On Tue Aug 17 21:46:38 2010, coke wrote: > Here's a simple program if you're lazy and want to cut and paste > something to test: > > > > sub recursion($a) { > recursion($a) > } > > recursion("see also"); > That example (with the bad prototype stripped) just gives me: perl(5674) malloc: ***

[perl #77170] 'maximum recursion depth exceeded' comes with complete stack trace

2010-08-11 Thread via RT
# New Ticket Created by Wenzel Peppmeyer # Please include the string: [perl #77170] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77170 > If somebody comes up with the brilliant idea (or has to) increase the recursion lim