- App runs well on x86 machines
- Runs as expected on Surface if the debugger is attached or if run with debugger enabled (http://bit.ly/WO52kJ)
- But fails when I launch the app on Surface with debugger disabled.
I tried to trace the execution flow by writing logs to div on the page. I have noticed that some function calls didn't work as expected (for example only 2 out of 3 subscribers for a dojo.publish were executed). There were no exceptions. The issue could be reproduced on every run.
This looks quite Bizzare! I have tried quite a few things including resetting the Surface to start afresh. There was no change in behavior. Did anyone ever run into this issue? Are there any known issues with JS run time?