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

_______________________________________________
dmd-beta mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/dmd-beta

Reply via email to