[En-Nut-Discussion] Another strange behavior
    Cosmin Buhu 
    towmeup at as.ro
       
    Fri Apr  2 14:24:14 CEST 2004
    
    
  
    I struggled myself all day with another strange behavior:
have an working application - add one line of code  - breaks
completely the application in another place, completely unrelated
with the added line. I can't figure what can be wrong, I even made
the stack of the main thread bigger, without help.
Comparing map files doesn't show much difference:
== Working map
0x0000cf8c (dec 53132)  _etext = .
0x00800708 (dec 1800) PROVIDE (__data_end, .)
0x00800fc3 (dec 4035) PROVIDE (__bss_end, .)
== NOT working map (one line added, a call to a function 
which is already used in the code, up to this new call) 
0x0000cf96 (dec 53142) _etext = .
0x00800720 (dec 1824) PROVIDE (__data_end, .)
0x00800fdb (dec 4059) PROVIDE (__bss_end, .)
Any hints please ?
Regards,
Cosmin
    
    
More information about the En-Nut-Discussion
mailing list