3.0.x HEAD crashing (was hanging)
Phil Mayers
p.mayers at imperial.ac.uk
Tue Jun 17 13:29:22 CEST 2014
On 17/06/14 12:24, Phil Mayers wrote:
> Current state of talloced memory:
> CAUGHT SIGNAL: Segmentation fault
Note the talloc dump seems to fail because of:
#1 0x00007ffff7b999a8 in fr_log_talloc_report (ctx=0x9ebb10) at
src/lib/debug.c:602
602 null_ctx = talloc_get_name(NULL);
...which ends up in:
#0 talloc_get_name (ptr=0x0) at ../talloc.c:1153
1153 struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr);
...which segfaults; not sure if talloc_get_name(NULL) is legal, or if
this is a result of the bug or what?
More information about the Freeradius-Devel
mailing list