[Hugs] #37: Equal Ints are not equal

Hugs trac at galois.com
Sun Sep 24 09:15:45 EDT 2006


#37: Equal Ints are not equal
----------------------+-----------------------------------------------------
  Reporter:  guest    |       Owner:  ross    
      Type:  defect   |      Status:  assigned
  Priority:  blocker  |   Milestone:          
 Component:  hugs     |     Version:  current 
Resolution:           |    Keywords:          
----------------------+-----------------------------------------------------
Changes (by ross):

  * status:  new => assigned
  * owner:  nobody => ross

Comment:

 The program seems to overrunning either the Hugs stack or the C stack
 (with lots of +1's), and thus corrupting Hugs's data structures.  The
 former ought to be caught in all cases, and the latter should be caught
 under Windows, so something is wrong: it should be failing with a stack
 overflow, not producing garbage.

-- 
Ticket URL: <http://hackage.haskell.org/trac/hugs/ticket/37>
Hugs <http://www.haskell.org/hugs/>
Hugs 98, an interpreter for Haskell


More information about the Hugs-Bugs mailing list