[Mono-bugs] [Bug 78600][Wis] Changed - I get SIGSEGV on Response.Redirect

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Jun 15 17:43:16 EDT 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 gonzalo at ximian.com.

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

--- shadow/78600	2006-06-07 11:36:35.000000000 -0400
+++ shadow/78600.tmp.13055	2006-06-15 17:43:16.000000000 -0400
@@ -3,13 +3,13 @@
 Version: 1.1
 OS: All
 OS Details: 
 Status: NEEDINFO   
 Resolution: 
 Severity: Unknown
-Priority: Critical
+Priority: Wishlist
 Component: Sys.Web
 AssignedTo: gonzalo at ximian.com                            
 ReportedBy: cristian.vanti at tiscali.it               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
@@ -153,6 +153,33 @@
 
 Additional Information:
 Linux Centos4.1 Mono 1.1.15
 
 ------- Additional Comments From gonzalo at ximian.com  2006-06-07 11:36 -------
 Not much I can do without a test case and without code.
+
+------- Additional Comments From cristian.vanti at tiscali.it  2006-06-09 06:03 -------
+I'm trying to run a CMS developed for .Net 1.1 on Mono. I can send you
+the 10Mb zip of dll and ascx and the mysql backup. But I think it's
+not a big idea. Suggest me how to isolate problem and create a test case.
+I bypassed the error using Redirect(url,False) but it works only in
+some point of the code (always, it's not random). In other methods I
+get the SIGSEGV. 
+
+------- Additional Comments From robertj at gmx.net  2006-06-12 16:50 -------
+Try to exclude ThreadAbortException from the
+catch-all block, like here (sorry, I don't know VB):
+
+try {
+  Response.Redirect(NavigateURL());
+} catch (ThreadAbortException) {
+  // ignore
+} catch (Exception exc) {
+  ProcessModuleLoadException(this, exc);
+}
+
+[Priority changed, see
+http://bugzilla.ximian.com/bug_status.html#priority]
+
+
+------- Additional Comments From gonzalo at ximian.com  2006-06-15 17:43 -------
+Setting to NEEDINFO, pending a test case.


More information about the mono-bugs mailing list