Re: Re: Server exits without warning on radtest
Thanks So i ran it with gdb. There is a seg fault but i don't understand what is happening. I just noticed the 0xdeadbeef value. Program received signal SIGSEGV, Segmentation fault. rad_mangle (request=0x82ba520, data=<optimized out>) at rlm_preprocess.c:217 217 request_pairs = request->packet->vps; (gdb) p request $6 = (REQUEST *) 0x82ba520 (gdb) p request->packet $7 = (RADIUS_PACKET *) 0xdeadbeef (gdb) p request->packet->vps Cannot access memory at address 0xdeadbf4f (gdb) p request_pairs $8 = <optimized out> My system is a Ubuntu 12.04 LTS and the version is FreeRADIUS Version 2.1.10. Adrien
On 22/02/13 15:10, Adrien Morvan wrote:
Thanks
So i ran it with gdb. There is a seg fault but i don't understand what is happening. I just noticed the 0xdeadbeef value.
Program received signal SIGSEGV, Segmentation fault. rad_mangle (request=0x82ba520, data=<optimized out>) at rlm_preprocess.c:217 217 request_pairs = request->packet->vps; (gdb) p request $6 = (REQUEST *) 0x82ba520 (gdb) p request->packet $7 = (RADIUS_PACKET *) 0xdeadbeef (gdb) p request->packet->vps Cannot access memory at address 0xdeadbf4f (gdb) p request_pairs $8 = <optimized out>
My system is a Ubuntu 12.04 LTS and the version is FreeRADIUS Version 2.1.10.
Upgrade. There were a few bugs in 2.1.10, including a security-related issue. You should be running 2.2.0
Adrien Morvan wrote:
So i ran it with gdb. There is a seg fault but i don't understand what is happening.
That's OK. What is *not* OK is refusing to follow the instructions in doc/bugs. We need that information to help solve the problem. By refusing to follow the documentation, you're refusing to let us help you. Follow the documentation, or stop asking questions. Alan DeKok.
participants (3)
-
Adrien Morvan -
Alan DeKok -
Phil Mayers