pandap / slimdx

Automatically exported from code.google.com/p/slimdx
MIT License
0 stars 0 forks source link

OutOfMemory-Exception during string concat #858

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using SlimDX March 2011 release:
When closing an application which allocates lots of resources but does not 
release them. The slimdx runtime throws an OutOfMemoryException when trying to 
build (concat) the debug string which lists all unfreed resources, probably 
including their stack traces.

the exception message and stack trace translated from german:

Exception of type 'System.OutOfMemoryException' was thrown.

   at System.String.Concat(String str0, String str1)
   at SlimDX.ObjectTable.ReportLeaks()
   at SlimDX.ObjectTable.OnExit(Object sender, EventArgs e)

Original issue reported on code.google.com by goe...@gmx.de on 10 Feb 2012 at 11:02

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r2181.

Original comment by Mike.Popoloski on 13 Mar 2012 at 2:23