[Mono-bugs] [Bug 549941] New: Step over breakpoint on Uri class used with WebClient when calling https address never completes
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sun Oct 25 17:25:26 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=549941
Summary: Step over breakpoint on Uri class used with WebClient
when calling https address never completes
Classification: Mono
Product: MonoTouch
Version: unspecified
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Tools
AssignedTo: gnorton at novell.com
ReportedBy: mike.bluestein at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Created an attachment (id=324042)
--> (http://bugzilla.novell.com/attachment.cgi?id=324042)
test case
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us)
AppleWebKit/531.9 (KHTML, like Gecko) Version/4.0.3 Safari/531.9
When I add a bp on a line that creates a Uri to be used with an https address
and the WebClient class, followed by a step over, the execution of the code
that follows never completes. Running without a bp in the debugger works fine.
Also, hitting bp and continue works fine as well. In the attached test case I'm
using the google calendar service. You'll need to enter a valid gmail username
and password to run it.
Reproducible: Always
Steps to Reproduce:
1. Replace the strings in HandleDoitButtonTouchUpInside with a gmail username
and password
2. Debug and touch the button -> works ok
3. Set bp on Uri line, debug-> touch button -> continue -> also works fine
4. Repeat -> this time step over -> never completes
Actual Results:
Execution never completes for step over case.
Expected Results:
String should be written to Application output with response from google
service.
--
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