One stage2 compiler hanging around after head build
(Solaris/x86 buildbot)
Ian Lynagh
igloo at earth.li
Sun Oct 5 10:14:36 EDT 2008
On Wed, Oct 01, 2008 at 09:16:12PM +0200, Karel Gardas wrote:
>
> # pwdx 23414
> 23414:
> /export/zone/buildbot/root/buildbot/ghc/kgardas/build/testsuite/tests/ghc-regress/ghci/scripts
>
> # pargs 23414
> 23414: /buildbot/ghc/kgardas/build/ghc/stage2-inplace/libexec/ghc
> -B/buildbot/ghc/kgar
> argv[0]: /buildbot/ghc/kgardas/build/ghc/stage2-inplace/libexec/ghc
> argv[1]: -B/buildbot/ghc/kgardas/build/inplace-datadir/.
> argv[2]: -dynload
> argv[3]: wrapped
> argv[4]: --interactive
> argv[5]: -v0
> argv[6]: -ignore-dot-ghci
> #
Can you try to work out which test is causing the problem, please?
e.g. in testsuite/tests/ghc-regress/ghci/scripts run
make fast CLEANUP=1 TEST=ghci001
replacing "ghci001" with each of the first arguments to test in all.T.
Or alternatively, remove stanzas in all.T using binary search and
running
make fast CLEANUP=1
until you narrow down which one causes the problem.
Thanks
Ian
More information about the Glasgow-haskell-users
mailing list