#2887: Segfault while configuring Cabal 1.6.0.1 on OS X 10.5
--------------------+-------------------------------------------------------
Reporter:  ozy      |          Owner:          
    Type:  bug      |         Status:  new     
Priority:  normal   |      Component:  Compiler
 Version:  6.10.1   |       Severity:  normal  
Keywords:           |       Testcase:          
      Os:  MacOS X  |   Architecture:  powerpc 
--------------------+-------------------------------------------------------
 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 ()
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2887>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to