Re: [GHC] #1437: Build failures on Mac OS X 10.5

2007-07-11 Thread GHC
#1437: Build failures on Mac OS X 10.5
--+-
Reporter:  [EMAIL PROTECTED]  |Owner: 
Type:  bug|   Status:  new
Priority:  normal |Milestone:  6.8
   Component:  Compiler   |  Version:  6.6.1  
Severity:  normal |   Resolution: 
Keywords: |   Difficulty:  Unknown
  Os:  MacOS X| Testcase: 
Architecture:  x86|  
--+-
Comment (by [EMAIL PROTECTED]):

 I tried using the binary distribution Christian supplied, and it still
 dies with a segmentation fault compiling Float.lhs during the bootstrap.

-- 
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: The Glasgow-haskell-bugs Archives seems to end at April 2007

2007-07-11 Thread Ian Lynagh
On Wed, Jul 11, 2007 at 12:34:47PM +0200, Thorkil Naur wrote:
> 
> On Sunday 08 July 2007 19:59, Ian Lynagh wrote:
> > 
> > Hmm, I can't see anything obviously wrong in the settings. I've just
> > re-applied them so let's see if this appears in the archives.
> 
> It didn't, as far as I can tell ...

No, but unfortunately I have no idea what the problem is. If anyone has
any ideas then let me know; otherwise I'll try to debug it some time.


Thanks
Ian

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


Re: The Glasgow-haskell-bugs Archives seems to end at April 2007

2007-07-11 Thread Thorkil Naur
Hello,

On Sunday 08 July 2007 19:59, Ian Lynagh wrote:
> On Sun, Jul 08, 2007 at 06:46:10PM +0200, Thorkil Naur wrote:
> > 
> > The Glasgow-haskell-bugs Archives
> > 
> >   http://www.haskell.org/pipermail/glasgow-haskell-bugs/
> > 
> > seem to end at April 2007. Other archives (like 
> > http://www.haskell.org/pipermail/glasgow-haskell-users/) seem to extend to 
> > the present time of writing.
> 
> Hmm, I can't see anything obviously wrong in the settings. I've just
> re-applied them so let's see if this appears in the archives.

It didn't, as far as I can tell ...

> 
> 
> Thanks
> Ian
> 
> 

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


[GHC] #1524: stdcall fails on MacOS

2007-07-11 Thread GHC
#1524: stdcall fails on MacOS
---+
  Reporter:  chak  |  Owner: 
  Type:  bug   | Status:  new
  Priority:  lowest|  Milestone: 
 Component:  Compiler  |Version:  6.7
  Severity:  minor |   Keywords: 
Difficulty:  Unknown   | Os:  MacOS X
  Testcase:  ffi012|   Architecture:  x86
---+
The use of the stdcall convention for FFI calls on x86/MacOS fails with a
 bus error.

-- 
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] #1523: Constant overhead of threadDelay

2007-07-11 Thread GHC
#1523: Constant overhead of threadDelay
-+--
  Reporter:  chak|  Owner: 
  Type:  bug | Status:  new
  Priority:  low |  Milestone: 
 Component:  libraries/base  |Version:  6.7
  Severity:  normal  |   Keywords: 
Difficulty:  Unknown | Os:  MacOS X
  Testcase:  |   Architecture:  x86
-+--
On x86/MacOS 10.4.10, the function Control.Concurrenct.threadDelay has a
 constant overhead of 100-200ms.  Consequently, the observed delay is 100-
 200ms longer than the specified delay and 100-200ms is the minimum delay
 that can be realised.

 When run under `ktrace`, the Haskell process spends the time in a larger
 number of poll-like `select()` calls.  I observed around 2800 `select()`
 calls for `threadDelay 1`.

-- 
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] #1510: Fix warning issued when using the -fhpc flag

2007-07-11 Thread GHC
#1510: Fix warning issued when using the -fhpc flag
--+-
Reporter:  AndyGill   |Owner:  [EMAIL PROTECTED] 
Type:  bug|   Status:  closed  
Priority:  normal |Milestone:  6.8 
   Component:  Code Coverage  |  Version:  6.7 
Severity:  major  |   Resolution:  fixed   
Keywords: |   Difficulty:  Moderate (1 day)
  Os:  Unknown| Testcase:  
Architecture:  Unknown|  
--+-
Changes (by AndyGill):

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

Comment:

 Hpc was introducing tick boxes into inline-able code, and the id's for the
 tick boxes
 were not being detected as in scope. We now pass Tick boxes explicitly.
 This should improve the performance of hpc.

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