[ ghc-Bugs-433826 ] Segmentation fault compiling URI.hs
noreply@sourceforge.net
noreply@sourceforge.net
Thu, 28 Jun 2001 06:40:13 -0700
Bugs item #433826, was opened at 2001-06-16 16:56
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=108032&aid=433826&group_id=8032
Category: hslibs/net
Group: 5.00
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Segmentation fault compiling URI.hs
Initial Comment:
I am running FreeBSD 4.3 STABLE and building GHC 5.00.1
from GHC 4.08.2 which was built using the ports
collection. Here is the relavent output.
rm -f URI.o; if [ ! -d URI ]; then mkdir URI; else
/usr/bin/find URI -name '*.o' | xargs rm -f __rm_food;
fi;
../../ghc/compiler/ghc-inplace -recomp -cpp
-fglasgow-exts -fvia-C -I../../ghc/lib/std/cbits
-I../../ghc/includes -O -Rghc-timing -package lang
-package text -package concurrent -package-name net
-I../lang/cbits -I../text/cbits -I../concurrent/cbits
-split-objs -c URI.hs -o URI.o
----------------------------------------------------------------------
>Comment By: Simon Marlow (simonmar)
Date: 2001-06-28 06:40
Message:
Logged In: YES
user_id=48280
I can't repro this one - I also have a FreeBSD 4.3-STABLE
box running GHC 4.08.2 from ports, and GHC 5.00.1 builds
fine - a full three-stage bootstrap goes through without
any problems.
Can you give any more clues, like does it go away if you
change the heap size? what is the contents of your
build.mk?
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=108032&aid=433826&group_id=8032