#5697: loadObj() fails with a Unicode file path on Windows
---------------------------------+------------------------------------------
  Reporter:  guest               |          Owner:  simonmar
      Type:  bug                 |         Status:  new     
  Priority:  high                |      Milestone:  7.4.1   
 Component:  Compiler            |        Version:  7.0.3   
Resolution:                      |       Keywords:  panic   
        Os:  Windows             |   Architecture:  x86     
   Failure:  Compile-time crash  |     Difficulty:  Unknown 
  Testcase:                      |      Blockedby:          
  Blocking:                      |        Related:          
---------------------------------+------------------------------------------

Comment(by marlowsd@…):

 commit 81c69f305c79c181a2e15cf88615baa441dae755
 {{{
 Author: Simon Marlow <[email protected]>
 Date:   Fri Jan 6 14:51:40 2012 +0000

     Make the RTS linker API use wide-char pathnames on Windows (#5697)

     I haven't been able to test whether this works or not due to #5754,
     but at least it doesn't appear to break anything.

  compiler/ghci/ObjLink.lhs |   38 ++++---------
  includes/rts/Linker.h     |   18 ++++--
  rts/Linker.c              |  136
 +++++++++++++++++++++++++++-----------------
  rts/LinkerInternals.h     |    2 +-
  4 files changed, 107 insertions(+), 87 deletions(-)
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5697#comment:8>
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