Undefined symbol "_ZTVN10__cxxabiv117__class_type_infoE"

2001-08-28 Thread Benjamin Gross
Hello, I'm trying to run a prg written in c++ (gcc v3.0) that was successfully compiled and linked on a FreeBSD 4.4 system. I received the following message when I try to execute it: /usr/libexec/ld-elf.so.1: Undefined symbol "_ZTVN10__cxxabiv117__class_type_infoE" referenced from COPY reloc

Undefined symbol "_ZTVN10__cxxabiv117__class_type_infoE"

2001-08-28 Thread Benjamin Gross
Hello, I've just installed gcc version 3.0 on a FreeBSD v4.4 system to work on a c++ project, and when I try to execute a program that has been successfully compiled and linked, I get the following message: /usr/libexec/ld-elf.so.1: Undefined symbol "_ZTVN10__cxxabiv117__class_type_infoE" ref

Re: FW: Interesting Router Question

2001-08-28 Thread Mike Silbersack
On Tue, 28 Aug 2001, Deepak Jain wrote: > We've got a customer running a FreeBSD router with 2 x 1GE interfaces [ti0 > and ti1]. At no point was bandwidth an issue. > > The router was under some kind of ICMP attack: > > For about 30 minutes: > icmp-response bandwidth limit 96304/200 pps ... >

Re: memory + apache

2001-08-28 Thread Marco Wertejuk
Hello Dan, have you tried tuning apache's MaxRequestsPerChild Value ? Although it doesn't seem to be a memory leak, tweaking this value causes old apache threads to be closed. Maybe you can try this and report the results. -- Mit freundlichen Gruessen, Marco Wertejuk - mwcis.com Computer/Inte

Re: TCSH bug...

2001-08-28 Thread Kris Kennaway
On Tue, Aug 28, 2001 at 06:18:34PM -0700, Mark Peek wrote: > At 12:41 PM -0500 8/28/01, Steven Ames wrote: > >From: "David O'Brien" <[EMAIL PROTECTED]> > >> > I'll submit a PR for it if you believe thats appropriate. > >> > >> I am afraid, this would just cause people to forget about the problem >

Re: Problems with Squid on 4.4-RC

2001-08-28 Thread Stefanos Kiakas
Hello, I really did not have time to investigate this but the same problem occured with version 2.3 of Squid. The port worked but the "off the shelf" version did not. The problem was corrected for 2.3 and 2.4 but it seems it persists in the source code available from the development sit

Re: OpenSSH + Kerberos 5 + PAM

2001-08-28 Thread Jacques A. Vidrine
On Tue, Aug 28, 2001 at 04:56:06PM -0700, Gordon Tetlow wrote: > I like Kerberos 5 and it's ability to use tickets so I don't have to type > passwords whenever I login/su/need to authenticate myself. So it *really* > annoys me that there is a pam_krb5 module that allows you to authenticate > again

Re: TCSH bug...

2001-08-28 Thread Mark Peek
At 12:41 PM -0500 8/28/01, Steven Ames wrote: >From: "David O'Brien" <[EMAIL PROTECTED]> >> > I'll submit a PR for it if you believe thats appropriate. >> >> I am afraid, this would just cause people to forget about the problem >> rather than to continue pursuing the problem. > >Looks like Mark Pe

OpenSSH + Kerberos 5 + PAM

2001-08-28 Thread Gordon Tetlow
I like Kerberos 5 and it's ability to use tickets so I don't have to type passwords whenever I login/su/need to authenticate myself. So it *really* annoys me that there is a pam_krb5 module that allows you to authenticate against a Kerberos 5 principal but it won't accept any tickets that I try to

Re: Proposed Utility - detach(1)

2001-08-28 Thread Maksim Yevmenkin
Chris Costello wrote: > > On Friday, August 24, 2001, Mike Barcroft wrote: > > I would appreciate comments on the usefulness of a utility which would > > allow one to detach a process from a TTY. I imagine the utility would > > be very small and just call daemon(3) and execlp(3). > > > > Would a

Re: FW: Interesting Router Question

