« Return to Thread: Stack overflow using PdfWriter

Re: Stack overflow using PdfWriter

by Fabrizio Accatino :: Rate this Message:

Reply to Author | View in Thread

I had the same problem. My environment was IIS6 but it's the same problem.
The only solution I found was increasing the stack size of the process/thread.


http://sourceforge.net/mailarchive/forum.php?thread_name=2433d6a90804080219u3c60cf17k8ab46345950764f6@...&forum_name=itextsharp-questions


http://fhtino.blogspot.com/2008/04/iis6-stackoverflow.html


   fabrizio



On Mon, Jun 22, 2009 at 9:55 PM, Gylfi Ingvason <Gylfi.Ingvason@...> wrote:
I'm getting a stack overflow error when concatenating a bunch of files using
PdfWriter. This occurs in Tree.cs (/trunk/src/coreSystem/util/Collections)
where the private Insert member appears to get into a state where it calls
itself recursively until an exception occurs.
........


------------------------------------------------------------------------------
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
_______________________________________________
itextsharp-questions mailing list
itextsharp-questions@...
https://lists.sourceforge.net/lists/listinfo/itextsharp-questions

 « Return to Thread: Stack overflow using PdfWriter