|
Bugzilla – Full Text Bug Listing |
| Summary: | Softdebugger for Windows shows Finalizer Thread | ||
|---|---|---|---|
| Product: | [Mono] Mono: Runtime | Reporter: | andreas flucke <andreas.flucke> |
| Component: | debug | Assignee: | Mono Bugs <mono-bugs> |
| Status: | NEW --- | QA Contact: | Mono Bugs <mono-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | forgotten_vxPDddArjq |
| Version: | 2.10.x | ||
| Target Milestone: | --- | ||
| Hardware: | x86 | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
andreas flucke
2011-04-04 16:06:48 UTC
The debugger UI can hide the finalizer thread if it wants to, the debugger backend won't hide it. Maybe i'm wrong, but my observation is that this Thread doesn't show up in Linux. (The same App which causes unhandled Ex in this Thread) Sorry for asking you here which way there is to hide the Thread in the UI except for getting it's Name (which is somewhat awkward) This thread is created before the VM_START event is sent, so the app doesn't get a THREAD_START event for it. No idea why this works differently on windows, it shouldn't. |