Re: [Mono-devel-list] Access violation after exiting a mono app with an open StreamWriter (latest builds)

2005-04-26 Thread Bill Middleton
Looks like a bug to me. At least insofar as it doesn't throw an exception running under .NET or Mono Windows. Bill On 4/25/05, Andrew Gleave <[EMAIL PROTECTED]> wrote: > > Hi, > We have an app that uses a StreamWriter to write logging and debugging > info to a file. If I terminate the a

[Mono-devel-list] Access violation after exiting a mono app with an open StreamWriter (latest builds)

2005-04-25 Thread Andrew Gleave
Hi,     We have an app that uses a StreamWriter to write logging and debugging info to a file.  If I terminate the app (Ctrl -c) when it is running, then re-launch it, I get an access violation/ sharing violation when the StreamWriter is created.  I can't seem to remember this being an issue