![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem with memory leak | kshk123 | HP-UX | 1 | 01-22-2008 06:46 AM |
| memory leak problem | sonali | High Level Programming | 4 | 10-12-2006 07:29 AM |
| Memory leak of fork() | whererush | High Level Programming | 7 | 05-11-2006 08:51 AM |
| about virtual memory and memory leak | shriashishpatil | High Level Programming | 4 | 02-20-2006 08:31 AM |
| memory leak? | lenna | IP Networking | 1 | 07-16-2005 01:29 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
||||
|
||||
|
helo frnds,
I am using RHEL5 and C lang for development. I am getting some memory leak problem in pthread. I hav developed a program which creates two threads for listening purpose on two diff ports. both the child threads are doing same job but on diff port no. I am using pthread_create(), pthread_join() and pthread_kill() thread routines in my program. and wen I checked my program using valgrind tool it gives me some memory leak. The memory leak occures in libpthread. so is there any routine to cleanup the thread memory [eg. like pthread_destory()] following are some lines of out put of valgrind Quote:
Last edited by mindTeaser; 10-12-2007 at 02:42 AM. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Look for upgrade availability
Look RedHat upgrade site if there is glibc upgrade available
|
|||
| Google The UNIX and Linux Forums |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|