2001-08-28 Thread Matt Ayres
You need to tune kern.ipc.maxsockbuf. I normally use 2097152 for the ti gigabit cards. Thanks, Matt Ayres On Tue, 28 Aug 2001, Deepak Jain wrote: > > > -Original Message- > From: Deepak Jain [mailto:[EMAIL PROTECTED]] > Sent: Monday, August 27, 2001 7:04 PM > To: FreeBSD-Questions; fr

FW: Interesting Router Question

2001-08-28 Thread Deepak Jain
-Original Message- From: Deepak Jain [mailto:[EMAIL PROTECTED]] Sent: Monday, August 27, 2001 7:04 PM To: FreeBSD-Questions; freebsd-isp@FreeBSD. ORG Subject: Interesting Router Question We've got a customer running a FreeBSD router with 2 x 1GE interfaces [ti0 and ti1]. At no point w

Re: TCSH bug...

2001-08-28 Thread Warner Losh
In message <[EMAIL PROTECTED]> Andrew Gallatin writes: : Actually, it is a tcsh bug. Try playing with the MALLOC_OPTIONS : env. variable in -stable. Specifically, set it to 'AJ' & I bet it will : drop core in -stable. Eg: Dumps core for me too :-) Definely a tcsh bug. Warner To Unsubscribe:

Re: TCSH bug...

2001-08-28 Thread Steven Ames
From: "David O'Brien" <[EMAIL PROTECTED]> > > I'll submit a PR for it if you believe thats appropriate. > > I am afraid, this would just cause people to forget about the problem > rather than to continue pursuing the problem. Looks like Mark Peek found the problem and already submitted the solut

Re: TCSH bug...

2001-08-28 Thread David O'Brien
On Tue, Aug 28, 2001 at 12:21:34PM -0500, Steven Ames wrote: > In the interim (before he has a chance to look over the problem and > offer a correction) would it be possible to stop defining SYSMALLOC? Could you build tcsh from /usr/src with -g (and make sure not to strip the binary when you inst

Re: TCSH bug...

2001-08-28 Thread David O'Brien
On Tue, Aug 28, 2001 at 12:21:34PM -0500, Steven Ames wrote: > That (I think?) makes this a tcsh bug. I'll submit a problem report to > Christos Much appreciated. > (anyone have his address? Not readily findable at www.tcsh.org). $ grep @ /usr/src/contrib/tcsh/* /usr/src/contrib/tcsh/RE

Re: TCSH bug...

2001-08-28 Thread Mark Peek
At 12:19 PM -0500 8/28/01, Steven Ames wrote: >I will submit a problem report to Christos but I want to make sure >that I can explain exactly what is happening and why... Memory is getting freed out from under a pointer to that memory. I just submitted this patch to the tcsh mailing list and hope

Re: TCSH bug...

2001-08-28 Thread Steven Ames
From: "David O'Brien" <[EMAIL PROTECTED]> > > Now you could argue that perhaps the definition of SYSMALLOC just exposes > > a bug in tcsh? > > Maybe. One that cares should email Christos to find out if it is a bug > or feature. Those that experience the problem are the ones in the best > positio

Re: TCSH bug...

2001-08-28 Thread Steven Ames
From: "Andrew Gallatin" <[EMAIL PROTECTED]> > Actually, it is a tcsh bug. Try playing with the MALLOC_OPTIONS > env. variable in -stable. Specifically, set it to 'AJ' & I bet it will > drop core in -stable. Eg: > [EXAMPLE DELETED] > Note that -current has malloc options 'AJ' on by default to cat

Re: TCSH bug...

2001-08-28 Thread David O'Brien
On Tue, Aug 28, 2001 at 09:20:16AM -0500, Steve Ames wrote: > Except it isn't tcsh specific really. > > Our config.h in /usr/src/bin/csh defines SYSMALLOC. The port does not. > The port works, the system version doesn't. If you comment out SYSMALLOC > in /usr/src/bin/csh/config.h and recompile t

Re: root is limited ? :-o

2001-08-28 Thread Chojin
It's strange because even in LINT there are not DLFDSIZE and MAXDSIZE options. What values should I put ? Will it fix my problem ? because as I have not enough virtual memory allocated some make failed (like mysqld: virtual memory exhausted). - Original Message - From: "Raymond Wiker" <[

Re: TCSH bug...

2001-08-28 Thread void
On Tue, Aug 28, 2001 at 12:16:02PM -0400, Andrew Gallatin wrote: > > Actually, it is a tcsh bug. Try playing with the MALLOC_OPTIONS > env. variable in -stable. Specifically, set it to 'AJ' & I bet it will > drop core in -stable. You would win that bet. % uname -sr FreeBSD 4.4-PRERELEASE % exp

Re: memory checker for c++???

2001-08-28 Thread Nadav Eiron
I've used /usr/ports/devel/dmalloc (on Linux, arghh) with great success. It helped me find a memory corruption that a $20K commercial tool was completely clueless about :) Nadav On Tue, 28 Aug 2001, Gunnar Olsson wrote: > Hi there, > I do devoloping in c++ in gnu environment, and wonder if some

Re: TCSH bug...

2001-08-28 Thread Andrew Gallatin
Steve Ames writes: > > We *do* know who that is. This however is a more tcsh-specific issue, > > and raising it with the tcsh author would probably lead you to faster > > happiness. Is there some reason you wont email him about this? > > Except it isn't tcsh specific really. > > Our c

Re: TCSH bug...

2001-08-28 Thread Steve Ames
On Mon, Aug 27, 2001 at 08:02:43PM -0700, David O'Brien wrote: > On Mon, Aug 27, 2001 at 09:45:03PM -0500, Jim Bryant wrote: > > Someone recently commented in the tcsh/csh thread concerning the fact > > that the FreeBSD tcsh is maintained separately from the port, > > As is all 3rd party contribu

Re: TCSH bug...

2001-08-28 Thread Steve Ames
On Mon, Aug 27, 2001 at 09:45:03PM -0500, Jim Bryant wrote: > Someone recently commented in the tcsh/csh thread concerning the fact > that the FreeBSD tcsh is maintained separately from the port, > and nobody is really sure who is responsible for keeping the FreeBSD > version both in sync, AND,

memory + apache

2001-08-28 Thread Dan
i am seeing problems where apache is running into swap at times. When all is said and done...i see alot of available memory from top and alot still stuck in swap. Restarting apache at that point clears the swap space right out and memory is used properly again. These seem to be short bursting pe

root is limited ? :-o

2001-08-28 Thread Raymond Wiker
Chojin writes: > Hello, > > I see a strange thing: > > with bash (or tcsh or any other shell) when I try to modify virtual memory > limit with ulimit by ex: > ulimit -v unlimited (or any number). > > When I use limit in tcsh to change virtual memory, I can put anything, it > doesn't m

Re: Portability of #warning in /usr/include

2001-08-28 Thread Erik Trulsson
On Mon, Aug 27, 2001 at 06:42:28PM -0700, Mark D. Anderson wrote: > > This may not work. > >... > > Some of those compilers > > would NOT let you '#ifdef' out the version that it did not recognize > > (perhaps thinking that '#warn' or '#warning' might be some gross typo > > for '#else' or '#endif'

memory checker for c++???

2001-08-28 Thread Gunnar Olsson
Hi there, I do devoloping in c++ in gnu environment, and wonder if someone can recommend a tool for memory checker. Best Regards Gunnar Olsson Gunnar Olsson Phone: +46 8 5062 5762 Xelerated Packet Devices AB F

Re: To determine if a file has grown?

2001-08-28 Thread Terry Lambert
Matthew Hagerty wrote: > Is there a fast and/or efficient way to determine if a file size has > changed without reopening the file every time? I'm writing a program that > needs to open a file and watch it to see when data gets written to the file > (from an external source or another part of the

Re: Portability of #warning in /usr/include

2001-08-28 Thread Terry Lambert
"Mark D. Anderson" wrote: > > This may not work. > >... > > Some of those compilers > > would NOT let you '#ifdef' out the version that it did not recognize > > (perhaps thinking that '#warn' or '#warning' might be some gross typo > > for '#else' or '#endif', I guess...). > > this is true; some c