DotGNU Portable.NET - Bugs: bug #20201, Xml Serializer throws exception on...
You are not allowed to post comments on this tracker with your current authentication level.
bug #20201: Xml Serializer throws exception on multi-processor systems
| Submitter: | Nick Lee <nick_lee> | ||
| Submitted: | Mon 18 Jun 2007 08:40:22 AM UTC | ||
| Category: | None | Severity: | 3 - Normal |
| Item Group: | None | Status: | None |
| Privacy: | Public | Assigned to: | None |
| Open/Closed: | Open | ||
|
Tue 19 Jun 2007 08:43:29 PM UTC, comment #1: |
Anonymous |
|
Mon 18 Jun 2007 08:40:22 AM UTC, original submission:
Repeated use of XmlSerializer causes an exception to be thrown in a thread not owned by calling code. Exception is thrown at different points in execution each time, but an example output from the attached test case is as follows:
at System.Private.NumberParser.ParseNumber(String, NumberStyles, NumberFormatInfo, UInt64&, Boolean&) in ./System/Private/NumberParser.cs:418
|
Nick Lee <nick_lee> |
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follow 2 latest changes.
| Date | Changed by | Updated Field | Previous Value | => | Replaced by |
|---|---|---|---|---|---|
| 2007-06-18 | nick_lee | Attached File | - | Added exception.txt, #13088 | |
| Attached File | - | Added Class1.cs, #13089 |

The line you speak of is inside a try/catch block.
There seems to be some issue with the exception handling ?