Re: segmentation fault with gdb output

2002-09-21 Thread Alan DeKok

Andrew G. Buenaventura [EMAIL PROTECTED] wrote:
 Attached is the gdb output of my freeradius-snapshot-20020920 and
 freetds-0.6.0 running on Redhat Linux 7.1.  I am attempting freeradius
 to connect to an MS SQL 2k database.
 
 Core was generated by `radiusd -xx'.
 Program terminated with signal 11, Segmentation fault.
 #0  0x4012bb5d in ?? ()

  Well, that doesn't help.  You'll nned to build the server with
--enable-developer (I think, see './configure --help'), in order to
get *names* in gdb output, instead of meaningless hex numbers.

  Alan DeKok.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



segmentation fault with gdb output

2002-09-20 Thread Andrew G. Buenaventura

Attached is the gdb output of my freeradius-snapshot-20020920 and
freetds-0.6.0 running on Redhat Linux 7.1.  I am attempting freeradius
to connect to an MS SQL 2k database.

Core was generated by `radiusd -xx'.
Program terminated with signal 11, Segmentation fault.
#0  0x4012bb5d in ?? ()
(gdb) bt
#0  0x4012bb5d in ?? ()
#1  0x401f11a6 in ?? ()
#2  0x401fca97 in ?? ()
#3  0x401f4d01 in ?? ()
#4  0x40029da5 in ?? ()
#5  0x401e9210 in ?? ()
#6  0x401e933f in ?? ()
#7  0x401e8115 in ?? ()
#8  0x08054dca in ?? ()
#9  0x08055b46 in ?? ()
#10 0x08055bac in ?? ()
#11 0x080550ea in ?? ()
#12 0x08055321 in ?? ()
#13 0x0804c03c in ?? ()
#14 0x0804c7aa in ?? ()
#15 0x400c2177 in ?? ()

segmentation fault also happens in my freebsd-4.X box.  Any help will be
greatly appreciated.  thanks

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html