[12116] in Athena Bugs
decmips 7.6G: numerical recipes for c (ansi)
daemon@ATHENA.MIT.EDU (jesse@MIT.EDU)
Tue Jun 14 11:18:29 1994
From: jesse@MIT.EDU
To: bugs@MIT.EDU
Date: Tue, 14 Jun 94 11:18:19 EDT
System name: unca-donald
Type and version: KN02ca 7.6G (19 update(s) to same version)
Display type: PMAG-DV
What were you trying to do?
Use the routine in numerical recipes called newt().
What's wrong:
The function newt calls lnsrch() and I get a segmentation
fault from within the call to lnsrch (as noted from gdb)
What should have happened:
I copied over a copy of lnsrch.c to my directory and compiled
it myself and linked it with the rest of my code and the
recipes_c lib, and it works fine. So I assume something is
wrong with the library function lnsrch().
Please describe any relevant documentation references:
-