Displaying 1 result from an estimated 1 matches for "ff3f1298n".
2005 Dec 21
1
ustack() issues && correlating SIGSEGV activity?
...printf("[ * ] A bad function is Freeing memory at address %p\n",arg0);
ustack();
}
When I created a test program [1] and attempted to run the new script, I
got the following output:
$ dtrace -q -s foo.d -c ./fluffy
fluff: 20a30
[ * ] A bad function is Freeing memory at address ff3f1298n
ld.so.1`free
ld.so.1`setup+0x13ac
ld.so.1`_setup+0x3b0
ld.so.1`_rt_boot+0x88
Does anyone happen to know why the ustack() doesn''t show lex, yak, main
and _start? Also -- is there a way to use DTrace to trace access to memory
and...