Re: (Could be) a bug report

2002-09-24 Thread Alan DeKok
"Andrew G. Buenaventura" <[EMAIL PROTECTED]> wrote: > Did I send the correct output? Yes, but the problem appears to be in the tds libraries on your system. The tds_alloc_config() function is passing a bad pointer to strdup(), so it crashes. There's nothing you can do to FreeRADIUS to make

RE: (Could be) a bug report

2002-09-23 Thread Andrew G. Buenaventura
Did I send the correct output? -Original Message- From: Andrew G. Buenaventura Sent: Monday, September 23, 2002 8:21 PM To: [EMAIL PROTECTED] Subject: (Could be) a bug report Here's the output of gdb: (gdb) bt #0 0x4012bb5d in __strdup (s=0x655f7375 ) at ../sysdeps/i386

(Could be) a bug report

2002-09-23 Thread Andrew G. Buenaventura
Here's the output of gdb: (gdb) bt #0 0x4012bb5d in __strdup (s=0x655f7375 ) at ../sysdeps/i386/i486/bits/string.h:530 #1 0x401f11a6 in tds_alloc_config (locale=0x80b8a30) at mem.c:311 #2 0x401fca97 in tds_get_config (tds=0x0, login=0x80b90d0, locale=0x80b8a30) at config.c:98 #3 0x401f4d0