17 Jun
2014
17 Jun
'14
7:29 a.m.
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?