Re: [GHC] #5710: Profiling looks broken on Windows

2011-12-19 Thread GHC
#5710: Profiling looks broken on Windows
---+
  Reporter:  simonmar  |  Owner:  
  Type:  bug   | Status:  closed  
  Priority:  highest   |  Milestone:  7.4.1   
 Component:  Compiler  |Version:  7.2.1   
Resolution:  fixed |   Keywords:  
Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
   Failure:  None/Unknown  | Difficulty:  Unknown 
  Testcase:|  Blockedby:  
  Blocking:|Related:  
---+
Changes (by igloo):

  * status:  merge => closed
  * resolution:  => fixed


Comment:

 Merged as bced264076d58d49f36e5b76189dd1faa56816c6

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #5710: Profiling looks broken on Windows

2011-12-19 Thread GHC
#5710: Profiling looks broken on Windows
-+--
Reporter:  simonmar  |   Owner:  
Type:  bug   |  Status:  merge   
Priority:  highest   |   Milestone:  7.4.1   
   Component:  Compiler  | Version:  7.2.1   
Keywords:|  Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  | Failure:  None/Unknown
  Difficulty:  Unknown   |Testcase:  
   Blockedby:|Blocking:  
 Related:|  
-+--
Changes (by simonmar):

  * status:  new => merge


-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #5710: Profiling looks broken on Windows

2011-12-19 Thread GHC
#5710: Profiling looks broken on Windows
-+--
Reporter:  simonmar  |   Owner:  
Type:  bug   |  Status:  new 
Priority:  highest   |   Milestone:  7.4.1   
   Component:  Compiler  | Version:  7.2.1   
Keywords:|  Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  | Failure:  None/Unknown
  Difficulty:  Unknown   |Testcase:  
   Blockedby:|Blocking:  
 Related:|  
-+--

Comment(by marlowsd@…):

 commit b4018aaaebe4250e78cdcb245466fdcce8918abf
 {{{
 Author: Simon Marlow 
 Date:   Mon Dec 19 11:53:42 2011 +

 Fix alignment in the CostCentre struct (#5710)

  compiler/codeGen/CgProf.hs |2 +-
  compiler/codeGen/StgCmmProf.hs |   16 
  includes/rts/prof/CCS.h|2 +-
  3 files changed, 10 insertions(+), 10 deletions(-)
 }}}

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


[GHC] #5710: Profiling looks broken on Windows

2011-12-16 Thread GHC
#5710: Profiling looks broken on Windows
-+--
Reporter:  simonmar  |   Owner:  
Type:  bug   |  Status:  new 
Priority:  highest   |   Milestone:  7.4.1   
   Component:  Compiler  | Version:  7.2.1   
Keywords:|  Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  | Failure:  None/Unknown
  Difficulty:  Unknown   |Testcase:  
   Blockedby:|Blocking:  
 Related:|  
-+--
 All the profiling tests are failing on Windows;

 {{{
 => arr001(profasm) 16 of 3138 [0, 0, 0]
 cd ./array/should_run &&
 'D:/slave/stable/builder/tempbuild/build/bindisttest/install
 dir/bin/ghc.exe' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output
 -no-user-package-conf -rtsopts -fno-ghci-history -o arr001 arr001.hs -O
 -prof -auto-all >arr001.comp.stderr 2>&1
 cd ./array/should_run && ./arr001 +RTS -hc -p -RTS arr001.run.stdout 2>arr001.run.stderr
 Wrong exit code (expected 0 , actual 1 )
 Stdout:
 array (1,3) [(1,'c'),(2,'a'),(3,'b')]
 Segmentation fault/access violation in generated code
 Stderr:
 *** unexpected failure for arr001(profasm)
 }}}

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs