Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Getting "SIGPROF - Profiling timer expired error" when we invoke collect command on a program

user7792861Dec 23 2015 — edited Jan 28 2016

Hi team,

We aren't able to record a experiment for longer duation using collect command.whenever we invoke the collect command on our program the collect executes for some time and closes the experiment but we would like to execute the program for long time.

we tried couple of options like the flag -t specifying the duration but it doesn't record for the duration. To see what happens we did a strace on the command and found few errors in the console.

command options used:

./collect -o test.1.er -d /opt/oracle/solarisstudio12.4/bin -t 600 -p on -S on -s calibrate -i on -H on /etc/init.d/haproxy start

with strace

strace -e open,close ./collect -o test.1.er -d /opt/oracle/solarisstudio12.4/bin -t 600 -p on -S on -s calibrate -i on -H on /etc/init.d/haproxy start

[ Process PID=27383 runs in 32 bit mode. ]

open("/opt/oracle/solarisstudio12.4/bin/../../rtlibs/tls/i686/sse2/liber_dbe.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)

open("/opt/oracle/solarisstudio12.4/bin/../../rtlibs/tls/i686/liber_dbe.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)

open("/opt/oracle/solarisstudio12.4/bin/../../rtlibs/tls/sse2/liber_dbe.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)

open("/opt/oracle/solarisstudio12.4/bin/../../rtlibs/tls/liber_dbe.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)

open("/opt/oracle/solarisstudio12.4/bin/../../rtlibs/i686/sse2/liber_dbe.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)

open("/opt/oracle/solarisstudio12.4/bin/../../rtlibs/i686/liber_dbe.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)

open("/opt/oracle/solarisstudio12.4/bin/../../rtlibs/sse2/liber_dbe.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)

open("/opt/oracle/solarisstudio12.4/bin/../../rtlibs/liber_dbe.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)

=========

open("/opt/oracle/solarisstudio12.4/bin/test.1.er/data.frameinfo", O_RDWR) = 3

close(3)                                = 0

--- SIGPROF (Profiling timer expired) @ 0 (0) ---

--- SIGPROF (Profiling timer expired) @ 0 (0) ---

--- SIGPROF (Profiling timer expired) @ 0 (0) ---

--- SIGPROF (Profiling timer expired) @ 0 (0) ---

--- SIGPROF (Profiling timer expired) @ 0 (0) ---

Have listed the errors above thrown in console. Could you please review and let us know  how to record a experiment for long duration.

Thanks

Sattish.

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 25 2016
Added on Dec 23 2015
1 comment
2,929 views