Forum C# WriteError not thread safe?

WriteError not thread safe?

Postby dsaunder » September 22nd, 2011, 1:33 am

I just started using ErrorLog (loving it!!!), but it seems the console write operations aren't thread safe:

>Error: CGameService:Update() error, update already running!
Exception of type 'System.Exception' was thrown.


>Error: CGameService:Update() error, update already running!
Exception of type 'System.Exception' was thrown.


>Error: CGameService:Update() error, update already running!
>Error: CGameService:Update() error, update already running!
Exception of type 'System.Exception' was thrown.



>Error: CGameService:Update() error, update already running!
Exception of type 'System.Exception' was thrown.


>Error: CGameService:Update() error, update already running!
Exception of type 'System.Exception' was thrown.

Is there some official bug filing/feature request system we can use?

Thanks!

-D
dsaunder
 
Posts: 23
Joined: July 22nd, 2010, 7:28 am

Re: WriteError not thread safe?

Postby Oliver » October 12th, 2011, 12:32 pm

Hey,

No sorry -- we don't have an openly accessible bug tracking system. The forum is the best place to post errors like this.

From your message i can't see any error that relates directly to PlayerIO, that is, it does not mention any PlayerIO class names or anything.

Writing to the console should be completely thread safe.

Can you make a small isolated example that reliably reproduces this error?

- Oliver
User avatar
Oliver
.IO
 
Posts: 1159
Joined: January 12th, 2010, 8:29 am


Return to C#