3rd debugging example (1)

Try
./make_module_1.sh gridloop3
Most of the program seems to work, but a segmentation fault occurs (according to gdb):
(gdb) where
(gdb) #0  0x40115d1e in mallopt () from /lib/libc.so.6
#1  0x40114d33 in malloc () from /lib/libc.so.6
#2  0x40449fb9 in PyArray_FromDimsAndDataAndDescr ()
   from /usr/lib/python2.3/site-packages/Numeric/_numpy.so
...
#42 0x080d90db in PyRun_FileExFlags ()
#43 0x080d9d1f in PyRun_String ()
#44 0x08100c20 in _IO_stdin_used ()
#45 0x401ee79c in ?? ()
#46 0x41096bdc in ?? ()

previousnexttable of contents