gdb --args ./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-test/gsl-bug/randist_test 
Cannot push stack!

Program received signal SIGABRT, Aborted.
0xb7fd3424 in __kernel_vsyscall ()
(gdb) bt
#0  0xb7fd3424 in __kernel_vsyscall ()
#1  0xb7c73640 in raise () from /lib/i686/cmov/libc.so.6
#2  0xb7c75018 in abort () from /lib/i686/cmov/libc.so.6
#3  0xb7ede0cd in gsl_ran_discrete_preproc (Kevents=279, ProbArray=0xbfeeb300)
    at discrete.c:182
#4  0x0804875f in main () at randist_test.c:39

