[Haskell-cafe] ghci seg faulting, have no idea why.

2011-01-12 Thread Michael Litchard
this just started happening, don't know why. Could anyone offer suggestions, troubleshooting methods? ghci GHCi, version 6.12.3: http://www.haskell.org/ghc/ :? for help Loading package ghc-prim ... linking ... done. Loading package integer-gmp ... linking ... done. Loading package base ...

Re: [Haskell-cafe] ghci seg faulting, have no idea why.

2011-01-12 Thread Antoine Latter
What operating system/cpu are you using? On Jan 12, 2011 8:08 PM, Michael Litchard mich...@schmong.org wrote: this just started happening, don't know why. Could anyone offer suggestions, troubleshooting methods? ghci GHCi, version 6.12.3: http://www.haskell.org/ghc/ :? for help Loading

Re: [Haskell-cafe] ghci seg faulting, have no idea why.

2011-01-12 Thread Michael Litchard
Linux kether 2.6.26-2-xen-amd64 #1 SMP Thu Sep 16 16:32:15 UTC 2010 x86_64 GNU/Linux This was working fine for quite awhile, then broke. Also, I already tried removing the .ghc directory On Wed, Jan 12, 2011 at 6:16 PM, Antoine Latter aslat...@gmail.com wrote: What operating system/cpu are

Re: [Haskell-cafe] ghci seg faulting, have no idea why.

2011-01-12 Thread Michael Litchard
Oh, and the distro would be Debian (whatever the latest stable is) On Wed, Jan 12, 2011 at 7:10 PM, Michael Litchard mich...@schmong.orgwrote: Linux kether 2.6.26-2-xen-amd64 #1 SMP Thu Sep 16 16:32:15 UTC 2010 x86_64 GNU/Linux This was working fine for quite awhile, then broke. Also, I

Re: [Haskell-cafe] ghci seg faulting, have no idea why.

2011-01-12 Thread Paulo Tanimoto
Nothing wrong from: $ ghc-pkg check ? On Wed, Jan 12, 2011 at 9:11 PM, Michael Litchard mich...@schmong.org wrote: Oh, and the distro would be Debian (whatever the latest stable is) On Wed, Jan 12, 2011 at 7:10 PM, Michael Litchard mich...@schmong.org wrote: Linux kether

Re: [Haskell-cafe] ghci seg faulting, have no idea why.

2011-01-12 Thread Michael Litchard
ghc-pkg check seems fine On Wed, Jan 12, 2011 at 7:47 PM, Paulo Tanimoto ptanim...@gmail.com wrote: Nothing wrong from: $ ghc-pkg check ? On Wed, Jan 12, 2011 at 9:11 PM, Michael Litchard mich...@schmong.org wrote: Oh, and the distro would be Debian (whatever the latest stable is)

Re: [Haskell-cafe] ghci seg faulting, have no idea why.

2011-01-12 Thread Michael Litchard
I believe I have found a solution and am posting the following two links for others who might be driven insane by this problem. (ghci worked, then didn't, then did, then didn't). Turns out it seems to be ghc's terminal bindings need some work.

Re: [Haskell-cafe] ghci seg faulting, have no idea why.

2011-01-12 Thread Edward Z. Yang
If you load ghci into gdb, and then run it until the segfault, do you get any interesting backtrace? Did you recently run software updates? What happens if you reinstall GHC? Have you rebooted recently? Cheers, Edward Excerpts from Michael Litchard's message of Wed Jan 12 21:07:30 -0500 2011: