pombreda / appscale

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

Syslog access isn't guarded #94

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If two threads in the AppController attempt to use syslog at the same time,
the second thread will crash. Need to lock access to syslog so that only
one thread can use it at a time.

Fixed, will be in next release.

Original issue reported on code.google.com by shattere...@gmail.com on 8 Oct 2009 at 5:32