22 Nov
2012
22 Nov
'12
11:52 a.m.
Julius Plenz wrote:
Hi, Alan!
* Alan DeKok <aland@deployingradius.com> [2012-11-22 15:22]:
Why is this an error case, rather than "no libs, no unloading necessary"? It's a minor bug.
Thank you for the bug fix I found at https://github.com/FreeRADIUS/freeradius-server/commit/bfaf23b7d930364d680e7...
However, by fixing the minor bug, you seem to have introduced a major one: FreeRADIUS segfaults on startup. Backtrace: ... Maybe you shouldn't have moved the newXS() call to *before* the perl_parse(inst->perl, xs_init, ...) call? Moving it after that line fixes the segfault.
Ok, fixed. Alan DeKok.