[Mono-bugs] [Bug 623707] New: Async sockets + domain unload -> crash
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Jul 19 18:45:05 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=623707
http://bugzilla.novell.com/show_bug.cgi?id=623707#c0
Summary: Async sockets + domain unload -> crash
Classification: Mono
Product: Mono: Runtime
Version: 2.6.x
Platform: x86
OS/Version: Windows 7
Status: NEW
Severity: Normal
Priority: P5 - None
Component: misc
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: lucas.meijer at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US)
AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4
Run the attached .c files, against the attached .cs file.
On windows, it will crash in threads.c, in cleanup_thread, because
thread->sync_cs is 0. sync_cs is 0 because the finalizer for that thread has
already ran.
stupid bugzilla only allows me to attach one file. using monobin.com with
forever option instead:
c file: http://monobin.com/__fc0e4939
cs file: http://monobin.com/__f5f83ff79
on osx, the result this assert gets hit:
* Assertion at error.c:70, condition `ret == 0' not met
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list