This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 236326 - JVM Crash while inspecting HTML5 app in iOS Device
Summary: JVM Crash while inspecting HTML5 app in iOS Device
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: Cordova (show other bugs)
Version: 7.4
Hardware: PC Mac OS X
: P2 normal (vote)
Assignee: Jan Becicka
URL:
Keywords: 7.4_WAIVER_APPROVED
Depends on:
Blocks:
 
Reported: 2013-09-24 13:09 UTC by Jan Becicka
Modified: 2013-11-13 19:27 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Error log (49.23 KB, application/octet-stream)
2013-09-24 13:11 UTC, Jan Becicka
Details
crash report (107.41 KB, application/octet-stream)
2013-09-24 22:43 UTC, John Jullion-ceccarelli
Details
crash report (96.43 KB, application/octet-stream)
2013-09-24 22:44 UTC, John Jullion-ceccarelli
Details
all crash reports (296.37 KB, application/zip)
2013-09-25 15:13 UTC, John Jullion-ceccarelli
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Becicka 2013-09-24 13:09:39 UTC
JVM sometimes crashes while connected to iPad.
Comment 1 Jan Becicka 2013-09-24 13:11:29 UTC
Created attachment 140415 [details]
Error log
Comment 2 Jan Becicka 2013-09-24 13:13:23 UTC
Waiting for crash report from ~/Library/Logs/DiagnosticReports
Comment 3 Jan Becicka 2013-09-24 13:14:48 UTC
I improved synchronization in trunk:
http://hg.netbeans.org/web-main/rev/ea3ece30d92c

I need crash report to verify, that above commit is the fix.
Comment 4 John Jullion-ceccarelli 2013-09-24 22:38:00 UTC
*** Bug 236338 has been marked as a duplicate of this bug. ***
Comment 5 John Jullion-ceccarelli 2013-09-24 22:43:23 UTC
Created attachment 140430 [details]
crash report
Comment 6 John Jullion-ceccarelli 2013-09-24 22:44:15 UTC
sorry it took so long. here are two, I have others if you want to compare. Petr yours has been crashing as well, can you attach one of your crash reports?
Comment 7 John Jullion-ceccarelli 2013-09-24 22:44:48 UTC
Created attachment 140431 [details]
crash report
Comment 8 Jan Becicka 2013-09-25 08:01:49 UTC
John, both crash reports are not related to this bug, but to bug 236338.

Please send me all those reports, I'll grep them.

zip crashes.zip ~/Library/Logs/DiagnosticReports/java*

and attach crashes.zip to this issue or send the directly to me.
Thanks
Comment 9 Petr Jiricka 2013-09-25 11:17:21 UTC
> Petr yours has been crashing as well, can you attach one of your crash reports?

Well my crash was different, not related to iPad (as I don't have an iPad). I started seeing regular crashes after updating to JDK 7u40, and I already reported those as bug 235863.
Comment 10 Marian Mirilovic 2013-09-25 15:03:00 UTC
As QE is not able to reproduce and verified reliably in 7.4, we will not fix it in 7.4 . Leave it as candidate for future possible patches.
Comment 11 John Jullion-ceccarelli 2013-09-25 15:13:01 UTC
Created attachment 140472 [details]
all crash reports
Comment 12 Jan Becicka 2013-09-25 18:38:14 UTC
There are 13 Java crashes in John's logs. 11 of them are related to issue 236338.
One is related to this issue. We are not able to reproduce this crash. Let's close this issue as fixed by ea3ece30d92c and let's reopen it, if anyone is able to reproduce it even with ea3ece30d92c.
Comment 13 Petr Jiricka 2013-09-25 22:21:46 UTC
Good, thanks. But I still don't understand why not put this patch into 7.4, if John confirms that it fixes the problem on his side. After all, crash is a P1, no?
Comment 14 Jan Becicka 2013-09-26 13:35:58 UTC
(In reply to Petr Jiricka from comment #13)
> Good, thanks. But I still don't understand why not put this patch into 7.4,
> if John confirms that it fixes the problem on his side. After all, crash is
> a P1, no?

I doubt, that John can reliably reproduce it. If he (or anyone else) can reproduce it and verify the fix I'm also for integration. But AFAIK we cannot reproduce it.
Comment 15 Vladimir Riha 2013-11-12 12:32:42 UTC
I've tried running HTML5 project on iPad, some debugging and web inspection and it work so this fix/improvement doesn't seem to cause some regression but I cannot reliable verify it.

As far as I know, there wasn't any similar report from users since 7.4 was released. Do we still want to put it into patch?
Comment 16 Jan Becicka 2013-11-13 09:21:58 UTC
changeset:   275826:2c311b06d1dc
branch:      release74
user:        Jan Becicka <jbecicka@netbeans.org>
date:        Tue Sep 24 13:47:17 2013 +0200
summary:     Improved synchronization