trouble running GHCi 6.4 on PowerPC GNU/Linux

2006-02-21 Thread K.D.P.Ross
Hello- I am having a bit of trouble running GHCi on my GNU/Linux distribution and was referred to this mail address by the crash message: [begin terminal session- $ ghci ___ ___ _ / _ \ /\ /\/ __(_) / /_\// /_/ / / | | GHC Interactive, version 6.4, for Haskell 98. / /_\\/

weird activation record found on stack

2006-02-21 Thread Ben Clifford
Hello. I got this one off. The rest of the time this program gives a simple Segmentation Fault near startup (about 1 in 5 times), and the other 4 in 5 times runs through to completion. $ ~/src/haskellgitmaildir/a.out master mundungusmaster base=aeb5d7eb11acbb81d77f37d381b75a51a8897eb9

memory allocation (non) bug

2006-02-21 Thread Iain Gray
Running primes1 from the following code in The Haskell Road to Logic, Maths and Programming ldp :: Integer - Integer ldp n = ldpf primes1 n ldpf :: [Integer] - Integer - Integer ldpf (p:ps) n | rem n p == 0 = p | p^2 n = n | otherwise= ldpf ps n primes1

Re: weird activation record found on stack

2006-02-21 Thread Simon Marlow
Ben Clifford wrote: Hello. I got this one off. The rest of the time this program gives a simple Segmentation Fault near startup (about 1 in 5 times), and the other 4 in 5 times runs through to completion. $ ~/src/haskellgitmaildir/a.out master mundungusmaster

Re: trouble running GHCi 6.4 on PowerPC GNU/Linux

2006-02-21 Thread Simon Marlow
K.D.P.Ross wrote: Hello- I am having a bit of trouble running GHCi on my GNU/Linux distribution and was referred to this mail address by the crash message: [begin terminal session- $ ghci ___ ___ _ / _ \ /\ /\/ __(_) / /_\// /_/ / / | | GHC Interactive, version 6.4, for

Re: ghci command history broken under rxvt and xterm

2006-02-21 Thread Bruno Martínez
On Mon, 20 Feb 2006 12:10:03 -0200, Simon Marlow [EMAIL PROTECTED] wrote: Bruno Martínez wrote: When using ghci with rxvt under cygwin, the command history doesn't work. When I press the up arrow, for example, the cursor moves up, instead of showing the previous command. xterm has the