id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	os	architecture	failure	difficulty	testcase	blockedby	blocking	related
2887	Segfault while configuring Cabal 1.6.0.1 on OS X 10.5	ozy		"An unknown issue prevents Cabal from being built successfully on PPC Macs. I've tried compiling GHC from source with no change in the behavior. The following output is from Cabal's included Setup program, run inside GDB:

{{{
(gdb) run configure --user +RTS -DSs
Starting program: [...]/Cabal-1.6.0.1/Setup configure --user +RTS -DSs
Reading symbols for shared libraries +++. done
new task (taskCount: 1)
task exiting
new task (taskCount: 1)
created thread 1, stack size = f1 words
new bound thread (1)
### NEW SCHEDULER LOOP (task: 0x7005a0, cap: 0x3e7d98)
-->> running thread 1 ThreadRunGHC ...
--<< thread 1 (ThreadRunGHC) stopped, StackOverflow
increasing stack size from 241 words to 1009.
-->> running thread 1 ThreadRunGHC ...
thread 1 did a safe foreign call
thread 1: re-entering RTS
--<< thread 1 (ThreadRunGHC) stopped, yielding
-->> running thread 1 ThreadRunGHC ...
--<< thread 1 (ThreadRunGHC) stopped, yielding
-->> running thread 1 ThreadRunGHC ...
--<< thread 1 (ThreadRunGHC) stopped, yielding
-->> running thread 1 ThreadRunGHC ...
--<< thread 1 (ThreadRunGHC) stopped, yielding
-->> running thread 1 ThreadRunGHC ...
thread 1 did a safe foreign call
thread 1: re-entering RTS
--<< thread 1 (ThreadRunGHC) stopped, yielding
-->> running thread 1 ThreadRunGHC ...
--<< thread 1 (ThreadRunGHC) stopped: HeapOverflow
all threads:
threads on capability 0:
	thread    1 @ 0x97d000 is not blocked
other threads:
Setup: internal error: ASSERTION FAILED: file Sanity.c, line 241

    (GHC version 6.10.1 for powerpc_apple_darwin)
    Please report this as a GHC bug:  http://www.haskell.org/ghc/reportabug

Program received signal SIGABRT, Aborted.
0x94e29af0 in __kill ()
}}}
"	bug	closed	normal		Compiler	6.10.1	fixed			MacOS X	powerpc		Unknown				
