Re: Memory Leak

2004-05-22 Thread Daniel O'Connor
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 23 May 2004 04:06, Cole wrote: > I just wanted to know what programs any of you have used to track down a > memory leak in your programs? > Also wondering if there is maybe a good tutorial on the subject under > FreeBSD or even linux if possibl

bge machines...

2004-05-22 Thread Jason Slagle
If anyone testing the bge changes needs access to a pair of machines that are linked back to back via bge's, I can provide it - root and all - for testing. I'm currently testing -CURRENT on a pair of Poweredge 2650's that aren't in production yet and would be willing to let them be used for the c

Re: Memory Leak

2004-05-22 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Tim Kientzle <[EMAIL PROTECTED]> writes: : Cole wrote: : > Hey : > : > I just wanted to know what programs any of you have used to track down a : > memory leak in your programs? : > Also wondering if there is maybe a good tutorial on the subject under :

Re: Pthread_create and memory issues.

2004-05-22 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> "Cole" <[EMAIL PROTECTED]> writes: : I was just wondering if anyone else has had any other memory debugging : program suggestions, or has had any issues with pthread_create. We greate hundreds of threads over time in our embedded applications. We saw a b

Re: Jails: An rc.d script

2004-05-22 Thread William M. Grim
Very odd, my jails.sh script was not allowed to pass or something. So, I'm pasting it into this email. #!/bin/sh # # Start the jails at boot-up. # The only jails it can start properly are the ones in directories labelled # with an IP address. JAILBASE=/usr/local/var/jail LS="/bin/ls" JLS="/usr/s

Jails: An rc.d script

2004-05-22 Thread William M. Grim
Hi! I've written an rc.d script that can start/stop/restart jails, if they follow a certain pattern of setup. I'm strongly considering the placement of this in ports or base (ports seems most appropriate). Basically, if you have jails in /usr/local/var/jail/, my script can start it up automati

Re: Pthread_create and memory issues.

2004-05-22 Thread Alex Keahan
On Saturday 22 May 2004 10:39 pm, Cole wrote: > Hi > > Ok this is just a more direct question that the thread Memory Leak. > > I have a program using pthread_create, and it runs fine, no compile errors > or warnings, it all works fine, not a single issue, but it very very slowly > uses up memory. T

Re: Pthread_create and memory issues.

2004-05-22 Thread Daniel Eischen
On Sat, 22 May 2004, Cole wrote: > Hi > > Ok this is just a more direct question that the thread Memory Leak. > > I have a program using pthread_create, and it runs fine, no compile errors > or warnings, it all works fine, not a single issue, but it very very slowly > uses up memory. The program

Re: Memory Leak

2004-05-22 Thread Matthew D. Fuller
On Sat, May 22, 2004 at 11:52:19AM -0700 I heard the voice of Tim Kientzle, and lo! it spake thus: > > The one problem I've had is that dmalloc.h redefines some standard > functions, which can cause gcc to complain. I usually just have a flag in my Makefile to enable dmalloc (adding a -D to the c

Looking for a ports committer for valgrind (Re: Memory Leak)

2004-05-22 Thread Simon Barner
> I just wanted to know what programs any of you have used to track down a > memory leak in your programs? this reminds me of something... :-/ I created a port for Doug Rabson's FreeBSD port[1] of valgrind [2]. He considered my work ready for the ports tree, but he also said that that he doesn't

Pthread_create and memory issues.

2004-05-22 Thread Cole
Hi Ok this is just a more direct question that the thread Memory Leak. I have a program using pthread_create, and it runs fine, no compile errors or warnings, it all works fine, not a single issue, but it very very slowly uses up memory. The program creates a fixed number of threads, and after ea

Re: Memory Leak

2004-05-22 Thread Tim Kientzle
Cole wrote: Hey I just wanted to know what programs any of you have used to track down a memory leak in your programs? Also wondering if there is maybe a good tutorial on the subject under FreeBSD or even linux if possible. Im running FreeBSD 4.9 so just looking for something try to help me track i

Memory Leak

2004-05-22 Thread Cole
Hey I just wanted to know what programs any of you have used to track down a memory leak in your programs? Also wondering if there is maybe a good tutorial on the subject under FreeBSD or even linux if possible. Im running FreeBSD 4.9 so just looking for something try to help me track it down. U