Re: [GHC] #2561: Using ITstring !FastString in Lexer.x goes wrong (internal error: stg_ap_v_ret)

2009-07-26 Thread GHC
#2561: Using ITstring !FastString in Lexer.x goes wrong (internal error:
stg_ap_v_ret)
-+--
Reporter:  igloo |Owner:  
Type:  bug   |   Status:  closed  
Priority:  normal|Milestone:  6.12 branch 
   Component:  Compiler  |  Version:  6.8.3   
Severity:  normal|   Resolution:  fixed   
Keywords:|   Difficulty:  Unknown 
Testcase:|   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * status:  new = closed
  * resolution:  = fixed

Comment:

 I can't reproduce this in the HEAD.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2561#comment:4
GHC http://www.haskell.org/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] #2561: Using ITstring !FastString in Lexer.x goes wrong (internal error: stg_ap_v_ret)

2009-04-13 Thread GHC
#2561: Using ITstring !FastString in Lexer.x goes wrong (internal error:
stg_ap_v_ret)
-+--
Reporter:  igloo |Owner:  
Type:  bug   |   Status:  new 
Priority:  normal|Milestone:  6.12 branch 
   Component:  Compiler  |  Version:  6.8.3   
Severity:  normal|   Resolution:  
Keywords:|   Difficulty:  Unknown 
Testcase:|   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * milestone:  6.10 branch = 6.12 branch

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2561#comment:3
GHC http://www.haskell.org/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] #2561: Using ITstring !FastString in Lexer.x goes wrong (internal error: stg_ap_v_ret)

2008-09-03 Thread GHC
#2561: Using ITstring !FastString in Lexer.x goes wrong (internal error:
stg_ap_v_ret)
-+--
Reporter:  igloo |   Owner: 
Type:  bug   |  Status:  new
Priority:  normal|   Milestone:  6.10 branch
   Component:  Compiler  | Version:  6.8.3  
Severity:  normal|Keywords: 
  Difficulty:  Unknown   |Testcase: 
Architecture:  Unknown   |  Os:  Unknown
-+--
 With this patch:
 {{{
 hunk ./compiler/parser/Lexer.x 535
 +#if __GLASGOW_HASKELL__ = 609
 +  | ITstring !FastString
 +#else
 hunk ./compiler/parser/Lexer.x 539
 +#endif
 }}}
 something goes wrong. The first sign, when validating, is that `timeout`
 is broken:
 {{{
 timeout: internal error: stg_ap_v_ret
 (GHC version 6.9.20080902 for x86_64_unknown_linux)
 Please report this as a GHC bug:
 http://www.haskell.org/ghc/reportabug
 }}}
 If you use the python timeout program instead then you find a few tests
 fail, e.g.:
 {{{
 testsuite/tests/ghc-regress/codeGen/should_run$
 '/home/ian/ghc/darcs/st2/ghc/stage2-inplace/ghc' -fforce-recomp -dcore-
 lint -dcmm-lint -Dx86_64_unknown_linux  -dno-debug-output -o cg052
 cg052.hs -O -fasm -funbox-strict-fields
 testsuite/tests/ghc-regress/codeGen/should_run$ ./cg052
 ok
 cg052: internal error: stg_ap_v_ret
 (GHC version 6.9.20080902 for x86_64_unknown_linux)
 Please report this as a GHC bug:
 http://www.haskell.org/ghc/reportabug
 zsh: abort  ./cg052
 }}}
 I'm not sure what's going on, but it seems to be repeatable.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2561
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs