Re: Problem with rev 1217

new topic     » goto parent     » topic index » view thread      » older message » newer message
mattlewis said...
ne1uno said...

svn1218 introduced a new crasher, tracked down to an include file that depended on being included from another file that includes a file that defines a global constant.

I believe you, really. But I'm having trouble unwinding that sentence. Could you post a simple test case that crashes?

I hope this is close enough to the original crash, as I was only guessing at the cause. simpler, just move an include after the first use of something it defines.

---prog.ex 
-- move include a.e to here and no crash 
 
global constant x=1 
  ,a= ax 
  ,b = 2 
 
include a.e  
 
 
--a.e 
global constant ax = 1 
 

win98 
The instruction at 0x0045cf4a referenced memory at 0x029d67a8. 
The memory could not be written. 
Exception fielded by 0x0049aec0 
ETC. 

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu