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 118173 - JVM Crashes when I attach profiler to profile performance
Summary: JVM Crashes when I attach profiler to profile performance
Status: RESOLVED WONTFIX
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 5.x
Hardware: Macintosh (x86) All
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-09 03:01 UTC by geoffhendrey
Modified: 2008-09-03 15:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description geoffhendrey 2007-10-09 03:01:04 UTC
Profiler Agent: Initializing...
Profiler Agent: Options: >/Applications/NetBeans.app/Contents/Resources/NetBeans/profiler1/lib,5140<
Profiler Agent: Initialized succesfully
Profiler Server: Problem with customized initializing localized messages...
ProfilerServer: Unable to initialize ResourceBundle for ProfilerServer
Can't find bundle for base name com.sun.tools.profiler.server.Bundle, locale en_US
Profiler Server: Problem with default initializing localized messages...
Can't find bundle for base name com.sun.tools.profiler.server.Bundle, locale en_US
Profiler Server: Problem with customized initializing localized messages...
ProfilerServer: Unable to initialize ResourceBundle for ProfilerServer
Can't find bundle for base name com.sun.tools.profiler.server.Bundle, locale en_US
Profiler Server: Problem with default initializing localized messages...
Can't find bundle for base name com.sun.tools.profiler.server.Bundle, locale en_US
Profiler Agent: Waiting for connection on port 5140 (Protocol version: 2)
Profiler Agent: Established local connection with the tool
Profiler Agent: Redefining 100 classes at idx 0, out of total 315 
Java HotSpot(TM) Client VM warning: Untested: os::remap_memory in
/SourceCache/HotSpot16/HotSpot16-17/src/os/macosx/vm/os_macosx.cpp: 1290

Trace/BPT trap
Comment 1 J Bachorik 2007-10-19 09:29:26 UTC
It seems like you are trying to use JDK6 on MacOSx. This might cause a lot of troubles as it is only a developer preview
of JDK.
Plz, try to reproduce the problem with JDK5
Comment 2 J Bachorik 2008-08-28 10:25:54 UTC
Is this problem still reproducible with the final version of JDK6?
Comment 3 J Bachorik 2008-09-03 15:42:23 UTC
Closing as wontfix. Probably caused by the dev version of JDK6 on Mac. If the problem persists in NB 6.5dev and the
final release of JDK6 on Mac feel free to reopen this issue.