DMD 1.002 release
    Lionello Lunesu 
    lio at lunesu.remove.com
       
    Thu Jan 25 01:42:07 PST 2007
    
    
  
Walter Bright wrote:
> Lionello Lunesu wrote:
>> My problem's still not solved :(
>>
>> String constants are pointing to wrong data at run-time. For example, 
>> std.string.split(a,"\t"), the "\t" points to random data.
>>
>> I cannot seem to isolate it, and it works fine with 1.00.
> 
> Try running the split earlier in the program.
It's in a unittest! :S
Anyway, I have it isolated, somewhat. Can I send you a .zip?
It also happens in linux, by the way. Just thought I'd test that, since 
in linux I would have gotten an access violation if something would 
overwrite string constants. Instead, I get the same assert failure.
L.
    
    
More information about the Digitalmars-d-announce
mailing list