13 Aug
2018
13 Aug
'18
1:36 p.m.
I've attached radius.log, a simple example Python program, and the mods-enabled configs for two instances: mods-enabled/python1 mods-enabled/python2 that when invoked from the authorization sections of: sites-enabled/default sites-enabled/inner-tunnel result in a freeradius server crash. This only happens for threaded tests, for example: ./radperf -s -p 10 -D stats.out -f test-small.csv 127.0.0.1 auth testing123 The crash does not occur if the test client doesn't thread requests or if I run 'freeradius -X' with console output. Depending upon the execution, I see these fatal errors: Fatal Python error: GC object already tracked Fatal Python error: PyEval_SaveThread: NULL tstate Thoughts? Thanks, Gary