Re: [GHC] #753: DLL generated by ghc does exit()

2006-08-09 Thread GHC
#753: DLL generated by ghc does exit()
---+
  Reporter:  guest |  Owner: 
  Type:  bug   | Status:  closed 
  Priority:  high  |  Milestone:  6.6
 Component:  Compiler  |Version:  6.4.2  
  Severity:  normal| Resolution:  fixed  
  Keywords:| Os:  Unknown
Difficulty:  Unknown   |   Architecture:  Unknown
---+
Changes (by simonmar):

  * resolution:  = fixed
  * status:  new = closed

Comment:

 Patch applied.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/753
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] #753: DLL generated by ghc does exit()

2006-08-07 Thread GHC
#753: DLL generated by ghc does exit()
---+
  Reporter:  guest |  Owner: 
  Type:  bug   | Status:  new
  Priority:  high  |  Milestone:  6.6
 Component:  Compiler  |Version:  6.4.2  
  Severity:  normal| Resolution: 
  Keywords:| Os:  Unknown
Difficulty:  Unknown   |   Architecture:  Unknown
---+
Changes (by simonmar):

  * priority:  normal = high

Comment:

 prio high, because it has a patch.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/753
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] #753: DLL generated by ghc does exit()

2006-04-21 Thread GHC
#753: DLL generated by ghc does exit()
-+--
Reporter:  guest |Owner: 
Type:  bug   |   Status:  new
Priority:  normal|Milestone: 
   Component:  Compiler  |  Version:  6.4.2  
Severity:  normal| Keywords: 
  Os:  Unknown   |   Difficulty:  Unknown
Architecture:  Unknown   |  
-+--
If you generate a DLL with ghc there is a number of places in
 the runtime system that does exit().  This is not an acceptable
 behaviour for a DLL.  The user might have loaded a DLL into another
 application and will have no chance to save changes, etc.

 I will try to fix this problem.  A patch will be forthcoming.

   -- Lennart

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