Re: help needed in debug please
- From: Keith Thompson <kst-u@xxxxxxx>
- Date: Sat, 31 Dec 2005 06:48:47 GMT
"pmm" <muralipmanohar@xxxxxxxxxxx> writes:
> I am working on a router which is Coded in ansi C ,it uses number of
> semaphores,threads
> I want to know that how can we know what threads are currently alive
> in a program being executed ,I do not have the support of <bold> GDB on
> my target board ,not even gdbserver,</bold> my way is very crude by
> placing print stmts in between the line and knowing the status.
> kindly suggest me a way to know what threads are alive as one of then
> throwing a segfault I am not able to determine which one
> thanks in advance
Standard C has no support for threads. Try a newsgroup specific to
your system, or perhaps comp.programming.threads.
--
Keith Thompson (The_Other_Keith) kst-u@xxxxxxx <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
.
- Follow-Ups:
- Re: help needed in debug please
- From: pmm
- Re: help needed in debug please
- References:
- help needed in debug please
- From: pmm
- help needed in debug please
- Prev by Date: Re: Input-line reverser
- Next by Date: Re: Input-line reverser
- Previous by thread: Re: help needed in debug please
- Next by thread: Re: help needed in debug please
- Index(es):
Relevant Pages
|