Hi David.<br>
<br>
Well, here is what it yelds:<br>
<br>
GNU gdb 6.3<br>
Copyright 2004 Free Software Foundation, Inc.<br>
GDB is free software, covered by the GNU General Public License, and you are<br>
welcome to change it and/or distribute copies of it under certain conditions.<br>
Type &quot;show copying&quot; to see the conditions.<br>
There is absolutely no warranty for GDB.&nbsp; Type &quot;show warranty&quot; for details.<br>
This GDB was configured as &quot;x86_64-suse-linux&quot;...Using host libthread_db library &quot;/lib64/tls/libthread_db.so.1&quot;.<br>
<br>
(gdb) run<br>
Starting program: /home/johannes/src/gromacs/gromacs-3.3/src/gmxlib/nonbonded/nb_kernel/mknb<br>
&gt;&gt;&gt; Gromacs nonbonded kernel generator (-h for help)<br>
&gt;&gt;&gt; Generating single precision functions in C.<br>
<br>
Program received signal SIGSEGV, Segmentation fault.<br>
0x00002aaaab15a88c in __find_specmb () from /lib64/tls/libc.so.6<br><br>
Looks like greek to me. Speacially because it says the problem is on an official library, instead of the code.<br>
<br>
Does it rings any bell to someone? :)<br>
<br>
Thanks in advance,<br>
<br>
Jones<br>
<br><div><span class="gmail_quote">On 5/31/06, <b class="gmail_sendername">David van der Spoel</b> &lt;<a href="mailto:spoel@xray.bmc.uu.se">spoel@xray.bmc.uu.se</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
The mknb_func.coul is of another type (a subset of int) there you can<br>give its value to an integer, but not necessarily the other way around.<br>I find it very unlikely that this would crash the program. But since you<br>
now have a version compiled with -g you can debug it.<br>Run gdb mknb<br>gdb&gt; run<br>and see where it crashes<br><br><br>--<br>David.<br>________________________________________________________________________<br>David van der Spoel, PhD, Assoc. Prof., Molecular Biophysics group,
<br>Dept. of Cell and Molecular Biology, Uppsala University.<br>Husargatan 3, Box 596,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;75124 Uppsala, Sweden<br>phone:&nbsp;&nbsp;46 18 471 4205&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fax: 46 18 511 755<br><a href="mailto:spoel@xray.bmc.uu.se">spoel@xray.bmc.uu.se
</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:spoel@gromacs.org">spoel@gromacs.org</a>&nbsp;&nbsp; <a href="http://folding.bmc.uu.se">http://folding.bmc.uu.se</a><br>++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br>
</blockquote></div><br>