tim-donahue / bsdradius

Automatically exported from code.google.com/p/bsdradius
0 stars 1 forks source link

crash with error in working thread #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
After flawless work for many months, suddenly crashed with following error:

[2010-11-23 13:44:52] thread "Working thread 0" grabbed a packet for processing
[2010-11-23 13:44:53] ERROR:
[2010-11-23 13:44:53] ERROR: ---[ PYTHON EXCEPTION ]---
[2010-11-23 13:44:53] ERROR: Traceback (most recent call last):
[2010-11-23 13:44:53] ERROR:   File 
/usr/local/lib/python2.6/dist-packages/bsdradius/BsdRadiusServer.py, line 353, 
in run()
[2010-11-23 13:44:53] ERROR:     dumpPacket.dumpUnhandledAuthPacket(pkt)
[2010-11-23 13:44:53] ERROR:   File 
/usr/local/lib/python2.6/dist-packages/bsdradius/serverModules/dumpPacket.py, 
line 180, in dumpUnhandledAuthPacket()
[2010-11-23 13:44:53] ERROR:     doIt = 
radParsedConfig['BEHAVIOR'].get('dump_unh_auth', False)
[2010-11-23 13:44:53] ERROR:   <type 'exceptions.TypeError'>: 'NoneType' object 
is unsubscriptable
[2010-11-23 13:44:53] ERROR: ---
[2010-11-23 13:44:53] ERROR:
[2010-11-23 13:44:53] ERROR: Error in working thread

version 0.7.1

Original issue reported on code.google.com by aivis.ol...@gmail.com on 30 Nov 2010 at 9:06

GoogleCodeExporter commented 9 years ago
happened again, on different server, same error exactly

Original comment by aivis.ol...@gmail.com on 14 Jan 2011 at 8:22

GoogleCodeExporter commented 9 years ago
there is a fix applied now, in the trunk

Original comment by aivis.ol...@gmail.com on 19 Feb 2011 at 3:28

GoogleCodeExporter commented 9 years ago

Original comment by aivis.ol...@gmail.com on 19 Feb 2011 at 3:29