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 92445

Summary: Profiler does not work with 64bit Solaris/Intel
Product: profiler Reporter: Tomas Hurka <thurka>
Component: BaseAssignee: Tomas Hurka <thurka>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 5.x   
Hardware: PC   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:

Description Tomas Hurka 2007-01-12 14:57:53 UTC
Attempt to profile local application always fails with:

init:
profile-init:
deps-jar:
compile:
profile:
Profiler Agent: Initializing...
Profiler Agent: Options: >/tmp/m4/netbeans/profiler1/lib,5140,10<
Profiler Agent: Initialized succesfully
#
# An unexpected error has been detected by Java Runtime Environment:
#
#  Internal Error (455843455054494F4E530E4350500129), pid=2886, tid=2
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (1.6.0-rc-b104 mixed mode)
# An error report file with more information is saved as hs_err_pid2886.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#
Java Result: 6
BUILD SUCCESSFUL (total time: 6 seconds)
Comment 1 Tomas Hurka 2007-01-12 15:05:29 UTC
It is caused by loading sparcv9 instead of solaris-amd64 native library.
Comment 2 Tomas Hurka 2007-01-12 15:21:09 UTC
Fixed in trunk.
Comment 3 Tomas Hurka 2007-04-03 12:39:43 UTC
verified 
Comment 4 Tomas Hurka 2007-06-19 09:30:32 UTC
*** Issue 107131 has been marked as a duplicate of this issue. ***
Comment 5 Tomas Hurka 2007-06-19 09:32:59 UTC
See issue #107131 for workaround.