https://issues.dlang.org/show_bug.cgi?id=18147

Remi Thebault <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Remi Thebault <[email protected]> ---
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?

--

Reply via email to