RE: Bus Error when profiled

2002-09-20 Thread Simon Marlow
> I compiled a program with "ghc --make -prof -auto-all -H100M > -fglasgow-exts -i.. -iHUnit -package data -package util -package posix > -syslib concurrent ...". When I run it, it evokes a "Bus > Error" (with or > without "+RTS -p"). Any ideas what's wrong? > > I'm using GHC 5.02.3 on Sparc/S

Re: Bus Error when profiled

2002-09-20 Thread Sven Panne
Dean Herington wrote: > I compiled a program with [...] When I run it, it evokes a "Bus > Error" (with or without "+RTS -p"). Any ideas what's wrong? > > I'm using GHC 5.02.3 on Sparc/Solaris. Do you use the FFI and don't use -O or -fvia-C? There were some problems with the native code generato

Bus Error when profiled

2002-09-19 Thread Dean Herington
I compiled a program with "ghc --make -prof -auto-all -H100M -fglasgow-exts -i.. -iHUnit -package data -package util -package posix -syslib concurrent ...". When I run it, it evokes a "Bus Error" (with or without "+RTS -p"). Any ideas what's wrong? I'm using GHC 5.02.3 on Sparc/Solaris. Dean