[Mono-bugs] [Bug 77855][Nor] Changed - Occasional segfaults in System.Drawing.Image:Save

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Mar 22 09:28:15 EST 2006


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by sebastien at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=77855

--- shadow/77855	2006-03-22 07:14:59.000000000 -0500
+++ shadow/77855.tmp.7857	2006-03-22 09:28:15.000000000 -0500
@@ -158,6 +158,25 @@
 I'll try to cook up a test case.
 
 ------- Additional Comments From juraj at hotfeet.ch  2006-03-22 07:14 -------
 No luck so far with producing a self-contained test case. Running the
 ashx-page separately with XSP already makes the problem go away.
 It must be some memory corruption issue.
+
+------- Additional Comments From sebastien at ximian.com  2006-03-22 09:28 -------
+Is the stack trace always the same ?
+
+Using SVN, valgrind doesn't see any leaks in the ImageCodec sample we
+have (available in SVN). So if it's a memory corruption then it
+happens ealier in the save process.
+
+Can you provide a standalone sample that starts around (or just after)
+this ?
+
+in HotFeet.Vpds.Web.BarChartHandler:CreatePng (System.Web.HttpRequest)
+<0x848>
+in HotFeet.Vpds.Web.BarChartHandler:ServePng (System.Web.HttpContext)
+<0xd2>
+in HotFeet.Vpds.Web.BarChartHandler:ProcessRequest
+(System.Web.HttpContext)
+
+thanks


More information about the mono-bugs mailing list