[Issue 18147] Debug information limited in size
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Sat Jan  5 17:27:51 UTC 2019
    
    
  
https://issues.dlang.org/show_bug.cgi?id=18147
Remi Thebault <remi.thebault at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |remi.thebault at gmail.com
--- Comment #1 from Remi Thebault <remi.thebault at gmail.com> ---
Also happens to me with other set of GL bindings.
in debtyp_alloc (dmd/backend/dcgcv.d) there is the following assertion
assert(len < 4 * 4096 - 100)
which doesn't pass.
In the case of my GL bindings, len is as high as 75k (vs 16284).
Is there any possibility to raise this limit to 200k?
--
    
    
More information about the Digitalmars-d-bugs
mailing list