Re: interesting task for .NET learners: why ArrayList.Sort hangs? [.NET 1.1]



Chris S. wrote:
> a bug in the quicksort in 1.1? seems to only happen with "fixed" which
> is bizzarre

I'm not sure whether I'd classify it as a bug in 1.1. Hint: if you give
2.0 different data (still just strings) but the same comparison method
you can break that, too - although it throws an exception rather than
hanging.

Jon

.



Relevant Pages

  • Re: interesting task for .NET learners: why ArrayList.Sort hangs? [.NET 1.1]
    ... > I'm not sure whether I'd classify it as a bug in 1.1. ... Hint: if you give ... I know why it hangs in 1.1. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: help needed in sending an array of strings to VB App from C dll
    ... And the bug is? ... (Hint - look at the newsgroup name) ... I have a function in my C dll that has to pass an Array of strings to ...
    (microsoft.public.vb.bugs)
  • Re: A note on computing thugs and coding bums
    ... Here's my response including a bug fix. ... to make "modern strings" possible was designed and first implemented ... contents to strings, to compare them, and to duplicate them. ... while the Pike code will NEVER work...for international strings. ...
    (comp.programming)
  • IExplorer
    ... these strings fail miserably? ... Or maybe the bug isnt exactly that easily ... program filename or pre-existing CLSID definition in the target ...
    (Vuln-Dev)
  • Re: Most Interesting Bug Track Down
    ... I was writing usable which dealt with strings. ... I had to read through the code in detail before the bug ... legitimate character, not a string terminator. ... Anything involving a stack overrun with stack checking turned off. ...
    (comp.lang.c)

Loading