Displaying 3 results from an estimated 3 matches for "_rt_boot".
Did you mean:
_rb_root
2005 Dec 21
1
ustack() issues && correlating SIGSEGV activity?
...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 correlate that back to the instruction and function that accessed it
(e.g., finding the culprit of a SIGSEGV without gdb)?
Thank...
2005 Dec 21
0
ustack() issues && correlating SIGSEGV activ ity?
Hi Ryan,
> Does anyone happen to know why the ustack() doesn''t show lex,
> yak, main
> and _start?
A quick look with the source browser seems to indicate that _rt_boot is code
executed very early in the lifetime of your process by ld.so.1. What seems
to be happening is that ld.so.1 has allocated some memory before DTrace got
control of your process - long before main() was called. As such, the malloc
entry probe never fired and this block is missing from your arr...
2006 Mar 03
10
CiscoWorks 2.5 Install on Solaris 10
I''m trying to install CiscoWorks 2.5 on Solaris 10 update 1, and after
the install when I try to start the daemon, it errors:
# /opt/CSCOpx/objects/dmgt/dmgtd.sol
ERROR: open file dmgtd failedERROR >>>>>>>>>>>>> open msg catalog
failed. NLSPATH incorrect or objects/share/nls/C/dmgtd.cat is missing.
# echo $NLSPATH