relase breaks somthing??

Bill Baxter dnewsgroup at billbaxter.com
Tue May 1 14:59:36 PDT 2007


BCS wrote:
> Reply to Jarrett,
> 
>> "BCS" <ao at pathlink.com> wrote in message
>> news:ce0a33439d808c95a0759e2a784 at news.digitalmars.com...
>>
>>> I have a program that compiles and runs fine unless I give it the
>>> release flag. Then it dies with a seg-v. Are there any known issues
>>> along this line?
>>>
>> POST CODE.
>>
> 
> I can't, it's for work.
> 
> Mostly I'm asking if anyone known of somthing to look for.
> 
> When I find the problem, I'll post a minimal case.
> 
> 

Look for doing something in a precondition that is required for correct 
operation of your program.  (Maybe a check you perform actually causes 
an object to initialize its state or something).

--bb


More information about the Digitalmars-d-bugs mailing list