- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
While I try to execute the "command" action in CLI.
The steps followed were:
1.Start a collection. For example: $inspxe-cl -collect mi2 -r newfolder /home/../
2.In another window try :
$ inspxe-cl -command memory-growth-start -r newfolder.
This gives following as message:
Warning: Cannot open/write to file: [/home/ssantosh/work/hot/inspxe-runmc.txt]
Warning: Non-fatal internal problem was detected and logged.
Error: An internal error has occurred. Our apologies for this inconvenience. Please gather a description of the steps leading up to the problem and contact the Intel customer support team.
Warning: Cannot open/write to file: [/home/ssantosh/work/hot/inspxe-runmc.txt]Warning: Non-fatal internal problem was detected and logged.Error: An internal error has occurred. Our apologies for this inconvenience. Please gather a description of the steps leading up to the problem and contact the Intel customer support team.Request to give some inputs on this.
Regards,
Santosh
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I cannot reproduce this problem on my side, here are steps:
1. Use a simplest case, in a loop to allocate small memory and wait 5 seconds in each iteration...elapsed timewill be10 minutes. See below mem_growth.c
2.gcc -g mem_growth.c -o mem_growth
3.inspxe-cl -collect mi3 -- ./mem_growth
4. In other console, do
a)inspxe-cl -command memory-growth-start -r r001mi3 ; wait for awhile
b) inspxe-cl -command memory-growth-end -r r001mi3
5. In original console, after 10 minutes, will see -
[root@NHM02 problem_report]# inspxe-cl -collect mi3 -- ./mem_growth
Used suppression file(s): []
2 new problem(s) found
1 Memory growth problem(s) detected
1 Memory leak problem(s) detected
6. You may useinspxe-gui to check, in detail
Regards, Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I also build example code / testedmemory-growthwith non-root user, set result directory in /tmp. It works.
My inspector XE 2011 version:
[peter@NHM02 problem_report]$ inspxe-cl -version
Intel Inspector XE 2011 Update 8 (build 206270) Command Line tool
Copyright (C) 2009-2011 Intel Corporation. All rights reserved.
My inspector XE 2011 version:
[peter@NHM02 problem_report]$ inspxe-cl -version
Intel Inspector XE 2011 Update 8 (build 206270) Command Line tool
Copyright (C) 2009-2011 Intel Corporation. All rights reserved.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page