Bugs item #3141752, was opened at 2010-12-22 17:19
Message generated for change (Tracker Item Submitted) made by marcus-b
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=865514&aid=3141752&group_id=173455

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: MinGW32CE (arm-wince-mingw32ce
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Marcus Brinkmann (marcus-b)
Assigned to: Nobody/Anonymous (nobody)
Summary: idata5 MUST NOT be in .rdata

Initial Comment:
idata5 must be writable, because it contains the addresses of imported symbols. 
 cegcc currently places them in .rdata.  The system happily accepts that and 
fills in the addresses of imported symbols, but under memory pressure the page 
can be evicted (it's "rdata" after all), and when it is loaded back from 
storage the address of the imported symbols on this page are gone.

The problem is only visible under memory pressure, when the application 
suddenly starts to crash when calling library functions.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=865514&aid=3141752&group_id=173455

------------------------------------------------------------------------------
Forrester recently released a report on the Return on Investment (ROI) of
Google Apps. They found a 300% ROI, 38%-56% cost savings, and break-even
within 7 months.  Over 3 million businesses have gone Google with Google Apps:
an online email calendar, and document program that's accessible from your 
browser. Read the Forrester report: http://p.sf.net/sfu/googleapps-sfnew
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to