Re: [GHC] #1947: Segmentation fault/access violation in generated code

2008-04-02 Thread GHC
#1947: Segmentation fault/access violation in generated code
--+-
 Reporter:  NeilMitchell  |  Owner:  igloo  
 Type:  task  | Status:  closed 
 Priority:  normal|  Milestone:  6.8.3  
Component:  Compiler  |Version:  6.8.1  
 Severity:  normal| Resolution:  fixed  
 Keywords:| Difficulty:  Unknown
 Testcase:  simplrun010   |   Architecture:  x86
   Os:  Windows   |  
--+-
Changes (by igloo):

  * testcase:  => simplrun010
  * status:  new => closed
  * resolution:  => fixed

Comment:

 I couldn't reproduce the problem with 6.8.2, but I have now added the
 program as test `simplrun010` nevertheless.

-- 
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] #1947: Segmentation fault/access violation in generated code

2007-12-07 Thread GHC
#1947: Segmentation fault/access violation in generated code
--+-
 Reporter:  NeilMitchell  |  Owner:  igloo  
 Type:  task  | Status:  new
 Priority:  normal|  Milestone:  6.8.3  
Component:  Compiler  |Version:  6.8.1  
 Severity:  normal| Resolution: 
 Keywords:| Difficulty:  Unknown
 Testcase:|   Architecture:  x86
   Os:  Windows   |  
--+-
Changes (by igloo):

  * type:  merge => task

Comment:

 Merged. Still need to make the test.

-- 
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] #1947: Segmentation fault/access violation in generated code

2007-12-04 Thread GHC
#1947: Segmentation fault/access violation in generated code
--+-
 Reporter:  NeilMitchell  |  Owner:  igloo  
 Type:  merge | Status:  new
 Priority:  normal|  Milestone:  6.8.3  
Component:  Compiler  |Version:  6.8.1  
 Severity:  normal| Resolution: 
 Keywords:| Difficulty:  Unknown
 Testcase:|   Architecture:  x86
   Os:  Windows   |  
--+-
Changes (by simonpj):

  * owner:  => igloo
  * type:  bug => merge

Comment:

 Fixed, thank you.
 {{{
 Tue Dec  4 14:58:03 GMT 2007  [EMAIL PROTECTED]
   * Make eta reduction check more carefully for bottoms (fix Trac #1947)
 }}}

 Ian: please merge.  And could you make this program into a test?  (Compile
 with -O2 and run as above.)  Thanks

 Simon

-- 
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] #1947: Segmentation fault/access violation in generated code

2007-11-30 Thread GHC
#1947: Segmentation fault/access violation in generated code
--+-
 Reporter:  NeilMitchell  |  Owner: 
 Type:  bug   | Status:  new
 Priority:  normal|  Milestone:  6.8.3  
Component:  Compiler  |Version:  6.8.1  
 Severity:  normal| Resolution: 
 Keywords:| Difficulty:  Unknown
 Testcase:|   Architecture:  x86
   Os:  Windows   |  
--+-
Changes (by simonmar):

  * difficulty:  => Unknown
  * milestone:  => 6.8.3

Comment:

 Thanks Neil, I think we have enough to go on.  (hint: the binding `f34` is
 an infinite loop, avoiding that somehow will probably work around the
 problem).

 Simon: let's discuss this one next week, I have some suspicious-looking
 entrails but I'm not entirely sure where to place the blame.

-- 
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] #1947: Segmentation fault/access violation in generated code

2007-11-29 Thread GHC
#1947: Segmentation fault/access violation in generated code
-+--
Reporter:  NeilMitchell  |Owner: 
Type:  bug   |   Status:  new
Priority:  normal|Milestone: 
   Component:  Compiler  |  Version:  6.8.1  
Severity:  normal|   Resolution: 
Keywords:| Testcase: 
Architecture:  x86   |   Os:  Windows
-+--
Comment (by NeilMitchell):

 I should point out that I'm fairly certain that this code doesn't do what
 it was intended to (the tak benchmark), but it still shouldn't segfault.

-- 
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] #1947: Segmentation fault/access violation in generated code

2007-11-29 Thread GHC
#1947: Segmentation fault/access violation in generated code
--+-
 Reporter:  NeilMitchell  |  Owner:   
 Type:  bug   | Status:  new  
 Priority:  normal|  Milestone:   
Component:  Compiler  |Version:  6.8.1
 Severity:  normal|   Keywords:   
 Testcase:|   Architecture:  x86  
   Os:  Windows   |  
--+-
 {{{
 F:\Temp\supero\supero-msg\tak>ghc --make Main_.hs -o foo -O2
 [1 of 1] Compiling Main ( Main_.hs, Main_.o )
 Linking foo.exe ...

 F:\Temp\supero\supero-msg\tak>foo 24 16 8
 Segmentation fault/access violation in generated code

 F:\Temp\supero\supero-msg\tak>ghc --version
 The Glorious Glasgow Haskell Compilation System, version 6.8.1
 }}}

 Windows XP. The test case is rather big, and needs reducing - I'll come
 back and do that in a few days time unless anyone beats me to it (I have a
 paper deadline in 23 hours...)

-- 
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