Re: Seg. Fault 0.4

2002-01-30 Thread aland
Igor Karpov <[EMAIL PROTECTED]> wrote: > I believe that problem still exists. Running FreeBSD-4.5-PRERELEASE, but > it doesn't matter much in this case... > > radiusd with PostgreSQL support is crashing _very_ frequently when it's > started as > > radiusd -d /usr/local/etc/raddb Try upgrading

Re: Seg. Fault 0.4

2002-01-21 Thread aland
"Alex L. Demidov" <[EMAIL PROTECTED]> wrote: > Same problem here. Try this patch. Applied, thanks. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Seg. Fault 0.4

2002-01-21 Thread Igor Karpov
Thanks a lot! It's working whole day :) On Sat, Jan 19, 2002 at 09:09:43PM +0300, Alex L. Demidov wrote: > Same problem here. Try this patch. > > --- src/modules/rlm_sql/drivers/rlm_sql_postgresql/sql_postgresql.c.origSat >Jan 19 21:00:39 2002 > +++ src/modules/rlm_sql/drivers/rlm_sql_

Re: Seg. Fault 0.4

2002-01-19 Thread Alex L. Demidov
Same problem here. Try this patch. --- src/modules/rlm_sql/drivers/rlm_sql_postgresql/sql_postgresql.c.origSat Jan 19 21:00:39 2002 +++ src/modules/rlm_sql/drivers/rlm_sql_postgresql/sql_postgresql.c Sat Jan 19 +20:55:50 2002 @@ -255,8 +255,8 @@ pg_sock->num_fields = records

Re: Seg. Fault 0.4

2002-01-18 Thread Igor Karpov
On Thu, Dec 20, 2001 at 03:40:06PM -0500, [EMAIL PROTECTED] wrote: > [EMAIL PROTECTED] wrote: > > This is gdb out of 'bt' > > +++ START > > #0 0x4001a96d in sql_userparse () at eval.c:88 > > #1 0x4001aa61 in sql_getvpdata () at eval.c:88 > > There is NO 'eval.c' anywhere in the server source

Re: Seg. Fault 0.4

2001-12-21 Thread rmosley
How could I trace this. I know for SURE I deleted ALL the freeRadius libs. I did a search on the box for '*rlm*'. Is it possible that it is complaining about one of the libs, ie; libpq, it is linked to? Also I noticed that libdl-2.2.3.so has a eval.c. Just a though from someone that really not su

Re: Seg. Fault 0.4

2001-12-20 Thread aland
[EMAIL PROTECTED] wrote: > This is gdb out of 'bt' > +++ START > #0 0x4001a96d in sql_userparse () at eval.c:88 > #1 0x4001aa61 in sql_getvpdata () at eval.c:88 There is NO 'eval.c' anywhere in the server source tree. The server is STILL using old libraries. Find them, delete them, re-ins

Re: Seg. Fault 0.4

2001-12-18 Thread rmosley
Just wondering, did anyone have any ideas on this. I just tried snapshot-20011218 and still get same results. On Mon, 17 Dec 2001 [EMAIL PROTECTED] wrote: > Okay, > I did: > > rm /usr/local/lib/* > cd radiusd (root dir of src of 0.4) > make distclean > ./configure --sysconfdir=/etc --loc

Re: Seg. Fault 0.4

2001-12-17 Thread rmosley
Okay, I did: rm /usr/local/lib/* cd radiusd (root dir of src of 0.4) make distclean ./configure --sysconfdir=/etc --localstatedir=/var --with-threads \ --with-thread-pool \ --with-rlm-sql-postgresql-include-dir=/opt/pgsql/include \ --with-rlm-sql-postgresql-lib-dir=/opt/pgsql/lib make mak

Re: Seg. Fault 0.4

2001-12-14 Thread Chris A. Kalin
er" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 14, 2001 04:45 PM Subject: Re: Seg. Fault 0.4 > At 02:03 PM 12/14/2001 -0800, [EMAIL PROTECTED] wrote: > > >I've been having a seg fault in snapshots and in 0.4, I don't get it in > &g

Re: Seg. Fault 0.4

2001-12-14 Thread Chris Parker
At 02:03 PM 12/14/2001 -0800, [EMAIL PROTECTED] wrote: >I've been having a seg fault in snapshots and in 0.4, I don't get it in >0.3. Basically I run about 5 request and then it seg faults. Not exactly >5, but aprox. The only auth I do is through SQL and it then runs a simple >external script tha

Seg. Fault 0.4

2001-12-14 Thread rmosley
I've been having a seg fault in snapshots and in 0.4, I don't get it in 0.3. Basically I run about 5 request and then it seg faults. Not exactly 5, but aprox. The only auth I do is through SQL and it then runs a simple external script that returns a Reply-Message and then exits 0. Running 'radius