Shared library in D on Linux

Ellery Newcomer ellery-newcomer at utulsa.edu
Tue Apr 10 10:12:03 PDT 2012


On 04/10/2012 12:04 PM, Jacob Carlborg wrote:

>>
>> The odd thing is, when you skip _init and _fini and just do
>>
>> rt_init();
>> writeln("stuff");
>> rt_term();
>>
>> it doesn't segfault
>
> Are the module constructors run?
>

they would have to be for writeln to not segfault


More information about the Digitalmars-d mailing list