[dmd-beta] D2 2.058 beta 4

David Nadlinger code at klickverbot.at
Mon Feb 13 12:08:37 PST 2012


On 2/13/12 9:03 PM, Jacob Carlborg wrote:
> My serialization library Orange doesn't work with this beta. I get a segmentation fault. The backtrace from GDB seems to indicate some sort of infinite loop or recursion. I see some traces of "__lambda" in the backtrace but that is not used anywhere in my code.

Could you put together a test case? __lambda appears in the mangled name 
of, well, lambdas – or do you mean that you aren't using any function 
literals in your code?

David


More information about the dmd-beta mailing list