Nathan Miller <[EMAIL PROTECTED]> wrote:
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread 1026 (LWP 1032)]
> 0x401edef0 in rad_mangle (data=0x80ba640, request=0x80c1d70)
>      at rlm_preprocess.c:154
> 154             request_pairs = request->packet->vps;
> (gdb) bt
> #0  0x401edef0 in rad_mangle (data=0x80ba640, request=0x80c1d70)
>      at rlm_preprocess.c:154

  So 'request' isn't NULL, but request->packet is?

  From gdb, can you do:

(gdb) print *request
(gdb) print *request->packet


   The data structure 'request->packet' is the incoming packet.  It
should NEVER be NULL.

  Alan DeKok.

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

Reply via email to