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 251083 - java.lang.ArrayIndexOutOfBoundsException: 1735552815
Summary: java.lang.ArrayIndexOutOfBoundsException: 1735552815
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: MPLAB X IDE (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: vincesheard
URL:
Keywords: RANDOM
: 251087 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-03-11 02:08 UTC by rrvt
Modified: 2015-03-17 12:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (54.83 KB, text/plain)
2015-03-11 02:08 UTC, rrvt
Details
Assembly program Crashes Assembler (1.88 KB, text/x-asm)
2015-03-11 02:10 UTC, rrvt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rrvt 2015-03-11 02:08:32 UTC
Product Version = MPLAB X IDE v3.00.02-beta
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0_67
Runtime = Java HotSpot(TM) 64-Bit Server VM 24.65-b04
Comment 1 rrvt 2015-03-11 02:08:35 UTC
Created attachment 152543 [details]
IDE log
Comment 2 rrvt 2015-03-11 02:10:27 UTC
CLEAN SUCCESSFUL (total time: 69ms)
make -f nbproject/Makefile-default.mk SUBPROJECTS= .build-conf
make[1]: Entering directory 'D:/Sources/MPLabX/BlinkAsm'
make  -f nbproject/Makefile-default.mk dist/default/production/BlinkAsm.production.hex
make[2]: Entering directory 'D:/Sources/MPLabX/BlinkAsm'
"C:\Program Files (x86)\Microchip\MPLABX\v3.00.02-beta\mpasmx\mpasmx.exe" -q -p16f887 -l"build/default/production/BlinkAsm.lst" -e"build/default/production/BlinkAsm.err" -o"build/default/production/BlinkAsm.o" "BlinkAsm.asm" 
Message[302] D:\SOURCES\MPLABX\BLINKASM\BLINKASM.ASM 20 : Register in operand not in bank 0.  Ensure that bank bits are correct.
Message[302] D:\SOURCES\MPLABX\BLINKASM\BLINKASM.ASM 22 : Register in operand not in bank 0.  Ensure that bank bits are correct.
java.lang.ArrayIndexOutOfBoundsException: 1735552815
	at com.microchip.mplab.extractobjectdependencies.ExtractObjectDependencies.ExtractDependenciesCOFF(ExtractObjectDependencies.java:289)
	at com.microchip.mplab.extractobjectdependencies.ExtractObjectDependencies.processInstanceDocument(ExtractObjectDependencies.java:235)
	at com.microchip.mplab.extractobjectdependencies.ExtractObjectDependencies.main(ExtractObjectDependencies.java:111)
java.lang.ArrayIndexOutOfBoundsException: 1735552815
ExtractObjectDependencies.jar fatal error
"C:\Program Files (x86)\Microchip\MPLABX\v3.00.02-beta\mpasmx\mplink.exe"    -p16f887  -w  -m"dist/default/production/BlinkAsm.production.map"   -z__MPLAB_BUILD=1  -odist/default/production/BlinkAsm.production.cof  build/default/production/BlinkAsm.o     
MPLINK 5.07, LINKER
Device Database Version 1.24
Copyright (c) 1998-2011 Microchip Technology Inc.
Errors    : 0
Comment 3 rrvt 2015-03-11 02:10:30 UTC
Created attachment 152544 [details]
Assembly program Crashes Assembler
Comment 4 Marian Mirilovic 2015-03-17 12:13:10 UTC
*** Bug 251087 has been marked as a duplicate of this bug. ***