[dmd-beta] D2 2.058 beta 4

Jacob Carlborg doob at me.com
Mon Feb 13 12:12:41 PST 2012


On 13 feb 2012, at 21:08, David Nadlinger wrote:

> 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?

That's what I'm working on.

> __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


I'm using delegates, but not the new lambda syntax, () => foo;

-- 
/Jacob Carlborg



More information about the dmd-beta mailing list