Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic StackOverflowException while Layout (Read 1563 times)
roman
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 8
Joined: Feb 8th, 2011
StackOverflowException while Layout
Mar 8th, 2011 at 9:01am
Print Post  
Hi Stoyo

I receive a StackOverflow-Exception, during layout of my sample flowchart. Is this Issue http://mindfusion.eu/Forum/YaBB.pl?board=fcnet_disc;action=display;num=125431651... already fixed?

I tested with about 1200 nodes that are linked sequentially and use the Flowchartlayout. I've tested with other layout strategies too, however I only receive the Exception with the Flowchartlayout.

I haven't changed the layout settings, so i use the Flowchartlayout with default settings. Do you know of any solution for this problem?

Thanks in advance
Roman
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: StackOverflowException while Layout
Reply #1 - Mar 8th, 2011 at 10:25am
Print Post  
Hi Roman,

FlowchartLayout uses most recursive calls from all layout classes and we haven't tried to optimize it yet. The only solution we know of is to increase the process callstack size using the editbin tool. Here's an example setting it to about 2MB:

editbin /stack:2000000 myproj.exe

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
roman
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 8
Joined: Feb 8th, 2011
Re: StackOverflowException while Layout
Reply #2 - Mar 11th, 2011 at 9:33am
Print Post  
Hi Stoyo

Thanks for the reply. I'll try this out.

Roman
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint