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 271638 - VerifyError: Expecting reference to class in class org.netbeans.modules.terminal.ioprovider.TerminalInputOutput at constant pool index 377 Exception Details: Location: org/netbeans/modules/termi
Summary: VerifyError: Expecting reference to class in class org.netbeans.modules.termi...
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Terminalemulator (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-14 06:33 UTC by Exceptions Reporter
Modified: 2017-10-14 06:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230578


Attachments
stacktrace (5.42 KB, text/plain)
2017-10-14 06:33 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-10-14 06:33:04 UTC
Build: NetBeans IDE 8.2 (Build 201705191307)
VM: OpenJDK 64-Bit Server VM, 25.131-b11, OpenJDK Runtime Environment, 1.8.0_131-8u131-b11-2ubuntu1.16.04.3-b11
OS: Linux

User Comments:
GUEST: terminal is not getting opened.




Stacktrace: 
java.lang.VerifyError: Expecting reference to class in class org.netbeans.modules.terminal.ioprovider.TerminalInputOutput at constant pool index 377
Exception Details:
  Location:
    org/netbeans/modules/terminal/ioprovider/TerminalInputOutput.println(Ljava/lang/CharSequence;Lorg/openide/windows/OutputListener;ZLjava/awt/Color;)V @17: getstatic
  Reason:
    Invalid type: '' (constant pool 377)
  Bytecode:
    0x0000000: 1904 c700 302c c600 2c1d 9900 172a b401
    0x0000010: 71b2 0179 b901 b302 00c0 009e 3a04 a700
    0x0000020: 142a b401 71b2 0178 b901 b302 00c0 009e
    0x0000030: 3a04 2cc6 0032 bb00 ad59 2ab4 0173 2cb7
    0x0000040: 0189 3a05 1905 b601 872a 2b19 04b7 019d
    0x0000050: bb00 ae59 2ab4 0173 b701 8a3a 0519 05b6
    0x0000060: 0187 a700 0a2a 2b19 04b7 019d b1       
  Stackmap Table:
    same_frame(@33)
    same_frame(@50)
    same_frame(@101)
    same_frame(@108)

   at org.netbeans.modules.terminal.ioprovider.TerminalIOProvider.getIO(TerminalIOProvider.java:122)
   at org.netbeans.modules.terminal.ioprovider.TerminalIOProvider.getIO(TerminalIOProvider.java:97)
   at org.netbeans.modules.dlight.terminal.action.TerminalSupportImpl.openTerminalImpl(TerminalSupportImpl.java:152)
   at org.netbeans.modules.dlight.terminal.action.TerminalAction.actionPerformed(TerminalAction.java:79)
   at org.netbeans.modules.dlight.terminal.ui.TerminalContainerTopComponent.componentOpened(TerminalContainerTopComponent.java:256)
   at org.openide.windows.WindowManager.componentOpenNotify(WindowManager.java:307)
Comment 1 Exceptions Reporter 2017-10-14 06:33:09 UTC
Created attachment 165283 [details]
stacktrace