[Mono-bugs] [Bug 544650] New: ThreadAbortedException on several quiсk clicks on the page while postback is procceded
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Oct 6 09:16:02 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=544650
Summary: ThreadAbortedException on several quiсk clicks on the
page while postback is procceded
Classification: Mono
Product: Mono: Class Libraries
Version: SVN
Platform: i686
OS/Version: Linux
Status: NEW
Severity: Major
Priority: P5 - None
Component: Sys.Web
AssignedTo: mhabersack at novell.com
ReportedBy: arty_slon at mail.ru
QAContact: mono-bugs at lists.ximian.com
Found By: ---
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.0.14)
Gecko/2009082707 Firefox/3.0.14 (.NET CLR 3.5.30729) FirePHP/0.3
Hi
Our Web site is written on c# and running by Mono on the Linux platform. When
we've tried to update mono to trunk version (Mono Runtime Version: /trunk/mono
r142957), we are faced with trouble which we donot have on mono 2.0.1.
When several user's works with the server, it's often throw exceptions like
this
Server Error in '/' Application
Thread was being aborted
Description: HTTP 500. Error processing request.
Stack Trace:
System.Threading.ThreadAbortException: Thread was being aborted
at ASP.admin_cdrpage_aspx.__BuildControl_pnlExtractor () [0x00000]
at ASP.admin_cdrpage_aspx.__BuildControl_Div1 () [0x00000]
at ASP.admin_cdrpage_aspx.__BuildControl__bctrl_904 (System.Web.UI.Control
__ctrl) [0x00000]
at System.Web.UI.CompiledBindableTemplateBuilder.InstantiateIn
(System.Web.UI.Control container) [0x00000]
at System.Web.UI.UpdatePanel.OnInit (System.EventArgs e) [0x00000]
at System.Web.UI.Control.InitRecursive (System.Web.UI.Control
namingContainer) [0x00000]
at System.Web.UI.Control.InitRecursive (System.Web.UI.Control
namingContainer) [0x00000]
at System.Web.UI.Control.AddedControl (System.Web.UI.Control control, Int32
index) [0x00000]
at System.Web.UI.ControlCollection.Add (System.Web.UI.Control child)
[0x00000]
at AjaxControlToolkit.TabPanel.OnInit (System.EventArgs e) [0x00000]
at System.Web.UI.Control.InitRecursive (System.Web.UI.Control
namingContainer) [0x00000]
at System.Web.UI.Control.InitRecursive (System.Web.UI.Control
namingContainer) [0x00000]
at System.Web.UI.Control.InitRecursive (System.Web.UI.Control
namingContainer) [0x00000]
at System.Web.UI.Control.InitRecursive (System.Web.UI.Control
namingContainer) [0x00000]
at System.Web.UI.Control.InitRecursive (System.Web.UI.Control
namingContainer) [0x00000]
at System.Web.UI.Control.InitRecursive (System.Web.UI.Control
namingContainer) [0x00000]
at System.Web.UI.Control.InitRecursive (System.Web.UI.Control
namingContainer) [0x00000]
at System.Web.UI.Control.InitRecursive (System.Web.UI.Control
namingContainer) [0x00000]
at System.Web.UI.Page.InternalProcessRequest () [0x00000]
at System.Web.UI.Page.ProcessRequest (System.Web.HttpContext context)
[0x00000]
Version information: Mono Runtime Version: /trunk/mono r142957 Thu Sep 30
09:59:03 MSD 2010; ASP.NET Version: 2.0.50727.1433
When we've tried to find the issue, we see that this bug is also reproduced
when you click quickly several times(10-15) on different links on the page,
while postback is proceeded.
Reproducible: Sometimes
Steps to Reproduce:
1. Open complicated .aspx page with several links
2. Click on one of the link and quickly click several times(10-15) on different
links on the page, while postback is proceeded.
Actual Results:
System.Threading.ThreadAbortException is thrown
Expected Results:
the request is correctly managed
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list