[Mono-bugs] [Bug 524984] ASMX web service proxy call causes delay/failure to return to shell (Mono 2.4.2.2)

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Jul 27 09:24:30 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=524984

User apenn at hchb.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=524984#c3


Arthur Penn <apenn at hchb.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW
      Info Provider|apenn at hchb.com              |




--- Comment #3 from Arthur Penn <apenn at hchb.com>  2009-07-27 07:24:29 MDT ---
Unfortunately I am not able to provide the service, as it is proprietary to my
company and uses other licensed software that I can't supply that you would
need for it to run. However, it is important to note that the delay occurs
after the service returns and the client outputs results. Our service is
running on Windows Server 2008/IIS7. 

I found someone else's public ASMX web services and built a client application
that I can supply, however. This has a similar delay on shutdown after calling
the web service--in this case, I see the following on the strace once the
program has written its final 'done' message:

futex(0xd51b6c, FUTEX_WAIT_PRIVATE, 3, NULL) = ? ERESTARTSYS (To be restarted)
--- SIGCONT (Continued) @ 0 (0) ---
futex(0xd51b6c, FUTEX_WAIT_PRIVATE, 3, NULL) = ? ERESTARTSYS (To be restarted)
--- SIGCONT (Continued) @ 0 (0) ---
futex(0xd51b6c, FUTEX_WAIT_PRIVATE, 3, NULL) = ? ERESTARTSYS (To be restarted)
--- SIGCONT (Continued) @ 0 (0) ---
futex(0xd51b6c, FUTEX_WAIT_PRIVATE, 3, NULL) = ? ERESTARTSYS (To be restarted)
--- SIGCONT (Continued) @ 0 (0) ---

Hope this helps.

-- 
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