Bug 112248 - IAC is not working in the latest drivers
Summary: IAC is not working in the latest drivers
Status: CLOSED INVALID
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: TPTP (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Samson Wai CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-11 15:35 EDT by Navid Mehregani CLA
Modified: 2016-05-05 10:52 EDT (History)
0 users

See Also:


Attachments
Java app being profiled (480 bytes, text/plain)
2005-10-11 15:36 EDT, Navid Mehregani CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Navid Mehregani CLA 2005-10-11 15:35:50 EDT
IAC produces varying results when a simple Java application is profiled (the
java app being profiled is attached to this bug).  I tried this both on the
TPTP-4.1.0-200510110538 as well as the TPTP-4.1.0-200510100100 drivers.  I tried
profiling my application using both the "local" java app launch configuration as
well as the "External" launch configuration.  In all cases the profiling data
was incorrect.  If I remove the bin directory of the RAC from my PATH, I get a
series of DEBUG statements outputted to the console and it causes the JVM to
crash.  Some of the DEBUG statements appear below:

DEBUG: (Native->UTF8) "Java Profiling Agent" -> "Java Profiling Agent"
DEBUG: (Native->UTF8) "adfb49e9-8c69-4f41-b6a0-946edbddefef" ->
"adfb49e9-8c69-4f41-b6a0-946edbddefef"
DEBUG: (Native->UTF8) "Profiler" -> "Profiler"
DEBUG: (Native->UTF8) "829df999-6d60-4328-a83f-afe0fb5c688c" ->
"829df999-6d60-4328-a83f-afe0fb5c688c"
DEBUG: (UTF8->Native) "Java Profiling Agent" -> "Java Profiling Agent"
DEBUG: (UTF8->Native) "Profiler" -> "Profiler"
DEBUG: (UTF8->Native) "Profiler" -> "Profiler"
DEBUG: (UTF8->Native) "829df999-6d60-4328-a83f-afe0fb5c688c" ->
"829df999-6d60-4328-a83f-afe0fb5c688c"
DEBUG: (UTF8->Native) "Java Profiling Agent" -> "Java Profiling Agent"
DEBUG: (UTF8->Native) "SETMETHODFILTER" -> "SETMETHODFILTER"
DEBUG: (UTF8->Native) "com.ibm* *" -> "com.ibm* *"
DEBUG: (UTF8->Native) "EXCLUDE" -> "EXCLUDE"
DEBUG: (UTF8->Native) "Java Profiling Agent" -> "Java Profiling Agent"
DEBUG: (UTF8->Native) "SETMETHODFILTER" -> "SETMETHODFILTER"
DEBUG: (UTF8->Native) "com.sun* *" -> "com.sun* *"
DEBUG: (UTF8->Native) "EXCLUDE" -> "EXCLUDE"
DEBUG: (UTF8->Native) "Java Profiling Agent" -> "Java Profiling Agent"
DEBUG: (UTF8->Native) "SETMETHODFILTER" -> "SETMETHODFILTER"
DEBUG: (UTF8->Native) "COM.ibm* *" -> "COM.ibm* *"
DEBUG: (UTF8->Native) "EXCLUDE" -> "EXCLUDE"
DEBUG: (UTF8->Native) "Java Profiling Agent" -> "Java Profiling Agent"
DEBUG: (UTF8->Native) "SETMETHODFILTER" -> "SETMETHODFILTER"
DEBUG: (UTF8->Native) "java* *" -> "java* *"
DEBUG: (UTF8->Native) "EXCLUDE" -> "EXCLUDE"
DEBUG: (UTF8->Native) "Java Profiling Agent" -> "Java Profiling Agent"
DEBUG: (UTF8->Native) "SETMETHODFILTER" -> "SETMETHODFILTER"
DEBUG: (UTF8->Native) "org* *" -> "org* *"
DEBUG: (UTF8->Native) "EXCLUDE" -> "EXCLUDE"
DEBUG: (UTF8->Native) "Java Profiling Agent" -> "Java Profiling Agent"
DEBUG: (UTF8->Native) "SETMETHODFILTER" -> "SETMETHODFILTER"
DEBUG: (UTF8->Native) "sun* *" -> "sun* *"
DEBUG: (UTF8->Native) "EXCLUDE" -> "EXCLUDE"
Comment 1 Navid Mehregani CLA 2005-10-11 15:36:46 EDT
Created attachment 28136 [details]
Java app being profiled
Comment 2 Navid Mehregani CLA 2005-10-11 16:20:59 EDT
Note that this is a regression.  It works fine in the TPTP-4.1.0-200510041259
driver.
Comment 3 Samson Wai CLA 2005-10-13 07:58:40 EDT
Navid. Those debug outputs are only showing up in a DEBUG build driver. Please
make sure there is no other RAC DLL's in your path since the one packaged with
IAC are built with the RELEASE flag.
Comment 4 Navid Mehregani CLA 2005-10-13 09:45:32 EDT
I get these debug outputs on both TPTP-4.1.0-200510110538 and TPTP-4.1.0-
200510100100 drivers when I remove the bin directory of RAC from my PATH. Maybe 
the DLLs shipped with those drivers were built with the DEBUG flag by mistake. 
Comment 5 Navid Mehregani CLA 2005-10-20 17:14:14 EDT
These Debug statments and the JVM crash were being caused because of the fact
that I had the bin directory of *Intel's* Agent Controller in my PATH.
Comment 6 Navid Mehregani CLA 2005-10-20 17:14:23 EDT
Closing