<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<br>
<div class="moz-cite-prefix">On 1/24/14 2:54 PM, Cantor, Scott
wrote:<br>
</div>
<blockquote cite="mid:CF082EEC.483FE%25cantor.2@osu.edu" type="cite"><br>
<pre wrap="">
Just for info, can you recurse it until it crashes and see how many you
get?
</pre>
</blockquote>
<br>
Yeah, good idea. If I just put the stack trace logging action first
in the flow, and just have it call itself like so:<br>
<br>
<action-state id="LogStackTrace"><br>
<evaluate expression="LogStackTrace" /><br>
<transition on="proceed" to="LogStackTrace" /><br>
</action-state><br>
<br>
<br>
(so not actually doing any SAML decoding, handlers, actions, etc),
I get a Java stack overflow after 985 executions.<br>
<br>
This is on MacOS with JDK 1.7.0_45, 64-bit. Don't know what the
default stack size is there, I'd have to hunt that down.<br>
</body>
</html>