SIGSEGV in rt_finalize
Rory Mcguire
rjmcguire at gm_no_ail.com
Thu Jul 29 06:23:49 PDT 2010
Steven Schveighoffer wrote:
> On Wed, 28 Jul 2010 11:45:59 -0400, Rory Mcguire <rjmcguire at gm_no_ail.com>
> wrote:
>
>> Hi guys,
>>
>> I have a 265 line program that gets a segmentation fault if I don't
>> comment
>> out this while loop(I am not using delete or anything like it):
>> /+ while (lines.length > 0 && line.length > 3 && line[3]=='-') {
>> line ~= lines[0];
>> lines = lines[1..$];
>> }+/
>>
>> Any Ideas on how to track this one down?
>
> No, please post the whole code, or a reduced example. What compiler
> version/platform?
>
> -Steve
I'll try make a reduced example.
More information about the Digitalmars-d-learn
mailing list