Windows 8 Stroe App: ComboBox issue leads to crash when running on ATOM processor

Windows 8 Stroe App: ComboBox issue leads to crash when running on ATOM processor

In windows 8 store App, if a combobox is included inside a popup like a normal fly out, and the selection changed event cause the pop up to close, and the App runing on ATOM processor machine then the App will crash most of the times. this issue just happens on ATOM processors.

The Reason
Since there’s a ComboBox inside a Popup, when the ComboBox’s SelectionChanged event fires, the outer popup gets closed. If garbage collection (GC) happens to come in at exactly that point, it exposes a ref count problem. (The GC causes the VisualState to go away, but the ComboBox is still on the call stack and wants to use it.)

Temporary fix: Try to change your app logic to avoid closing the pop up at the time of selection changed event fired.

This issue was reported to Microsoft and a request for fix has been submitted and they did a hot fix which solved this issue.

Tariq.
Leave a Comment
  • Please add 2 and 5 and type the answer here:
  • Post
Wiki - Revision Comment List(Revision Comment)
Sort by: Published Date | Most Recent | Most Useful
Comments
Page 1 of 1 (1 items)
Wikis - Comment List
Sort by: Published Date | Most Recent | Most Useful
Posting comments is temporarily disabled until 10:00am PST on Saturday, December 14th. Thank you for your patience.
Comments
  • Maheshkumar S Tiwari edited Original. Comment: Added Tag and minor edit

Page 1 of 1 (1 items)