$ gdb ./randist_test 
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
(gdb) r
Starting program: /home/*/gsl-bug/randist_test 
Cannot push stack!

Program received signal SIGABRT, Aborted.
0xb8091430 in __kernel_vsyscall ()
(gdb) bt
#0  0xb8091430 in __kernel_vsyscall ()
#1  0xb7d0f8a0 in raise () from /lib/tls/i686/cmov/libc.so.6
#2  0xb7d11268 in abort () from /lib/tls/i686/cmov/libc.so.6
#3  0xb7f7860d in gsl_ran_discrete_preproc (Kevents=279, ProbArray=0xbfb910f0)
    at discrete.c:182
#4  0x0804877f in main () at randist_test.c:39

