--
--
--
You received this message because you are subscribed to the Google
Groups "Sniper simulator" group.
To post to this group, send email to snip...@googlegroups.com
To unsubscribe from this group, send email to
snipersim+...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/snipersim?hl=en
---
You received this message because you are subscribed to the Google Groups "Sniper simulator" group.
To unsubscribe from this group and stop receiving emails from it, send an email to snipersim+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
[SPLASH] Benchmarks to run: fft[SPLASH] [========== Running benchmark fft ==========][SPLASH] Setting up run directory: /tmp/tmpUEqS9t[SPLASH] Running '/home/mike/Desktop/sniper/sniper-5.3/record-trace --routine-tracing -o /tmp/tmpqNbUZv/run_benchmarks -e 1 -r 1 -s 0 --roi -- /home/mike/Desktop/sniper/sniper-5.3/benchmarks/splash2/splash2/codes/kernels/fft/FFT -m10 -p4':[SPLASH] [---------- Beginning of output ----------]
A:Source/pin/pin/image.cpp:RTN_Name:RTN_Name:1699: assertion failed: RTN_Valid(x)################################################################################## STACK TRACE################################################################################
addr2line -C -f -e "/home/mike/Desktop/sniper/sniper-5.3/sift/recorder/sift_recorder" 0x7ff001a75b19 0x7ff001a766b0 0x7ff001b0d230 0x7ff001a6b194 0x7ff001a6b3a6 0x7ff001b29b02 0x030635d61 0x030680633 0x03062ec66 0x03062fe61 0x030630c0b 0x0306cec20 0x0306b5d3e 0x030757dd0
@CHARM-VERSION: $Rev: 61147 $
@CHARM-BUILDER: BUILDER@CHARM-COMPILER: gcc 4.4.7@CHARM-TARGET: ia32e@CHARM-CFLAGS: __OPTIMIZE__=1 __NO_INLINE__=__NO_INLINE__[SPLASH] [---------- End of output ----------][SPLASH] Done.
--
--
--
You received this message because you are subscribed to the Google
Groups "Sniper simulator" group.
To post to this group, send email to snip...@googlegroups.com
To unsubscribe from this group, send email to
snipersim+...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/snipersim?hl=en
---
You received this message because you are subscribed to the Google Groups "Sniper simulator" group.
To unsubscribe from this group and stop receiving emails from it, send an email to snipersim+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
void addRtnTracer(TRACE trace)
{
if (Sim()->getRoutineTracer())
{
// At the start of each trace, check to see if this part of the code belongs to the function we think we're in.
// This will detect longjmps and tail call elimination, and fix up the call stack appropriately.
RTN rtn = TRACE_Rtn(trace);
if (RTN_Valid(rtn))
{
if (!Sim()->getRoutineTracer()->hasRoutine(RTN_Address(rtn)))
{
announceRoutine(rtn);