[Issue 2289] Stack overflow on very large BigInt to string.
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Sun Aug 17 12:58:57 PDT 2008
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=2289
andrei at metalanguage.com changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
------- Comment #1 from andrei at metalanguage.com  2008-08-17 14:58 -------
Thanks for the report. I could not reproduce the bug, but looked over the
implementation of toString and it uses O(N) stack gratuitously. I replaced that
implementation, and I'm pretty sure it solves the issue, so I'll preemptively
close the bug.
-- 
    
    
More information about the Digitalmars-d-bugs
mailing list