[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#471927: tracing functions



I've compiled the VM with gcc -finstrument-functions (without
stripping the resulting binary, of course), as described in [1], and
got this resulting trace.txt file by calling it with:

squeakvm -encoding UTF-8 -vm-display-x11 -xshm -plugins
/usr/lib/scratch/plugins/:/usr/lib/squeak/4.0.3-2202/ -vm-sound-oss
/usr/share/scratch/Scratch.image

and afterwards:

./readtracelog.sh squeakvm trace.out > trace.txt

The resulting file shows that the program seems to be stuck in the
following cycle:

[...]
Enter initializeObjectMemory at 2012-05-05T02:52:56+0200, called from
initializeInterpreter (gnu-interp.c:5518)
Enter adjustAllOopsBy at 2012-05-05T02:52:56+0200, called from
initializeObjectMemory (gnu-interp.c:5659)
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from
adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from
adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from
adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
[...]

I still need to have a look at the code to find out what it means. It
is already quite late for me.

Greetings,
Miry

[1] http://balau82.wordpress.com/2010/10/06/trace-and-profile-function-calls-with-gcc/
Enter main at 2012-05-05T02:52:56+0200, called from ?? (??:0)
Enter recordFullPathForVmName at 2012-05-05T02:52:56+0200, called from main (sqUnixMain.c:1386)
Enter stat at 2012-05-05T02:52:56+0200, called from main (sqUnixMain.c:1386)
Exit  stat at 2012-05-05T02:52:56+0200
Exit  recordFullPathForVmName at 2012-05-05T02:52:56+0200
Enter vm_parseEnvironment at 2012-05-05T02:52:56+0200, called from main (sqUnixMain.c:1389)
Enter setLocaleEncoding at 2012-05-05T02:52:56+0200, called from vm_parseEnvironment (sqUnixMain.c:974)
Enter setNEncoding at 2012-05-05T02:52:56+0200, called from setLocaleEncoding (sqUnixCharConv.c:238)
Exit  setNEncoding at 2012-05-05T02:52:56+0200
Exit  setLocaleEncoding at 2012-05-05T02:52:56+0200
Exit  vm_parseEnvironment at 2012-05-05T02:52:56+0200
Enter parseArguments at 2012-05-05T02:52:56+0200, called from main (sqUnixMain.c:1390)
Enter vm_parseArgument at 2012-05-05T02:52:56+0200, called from parseArguments (sqUnixMain.c:1218)
Enter setEncoding at 2012-05-05T02:52:56+0200, called from vm_parseArgument (sqUnixMain.c:1067)
Enter setNEncoding at 2012-05-05T02:52:56+0200, called from setEncoding (sqUnixCharConv.c:245)
Exit  setNEncoding at 2012-05-05T02:52:56+0200
Exit  setEncoding at 2012-05-05T02:52:56+0200
Exit  vm_parseArgument at 2012-05-05T02:52:56+0200
Enter vm_parseArgument at 2012-05-05T02:52:56+0200, called from parseArguments (sqUnixMain.c:1218)
Enter requireModulesNamed at 2012-05-05T02:52:56+0200, called from vm_parseArgument (sqUnixMain.c:1031)
Enter requireModuleNamed at 2012-05-05T02:52:56+0200, called from requireModulesNamed (sqUnixMain.c:862)
Enter canonicalModuleName at 2012-05-05T02:52:56+0200, called from requireModuleNamed (sqUnixMain.c:846)
Exit  canonicalModuleName at 2012-05-05T02:52:56+0200
Enter requireModule at 2012-05-05T02:52:56+0200, called from requireModuleNamed (sqUnixMain.c:852)
Enter loadModule at 2012-05-05T02:52:56+0200, called from requireModule (sqUnixMain.c:806)
Enter queryLoadModule at 2012-05-05T02:52:56+0200, called from loadModule (sqUnixMain.c:800)
Enter ioLoadModule at 2012-05-05T02:52:56+0200, called from queryLoadModule (sqUnixMain.c:759)
Exit  ioLoadModule at 2012-05-05T02:52:56+0200
Enter ioFindExternalFunctionIn at 2012-05-05T02:52:56+0200, called from queryLoadModule (sqUnixMain.c:760)
Exit  ioFindExternalFunctionIn at 2012-05-05T02:52:56+0200
Enter ioLoadModule at 2012-05-05T02:52:56+0200, called from queryLoadModule (sqUnixMain.c:763)
Enter tryLoadModule at 2012-05-05T02:52:56+0200, called from ioLoadModule (sqUnixExternalPrims.c:179)
Exit  tryLoadModule at 2012-05-05T02:52:56+0200
Exit  ioLoadModule at 2012-05-05T02:52:56+0200
Enter ioFindExternalFunctionIn at 2012-05-05T02:52:56+0200, called from queryLoadModule (sqUnixMain.c:772)
Exit  ioFindExternalFunctionIn at 2012-05-05T02:52:56+0200
Enter ?? at 2012-05-05T02:52:56+0200, called from queryLoadModule (sqUnixMain.c:784)
Exit  ?? at 2012-05-05T02:52:56+0200
Exit  queryLoadModule at 2012-05-05T02:52:56+0200
Exit  loadModule at 2012-05-05T02:52:56+0200
Exit  requireModule at 2012-05-05T02:52:56+0200
Exit  requireModuleNamed at 2012-05-05T02:52:56+0200
Exit  requireModulesNamed at 2012-05-05T02:52:56+0200
Exit  vm_parseArgument at 2012-05-05T02:52:56+0200
Enter ?? at 2012-05-05T02:52:56+0200, called from parseArguments (sqUnixMain.c:1218)
Exit  ?? at 2012-05-05T02:52:56+0200
Enter ?? at 2012-05-05T02:52:56+0200, called from parseArguments (sqUnixMain.c:1218)
Exit  ?? at 2012-05-05T02:52:56+0200
Enter vm_parseArgument at 2012-05-05T02:52:56+0200, called from parseArguments (sqUnixMain.c:1218)
Exit  vm_parseArgument at 2012-05-05T02:52:56+0200
Enter ?? at 2012-05-05T02:52:56+0200, called from parseArguments (sqUnixMain.c:1218)
Exit  ?? at 2012-05-05T02:52:56+0200
Enter vm_parseArgument at 2012-05-05T02:52:56+0200, called from parseArguments (sqUnixMain.c:1218)
Enter requireModulesNamed at 2012-05-05T02:52:56+0200, called from vm_parseArgument (sqUnixMain.c:1031)
Enter requireModuleNamed at 2012-05-05T02:52:56+0200, called from requireModulesNamed (sqUnixMain.c:862)
Enter canonicalModuleName at 2012-05-05T02:52:56+0200, called from requireModuleNamed (sqUnixMain.c:846)
Exit  canonicalModuleName at 2012-05-05T02:52:56+0200
Enter requireModule at 2012-05-05T02:52:56+0200, called from requireModuleNamed (sqUnixMain.c:852)
Enter loadModule at 2012-05-05T02:52:56+0200, called from requireModule (sqUnixMain.c:806)
Enter queryLoadModule at 2012-05-05T02:52:56+0200, called from loadModule (sqUnixMain.c:800)
Enter ioLoadModule at 2012-05-05T02:52:56+0200, called from queryLoadModule (sqUnixMain.c:759)
Exit  ioLoadModule at 2012-05-05T02:52:56+0200
Enter ioFindExternalFunctionIn at 2012-05-05T02:52:56+0200, called from queryLoadModule (sqUnixMain.c:760)
Exit  ioFindExternalFunctionIn at 2012-05-05T02:52:56+0200
Enter ioLoadModule at 2012-05-05T02:52:56+0200, called from queryLoadModule (sqUnixMain.c:763)
Enter tryLoadModule at 2012-05-05T02:52:56+0200, called from ioLoadModule (sqUnixExternalPrims.c:179)
Enter stat at 2012-05-05T02:52:56+0200, called from ioLoadModule (sqUnixExternalPrims.c:179)
Exit  stat at 2012-05-05T02:52:56+0200
Exit  tryLoadModule at 2012-05-05T02:52:56+0200
Enter tryLoadModule at 2012-05-05T02:52:56+0200, called from ioLoadModule (sqUnixExternalPrims.c:179)
Exit  tryLoadModule at 2012-05-05T02:52:56+0200
Exit  ioLoadModule at 2012-05-05T02:52:56+0200
Enter ioFindExternalFunctionIn at 2012-05-05T02:52:56+0200, called from queryLoadModule (sqUnixMain.c:772)
Exit  ioFindExternalFunctionIn at 2012-05-05T02:52:56+0200
Exit  queryLoadModule at 2012-05-05T02:52:56+0200
Exit  loadModule at 2012-05-05T02:52:56+0200
Exit  requireModule at 2012-05-05T02:52:56+0200
Exit  requireModuleNamed at 2012-05-05T02:52:56+0200
Exit  requireModulesNamed at 2012-05-05T02:52:56+0200
Exit  vm_parseArgument at 2012-05-05T02:52:56+0200
Exit  parseArguments at 2012-05-05T02:52:56+0200
Enter loadModules at 2012-05-05T02:52:56+0200, called from main (sqUnixMain.c:1391)
Enter loadImplicit at 2012-05-05T02:52:56+0200, called from loadModules (sqUnixMain.c:901)
Exit  loadImplicit at 2012-05-05T02:52:56+0200
Enter loadImplicit at 2012-05-05T02:52:56+0200, called from loadModules (sqUnixMain.c:905)
Exit  loadImplicit at 2012-05-05T02:52:56+0200
Enter ?? at 2012-05-05T02:52:56+0200, called from loadModules (sqUnixMain.c:925)
Exit  ?? at 2012-05-05T02:52:56+0200
Enter checkModuleVersion at 2012-05-05T02:52:56+0200, called from loadModules (sqUnixMain.c:929)
Exit  checkModuleVersion at 2012-05-05T02:52:56+0200
Enter checkModuleVersion at 2012-05-05T02:52:56+0200, called from loadModules (sqUnixMain.c:929)
Exit  checkModuleVersion at 2012-05-05T02:52:56+0200
Exit  loadModules at 2012-05-05T02:52:56+0200
Enter initTimers at 2012-05-05T02:52:56+0200, called from main (sqUnixMain.c:1410)
Exit  initTimers at 2012-05-05T02:52:56+0200
Enter aioInit at 2012-05-05T02:52:56+0200, called from main (sqUnixMain.c:1411)
Exit  aioInit at 2012-05-05T02:52:56+0200
Enter ?? at 2012-05-05T02:52:56+0200, called from main (sqUnixMain.c:1412)
Exit  ?? at 2012-05-05T02:52:56+0200
Enter imgInit at 2012-05-05T02:52:56+0200, called from main (sqUnixMain.c:1413)
Enter sq2uxPath at 2012-05-05T02:52:56+0200, called from imgInit (sqUnixMain.c:1281)
Enter convertChars at 2012-05-05T02:52:56+0200, called from sq2uxPath (sqUnixCharConv.c:389)
Exit  convertChars at 2012-05-05T02:52:56+0200
Exit  sq2uxPath at 2012-05-05T02:52:56+0200
Enter stat at 2012-05-05T02:52:56+0200, called from main (sqUnixMain.c:1413)
Exit  stat at 2012-05-05T02:52:56+0200
Enter recordFullPathForImageName at 2012-05-05T02:52:56+0200, called from imgInit (sqUnixMain.c:1300)
Enter stat at 2012-05-05T02:52:56+0200, called from imgInit (sqUnixMain.c:1300)
Exit  stat at 2012-05-05T02:52:56+0200
Exit  recordFullPathForImageName at 2012-05-05T02:52:56+0200
Enter readImageFromFileHeapSizeStartingAt at 2012-05-05T02:52:56+0200, called from imgInit (sqUnixMain.c:1309)
Enter checkImageVersionFromstartingAt at 2012-05-05T02:52:56+0200, called from readImageFromFileHeapSizeStartingAt (gnu-interp.c:25111)
Enter getLongFromFileswap at 2012-05-05T02:52:56+0200, called from checkImageVersionFromstartingAt (gnu-interp.c:2913)
Exit  getLongFromFileswap at 2012-05-05T02:52:56+0200
Enter readableFormat at 2012-05-05T02:52:56+0200, called from checkImageVersionFromstartingAt (gnu-interp.c:2913)
Exit  readableFormat at 2012-05-05T02:52:56+0200
Exit  checkImageVersionFromstartingAt at 2012-05-05T02:52:56+0200
Enter getLongFromFileswap at 2012-05-05T02:52:56+0200, called from readImageFromFileHeapSizeStartingAt (gnu-interp.c:25113)
Exit  getLongFromFileswap at 2012-05-05T02:52:56+0200
Enter getLongFromFileswap at 2012-05-05T02:52:56+0200, called from readImageFromFileHeapSizeStartingAt (gnu-interp.c:25114)
Exit  getLongFromFileswap at 2012-05-05T02:52:56+0200
Enter getLongFromFileswap at 2012-05-05T02:52:56+0200, called from readImageFromFileHeapSizeStartingAt (gnu-interp.c:25115)
Exit  getLongFromFileswap at 2012-05-05T02:52:56+0200
Enter getLongFromFileswap at 2012-05-05T02:52:56+0200, called from readImageFromFileHeapSizeStartingAt (gnu-interp.c:25116)
Exit  getLongFromFileswap at 2012-05-05T02:52:56+0200
Enter getLongFromFileswap at 2012-05-05T02:52:56+0200, called from readImageFromFileHeapSizeStartingAt (gnu-interp.c:25117)
Exit  getLongFromFileswap at 2012-05-05T02:52:56+0200
Enter getLongFromFileswap at 2012-05-05T02:52:56+0200, called from readImageFromFileHeapSizeStartingAt (gnu-interp.c:25119)
Exit  getLongFromFileswap at 2012-05-05T02:52:56+0200
Enter getLongFromFileswap at 2012-05-05T02:52:56+0200, called from readImageFromFileHeapSizeStartingAt (gnu-interp.c:25121)
Exit  getLongFromFileswap at 2012-05-05T02:52:56+0200
Enter getLongFromFileswap at 2012-05-05T02:52:56+0200, called from readImageFromFileHeapSizeStartingAt (gnu-interp.c:25122)
Exit  getLongFromFileswap at 2012-05-05T02:52:56+0200
Enter sqAllocateMemory at 2012-05-05T02:52:56+0200, called from readImageFromFileHeapSizeStartingAt (gnu-interp.c:25137)
Enter uxAllocateMemory at 2012-05-05T02:52:56+0200, called from sqAllocateMemory (sqUnixMemory.c:260)
Enter max at 2012-05-05T02:52:56+0200, called from uxAllocateMemory (sqUnixMemory.c:133)
Exit  max at 2012-05-05T02:52:56+0200
Exit  uxAllocateMemory at 2012-05-05T02:52:56+0200
Exit  sqAllocateMemory at 2012-05-05T02:52:56+0200
Enter sigalrm at 2012-05-05T02:52:56+0200, called from ?? (??:0)
Exit  sigalrm at 2012-05-05T02:52:56+0200
Enter initializeInterpreter at 2012-05-05T02:52:56+0200, called from readImageFromFileHeapSizeStartingAt (gnu-interp.c:25176)
Enter sqGetInterpreterProxy at 2012-05-05T02:52:56+0200, called from initializeInterpreter (gnu-interp.c:5515)
Exit  sqGetInterpreterProxy at 2012-05-05T02:52:56+0200
Enter dummyReferToProxy at 2012-05-05T02:52:56+0200, called from initializeInterpreter (gnu-interp.c:5517)
Exit  dummyReferToProxy at 2012-05-05T02:52:56+0200
Enter initializeObjectMemory at 2012-05-05T02:52:56+0200, called from initializeInterpreter (gnu-interp.c:5518)
Enter adjustAllOopsBy at 2012-05-05T02:52:56+0200, called from initializeObjectMemory (gnu-interp.c:5659)
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200
Enter lastPointerOf at 2012-05-05T02:52:56+0200, called from adjustAllOopsBy (gnu-interp.c:1826)
Exit  lastPointerOf at 2012-05-05T02:52:56+0200

Attachment: trace.diff
Description: Binary data

Attachment: readtracelog.sh
Description: Bourne shell script


Reply to: