Fw: KSLD(Kernel Source Line Debugger), Have you
Hi, All~~
I tried to debug a kernel driver using KSLD.
KSLD needs two systems, one is host system, another is client system.
Client system has no problem yet..
But host system has some errors..
Error messages are as follow;
=========
#ksld -gui -t my_tiphost my_drv
workshop: warning: child (pid 538) exited with 2
workshop: warning: MsgSnd::snd_via(): no port --
msg 'DBX_STACK_NOTIFY' dropped
workshop: warning: MsgSnd::snd_via(): no port --
msg 'DBX_THREADS_NOTIFY' dropped
fatal error: Surrogate::connect(): should only be called once per
construction if Surrogate_CONNECT_CHILD is used
Exiting. exit code 2
=========
Aafter this messages, all of workshop6 program's wondows are closed,, so I can't debug my own driver.
Workshop6 has no problem, I think,, because it works well independantly..
My systems' architecture is SPARC sun4u with Solaris 8.
this error messages show only on sparc systems.. not intel systems.
Do you have any experience like this?