Re: ticky

2009-08-27 Thread Simon Marlow
Sent: 19 August 2009 18:48 | To: Simon Peyton-Jones | Subject: Re: ticky | | On Wed, Aug 19, 2009 at 04:03:16PM +0100, Ian Lynagh wrote: |> On Wed, Aug 19, 2009 at 03:53:37PM +0100, Ian Lynagh wrote: |> > |> > Validating with this in mk/validate.mk: |> > |> > GhcLib

RE: ticky

2009-08-21 Thread Simon Peyton-Jones
Jones | Cc: cvs-ghc@haskell.org | Subject: Re: ticky | | On 21/08/2009 10:04, Simon Peyton-Jones wrote: | > I've cross-linked. Probably | http://hackage.haskell.org/trac/ghc/wiki/DebuggingGhcCrashes should be under | "Building", but I have not moved it. | | Why under Building?

Re: ticky

2009-08-21 Thread Simon Marlow
August 2009 16:33 | To: Simon Peyton-Jones | Cc: cvs-ghc@haskell.org | Subject: Re: ticky | | On 20/08/2009 14:43, Simon Peyton-Jones wrote: |> Thanks Ian |> |> I have started |> http://hackage.haskell.org/trac/ghc/wiki/Building/DebuggingGHC |> (referenced from the Building Gui

RE: ticky

2009-08-21 Thread Simon Peyton-Jones
s | Cc: cvs-ghc@haskell.org | Subject: Re: ticky | | On 20/08/2009 14:43, Simon Peyton-Jones wrote: | > Thanks Ian | > | > I have started | > http://hackage.haskell.org/trac/ghc/wiki/Building/DebuggingGHC | > (referenced from the Building Guide) to describe debugging strategies for

Re: ticky

2009-08-20 Thread Simon Marlow
18:48 | To: Simon Peyton-Jones | Subject: Re: ticky | | On Wed, Aug 19, 2009 at 04:03:16PM +0100, Ian Lynagh wrote: |> On Wed, Aug 19, 2009 at 03:53:37PM +0100, Ian Lynagh wrote: |> > |> > Validating with this in mk/validate.mk: |> > |> > GhcLibOpts

RE: ticky

2009-08-20 Thread Simon Peyton-Jones
: Ian Lynagh [mailto:ig...@earth.li] | Sent: 19 August 2009 18:48 | To: Simon Peyton-Jones | Subject: Re: ticky | | On Wed, Aug 19, 2009 at 04:03:16PM +0100, Ian Lynagh wrote: | > On Wed, Aug 19, 2009 at 03:53:37PM +0100, Ian Lynagh wrote: | > > | > > Validating with this in

Re: ticky

2007-04-26 Thread Tim Chevalier
I've pushed a patch that fixes the segfault that (like I discussed before) was being caused by passing in -rstderr for the ticky file option. So with that patch, and the patch that Simon just pushed, I think ticky should be OK. As far as I can tell. One thing I noticed: the compiler option for t

RE: ticky

2007-04-25 Thread Simon Peyton-Jones
Oops sorry. I recorded but did not push. Try now. S | -Original Message- | From: Tim Chevalier [mailto:[EMAIL PROTECTED] | Sent: 25 April 2007 05:43 | To: Simon Peyton-Jones | Cc: cvs-ghc@haskell.org | Subject: Re: ticky | | On 4/24/07, Simon Peyton-Jones <[EMAIL PROTECTED]>

Re: ticky

2007-04-24 Thread Tim Chevalier
On 4/24/07, Simon Peyton-Jones <[EMAIL PROTECTED]> wrote: Tim OK, I committed my small patch to ticky. Over to you! Are you sure you checked in the patch? I don't see any changes to CgTicky since April 4. Cheers, Tim -- Tim Chevalier * [EMAIL PROTECTED] * Often in error, never in doubt Con

RE: ticky

2007-04-24 Thread Simon Peyton-Jones
Tim OK, I committed my small patch to ticky. Over to you! Simon | -Original Message- | From: Tim Chevalier [mailto:[EMAIL PROTECTED] | Sent: 06 April 2007 05:04 | To: Simon Peyton-Jones | Cc: cvs-ghc@haskell.org | Subject: Re: ticky | | On 4/5/07, Tim Chevalier <[EMAIL PROTEC

RE: ticky

2007-04-06 Thread Simon Peyton-Jones
From: Tim Chevalier [mailto:[EMAIL PROTECTED] | Sent: 06 April 2007 05:04 | To: Simon Peyton-Jones | Cc: cvs-ghc@haskell.org | Subject: Re: ticky | | On 4/5/07, Tim Chevalier <[EMAIL PROTECTED]> wrote: | > Also -- I just noticed that my segfault isn't the same as your | > segfault,

Re: ticky

2007-04-05 Thread Tim Chevalier
On 4/5/07, Tim Chevalier <[EMAIL PROTECTED]> wrote: Also -- I just noticed that my segfault isn't the same as your segfault, apparently, because I'm not using a 64-bit machine (or rather, I am, but my OS thinks it's running on a 32-bit machine for some reason I don't want to explore). I get a seg

Re: ticky

2007-04-05 Thread Tim Chevalier
On 4/5/07, Tim Chevalier <[EMAIL PROTECTED]> wrote: Okay, I'm just trying to reproduce what you did here... in the typedef for StgEntCounter in Rts.h, I changed the three instances of StgWord32 to StgWord, and correspondingly, in emitTickyCounter in CgTicky.hs, I changed the three instances of I

Re: ticky

2007-04-05 Thread Tim Chevalier
On 4/5/07, Simon Peyton-Jones <[EMAIL PROTECTED]> wrote: more info... The seg fault was because I was on a 64-bit machine. StgEntCounter (defined in Rts.h) used some 32-bit fields. The asm code emitted by CgTicky to statically-allocate the record put the 32-bit words end to end, followed the

RE: ticky

2007-04-05 Thread Simon Peyton-Jones
Simon | -Original Message- | From: Tim Chevalier [mailto:[EMAIL PROTECTED] | Sent: 04 April 2007 19:21 | To: Simon Peyton-Jones | Cc: cvs-ghc@haskell.org | Subject: Re: ticky | | On 4/4/07, Simon Peyton-Jones <[EMAIL PROTECTED]> wrote: | > Do you think ticky is working in the

Re: ticky

2007-04-04 Thread Tim Chevalier
On 4/4/07, Simon Peyton-Jones <[EMAIL PROTECTED]> wrote: Do you think ticky is working in the HEAD? Well, apparently not! (I swear, it was working when I checked it in...) Any chance you could patch it up? I'll look at it sometime over the next couple days and if I can't fix it, I'll at le