BUG DETAILED DESCRIPTIONS
===========================================================
When launching mayloon in web mode, sometimes it cannot launch normally,
the attached files are 2 abnormal log
EXACT STEPS LEADING TO PROBLEM:
(Explain in detail what you do (e.g. tap on OK) and what you see (e.g.
message
Connection Failed appears))
===========================================================
1.
2.
3.
4.
5.
EXPECTED OUTCOME:
===================
ACTUAL OUTCOME:
===================
USER IMPACT:
===================
REPRODUCIBILITY:
(always, less than 1/10, 5/10, 9/10)
=====================================
EXTRA SOFTWARE INSTALLED:
============================
OTHER COMMENTS:
===================
[reply] [-] Comment 1 Wu, Qiujiao 2013-04-02 09:43:44 CST
Created attachment 247 [details]
mayloon launch fail
[reply] [-] Comment 2 Wu, Qiujiao 2013-04-02 09:44:10 CST
Created attachment 248 [details]
mayloon launch fail
[reply] [-] Comment 3 Wu, Qiujiao 2013-04-02 10:50:48 CST
It happens when code comes to following line in java.io.Streams:
c$.skipBuffer=c$.prototype.skipBuffer=new
java.util.concurrent.atomic.AtomicReference();
[reply] [-] Comment 4 Chenyong Zhao 2013-04-02 11:30:26 CST
Yes ,porting tool has no the package of java.util.concurrent, so there there is
no method AtomicReference()
[reply] [-] Comment 5 Wu, Qiujiao 2013-04-02 13:55:45 CST
We comment this line as a workaround, let's watch the following nightly test
whether this bug will still happen with this modification