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 250762 - java.util.concurrent.CancellationException at java.util.concurrent.FutureTask.report
Summary: java.util.concurrent.CancellationException at java.util.concurrent.FutureTask...
Status: RESOLVED DUPLICATE of bug 247651
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-27 10:19 UTC by Exceptions Reporter
Modified: 2015-02-27 10:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 215728


Attachments
stacktrace (2.30 KB, text/plain)
2015-02-27 10:19 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-02-27 10:19:16 UTC
This bug was originally marked as duplicate of bug 247651, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: OpenJDK 64-Bit Server VM, 24.75-b04, OpenJDK Runtime Environment, 1.7.0_75-b13
OS: Linux

User Comments:
GUEST: I tried to debug a PHP application
The "bug" became when I tried to add a breakpoint




Stacktrace: 
java.util.concurrent.CancellationException
   at java.util.concurrent.FutureTask.report(FutureTask.java:121)
   at java.util.concurrent.FutureTask.get(FutureTask.java:202)
   at org.netbeans.modules.php.dbgp.breakpoints.LineBreakpoint.isValid(LineBreakpoint.java:151)
   at org.netbeans.modules.php.dbgp.breakpoints.LineBreakpoint.refreshValidity(LineBreakpoint.java:145)
   at org.netbeans.modules.php.dbgp.annotations.BrkpntAnnotation.<init>(BrkpntAnnotation.java:63)
   at org.netbeans.modules.php.dbgp.breakpoints.BreakpointAnnotationListener.addAnnotation(BreakpointAnnotationListener.java:105)
Comment 1 Exceptions Reporter 2015-02-27 10:19:18 UTC
Created attachment 152274 [details]
stacktrace
Comment 2 Vladimir Riha 2015-02-27 10:25:03 UTC

*** This bug has been marked as a duplicate of bug 247651 ***