#4480: System.Directory.canonicalizePath gives bad result
---------------------------------+------------------------------------------
    Reporter:  erikd             |       Owner:                             
        Type:  bug               |      Status:  new                        
    Priority:  normal            |   Component:  Compiler                   
     Version:  6.12.3            |    Keywords:                             
    Testcase:                    |   Blockedby:                             
          Os:  Unknown/Multiple  |    Blocking:                             
Architecture:  Unknown/Multiple  |     Failure:  Incorrect result at runtime
---------------------------------+------------------------------------------

Comment(by benl):

 Also broken on Windows
 {{{
 Prelude> canonicalizePath ""
 *** Exception: getFullPathName: invalid argument (Error 0x2af4041)
 Prelude> canonicalizePath ""
 *** Exception: getFullPathName: invalid argument (Error 0x29b7091)
 }}}

 Note the error number changes each time...

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4480#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to