- Apr 02, 2011
-
-
batterseapower authored
As a side effect, this fixes the T4113 test on OS X
-
Ian Lynagh authored
-
batterseapower authored
-
batterseapower authored
-
- Apr 01, 2011
-
-
batterseapower authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- Mar 30, 2011
-
-
Ian Lynagh authored
Fixes the test on OS X
-
Ian Lynagh authored
-
- Mar 29, 2011
-
-
Ian Lynagh authored
-
- Mar 30, 2011
-
-
Simon Marlow authored
-
Simon Marlow authored
-
- Dec 22, 2010
-
-
Simon Marlow authored
-
- Mar 29, 2011
-
-
Ian Lynagh authored
-fvia-c is now a no-op
-
Ian Lynagh authored
-
- Mar 25, 2011
-
-
Ian Lynagh authored
-
- Mar 24, 2011
-
-
gwright@antiope.com authored
The underlying problem in ticket #5003 is not in ghc, but rather that the test condition runs off the end of the C stack on 64 bit processors. Test 4038 does a recursive call of a simple external function. Each invocation of the function allocates a bit over 16 kB of C stack on a 64 bit processor (half as much on a 32 bit processor). The typical C stack on a unix system is 8 MB, so after no more than about 500 nested calls the stack pointer will move past the end of the allocated stack and cause a segfault. The fix is to not call the function as many times. I've made the number of calls a constant and have added a note explaining its value. With this patch test 4038 passes consistently on OS X 64 bit.
-
- Mar 06, 2011
-
-
Ian Lynagh authored
-
- Feb 27, 2011
-
-
Ian Lynagh authored
-
- Feb 26, 2011
-
-
vivian authored
-
- Feb 23, 2011
-
-
Ian Lynagh authored
-
- Feb 21, 2011
-
-
simonpj authored
-
- Feb 17, 2011
-
-
simonpj authored
-
- Feb 20, 2011
-
-
chak@cse.unsw.edu.au. authored
-
- Feb 17, 2011
- Feb 16, 2011
-
-
Ian Lynagh authored
-
- Feb 15, 2011
-
-
simonpj authored
-
- Feb 11, 2011
-
-
simonpj authored
-
- Feb 10, 2011
-
-
Simon Marlow authored
-
- Feb 06, 2011
-
-
tibbe authored
-
- Feb 10, 2011
-
-
Ian Lynagh authored
-
- Feb 09, 2011
-
-
Ian Lynagh authored
-
simonpj authored
-
simonpj authored
-
- Feb 08, 2011
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-