<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Seg Fault when run on Linux in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Seg-Fault-when-run-on-Linux/m-p/995702#M18264</link>
    <description>Here are my results using the intel compiler (version 8.0)...&lt;BR /&gt;&lt;BR /&gt;Thanks again for your help.&lt;BR /&gt;&lt;BR /&gt;Brad&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[davisb@prome:cblas 30] pwd&lt;BR /&gt;/opt/intel/mkl72/tests/cblas&lt;BR /&gt;[davisb@prome:cblas 31] make lib32&lt;BR /&gt;gmake sblat1.res dblat1.res cblat1.res zblat1.res sblat2.res dblat2.res cblat2.res zblat2.res sblat3.res dblat3.res cblat3.res zblat3.res _IA=32 PLATF=ia32 IE=i D=lib32 MKL_LIB=mkl_ia32&lt;BR /&gt;gmake[1]: Entering directory `/opt/intel/mkl72/tests/cblas'&lt;BR /&gt;mkdir -p ./_results/lib32_intel&lt;BR /&gt;ifc -w ../blas/source/sblat1.f source/libcwrap_ia32.a -L/opt/intel/mkl72/lib/32 -lmkl_ia32 -lguide -lpthread -o _results/lib32_intel/sblat1.exe&lt;BR /&gt;ifc: warning: The Intel Fortran driver is now named ifort.  You can suppress this message with '-quiet'&lt;BR /&gt;export LD_LIBRARY_PATH=/opt/intel/mkl72/lib/32:.:/ur/davisb/bin:/usr/local/lib:/opt/hpnpl/lib:/var/opt/enscript/enscript-1.6.1/lib:/afs/radonc/pkg/lapack_3:/afs/isis/pkg/intel_CC/lib:/afs/isis/pkg/intel_fortran/lib:/opt/intel/mkl72/lib/32; if [ -e ../blas/in/sblat1.in ]; 
&lt;BR /&gt;then _results/lib32_intel/sblat1.exe &amp;lt;../blas/in/sblat1.in &amp;gt;_results/lib32_intel/sblat1.res; 
&lt;BR /&gt;else _results/lib32_intel/sblat1.exe &amp;gt;_results/lib32_intel/sblat1.res; fi&lt;BR /&gt;forrtl: severe (174): SIGSEGV, segmentation fault occurred&lt;BR /&gt;Image              PC        Routine            Line        Source&lt;BR /&gt;sblat1.exe         00187F79  Unknown               Unknown  Unknown&lt;BR /&gt;sblat1.exe         706F2F3A  Unknown               Unknown  Unknown&lt;BR /&gt;&lt;BR /&gt;Stack trace terminated abnormally.&lt;BR /&gt;gmake[1]: *** [sblat1.res] Error 174&lt;BR /&gt;gmake[1]: Leaving directory `/opt/intel/mkl72/tests/cblas'&lt;BR /&gt;gmake: *** [lib32] Error 2&lt;BR /&gt;[davisb@prome:cblas 32]</description>
    <pubDate>Mon, 14 Feb 2005 21:53:54 GMT</pubDate>
    <dc:creator>davisb</dc:creator>
    <dc:date>2005-02-14T21:53:54Z</dc:date>
    <item>
      <title>Seg Fault when run on Linux</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Seg-Fault-when-run-on-Linux/m-p/995699#M18261</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am new to MKL.  I am trying to get it installed on my linux system.  I can compile and link programs but get a segfault in the cblas functions when I try to run my executable.  Details follow.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;Brad&lt;BR /&gt;&lt;BR /&gt;My machine:&lt;BR /&gt;Processors (2): Intel Xeon CPU 3.06GHz&lt;BR /&gt;OS: Red Hat Linux 3.2.3-49&lt;BR /&gt;Compiler: gcc/g77 (GCC) 3.2.3 20030502 (Red Hat Linux 3.2.3-49)&lt;BR /&gt;&lt;BR /&gt;The install seems to go fine and I can compile and link programs, but I get a seg fault when I try to run an executable.  This occurs in my own test program and in the tests and examples for blas and cblas (I have not tried any of the other examples or tests).&lt;BR /&gt;&lt;BR /&gt;Here is what I did:&lt;BR /&gt;1) untar and install in default directory&lt;BR /&gt;&lt;BR /&gt;2) in /opt/intel/mkl72/tests/cblas (similar results in examples/cblas directory) typed 'make lib32 F=gnu'&lt;BR /&gt;&lt;BR /&gt;(make give an error)&lt;BR /&gt;make sblat1.res dblat1.res cblat1.res zblat1.res sblat2.res dblat2.res cblat2.res zblat2.res sblat3.res dblat3.res cblat3.res zblat3.res _IA=32 PLATF=ia32 IE=i D=lib32 MKL_LIB=mkl_ia32&lt;BR /&gt;make[1]: Entering directory `/opt/intel/mkl72/tests/cblas'&lt;BR /&gt;mkdir -p ./_results/lib32_gnu&lt;BR /&gt;g77 -w ../blas/source/sblat1.f source/libcwrap_ia32.a -L/opt/intel/mkl72/lib/32 -lmkl_ia32 -lguide -lpthread -o _results/lib32_gnu/sblat1.exe&lt;BR /&gt;export LD_LIBRARY_PATH=/opt/intel/mkl72/lib/32:/usr/local/lib:/opt/hpnpl/lib:/var/opt/enscript/enscript-1.6.1/lib:/afs/radonc/pkg/lapack_3:/afs/isis/pkg/intel_CC-71/lib:/opt/intel/mkl72/lib/32; if [ -e ../blas/in/sblat1.in ]; 
&lt;BR /&gt;then _results/lib32_gnu/sblat1.exe &amp;lt;../blas/in/sblat1.in &amp;gt;_results/lib32_gnu/sblat1.res; 
&lt;BR /&gt;else _results/lib32_gnu/sblat1.exe &amp;gt;_results/lib32_gnu/sblat1.res; fi&lt;BR /&gt;make[1]: *** [sblat1.res] Error 139&lt;BR /&gt;make[1]: Leaving directory `/opt/intel/mkl72/tests/cblas'&lt;BR /&gt;make: *** [lib32] Error 2&lt;BR /&gt;&lt;BR /&gt;(when I tried with so32)&lt;BR /&gt;[root@prome cblas]# make so32 F=gnu&lt;BR /&gt;make sblat1.res dblat1.res cblat1.res zblat1.res sblat2.res dblat2.res cblat2.res zblat2.res sblat3.res dblat3.res cblat3.res zblat3.res _IA=32 PLATF=ia32 IE=i D=so32 MKL_LIB=mkl&lt;BR /&gt;make[1]: Entering directory `/opt/intel/mkl72/tests/cblas'&lt;BR /&gt;mkdir -p ./_results/so32_gnu&lt;BR /&gt;g77 -w ../blas/source/sblat1.f source/libcwrap_ia32.a -L/opt/intel/mkl72/lib/32 -lmkl -lguide -lpthread -o _results/so32_gnu/sblat1.exe&lt;BR /&gt;export LD_LIBRARY_PATH=/opt/intel/mkl72/lib/32:/usr/local/lib:/opt/hpnpl/lib:/var/opt/enscript/enscript-1.6.1/lib:/afs/radonc/pkg/lapack_3:/afs/isis/pkg/intel_CC-71/lib:/opt/intel/mkl72/lib/32; if [ -e ../blas/in/sblat1.in ]; 
&lt;BR /&gt;then _results/so32_gnu/sblat1.exe &amp;lt;../blas/in/sblat1.in &amp;gt;_results/so32_gnu/sblat1.res; 
&lt;BR /&gt;else _results/so32_gnu/sblat1.exe &amp;gt;_results/so32_gnu/sblat1.res; fi&lt;BR /&gt;make[1]: *** [sblat1.res] Error 139&lt;BR /&gt;make[1]: Leaving directory `/opt/intel/mkl72/tests/cblas'&lt;BR /&gt;make: *** [so32] Error 2&lt;BR /&gt;&lt;BR /&gt;3) When I inspect the contents of _results/lib32_gnu/ I find  the two files sblat1.exe and sblat1.res.  sblat1.res has size 0.&lt;BR /&gt;&lt;BR /&gt;4) If I try to run sblat1.exe directly from the command line I get a seg fault.  (Same result when I compiled and rand example programs)&lt;BR /&gt;&lt;BR /&gt;[root@prome cblas]# _results/lib32_gnu/sblat1.exe&lt;BR /&gt; Real BLAS Test Program Results&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; Test of subprogram number  1             SDOT&lt;BR /&gt;Segmentation fault (core dumped)</description>
      <pubDate>Mon, 14 Feb 2005 03:04:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Seg-Fault-when-run-on-Linux/m-p/995699#M18261</guid>
      <dc:creator>davisb</dc:creator>
      <dc:date>2005-02-14T03:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Seg Fault when run on Linux</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Seg-Fault-when-run-on-Linux/m-p/995700#M18262</link>
      <description>You've left a lot unsaid and a lot misleading in your post.  I don't know how you&lt;BR /&gt;could get a Red Hat OS version number which matches your gcc/g77 version number.&lt;BR /&gt;I have no clue what you mean by .res files; presumably you have some configuration&lt;BR /&gt;for them in your Makefile.&lt;BR /&gt;MKL is compatible with Intel Fortran (and, to a fair extent, with gcc).  &lt;BR /&gt;Any compatibility with g77 would be a matter of luck, &lt;BR /&gt;avoiding run-time library conflicts, and setting compatible options in g77,&lt;BR /&gt;which you have not divulged.  Run-time error 139 in the Intel Fortran document &lt;BR /&gt;is a subscript out of bounds type error.</description>
      <pubDate>Mon, 14 Feb 2005 05:46:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Seg-Fault-when-run-on-Linux/m-p/995700#M18262</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2005-02-14T05:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: Seg Fault when run on Linux</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Seg-Fault-when-run-on-Linux/m-p/995701#M18263</link>
      <description>Thank you for your post.  I appologize for being misleading, as I said, I am new to this.  I added the correct redhat kernel version number below.&lt;BR /&gt;&lt;BR /&gt;I am only using the tests and examples that were provided with the software.  I did not write code or create or alter a makefile.  When I ran 'make lib32 F=gnu' in the /opt/intel/mkl72/tests/cblas directory, the executable (.exe) and .res file were generated in the _results/lib32 directory.  I had nothing to do with creating the .res file.  The Intel make file created it (as the output (perhaps 'res' stands for result?) of the test).  If you look in the makefile  in the test directory you will see where and when the .res files are created.&lt;BR /&gt;&lt;BR /&gt;This is exactly what I did...&lt;BR /&gt;&lt;BR /&gt;[davisb@prome cblas]# pwd&lt;BR /&gt;/opt/intel/mkl72/tests/cblas&lt;BR /&gt;[davisb@prome cblas]# ls _results/lib32_gnu/&lt;BR /&gt;[davisb@prome cblas]# make lib32 F=gnu&lt;BR /&gt;make sblat1.res dblat1.res cblat1.res zblat1.res sblat2.res dblat2.res cblat2.res zblat2.res sblat3.res dblat3.res cblat3.res zblat3.res _IA=32 PLATF=ia32 IE=i D=lib32 MKL_LIB=mkl_ia32&lt;BR /&gt;make[1]: Entering directory `/opt/intel/mkl72/tests/cblas'&lt;BR /&gt;mkdir -p ./_results/lib32_gnu&lt;BR /&gt;g77 -w ../blas/source/sblat1.f source/libcwrap_ia32.a -L/opt/intel/mkl72/lib/32 -lmkl_ia32 -lguide -lpthread -o _results/lib32_gnu/sblat1.exe&lt;BR /&gt;export LD_LIBRARY_PATH=/opt/intel/mkl72/lib/32:; if [ -e ../blas/in/sblat1.in ]; 
&lt;BR /&gt;then _results/lib32_gnu/sblat1.exe &amp;lt;../blas/in/sblat1.in &amp;gt;_results/lib32_gnu/sblat1.res; 
&lt;BR /&gt;else _results/lib32_gnu/sblat1.exe &amp;gt;_results/lib32_gnu/sblat1.res; fi&lt;BR /&gt;make[1]: *** [sblat1.res] Error 139&lt;BR /&gt;make[1]: Leaving directory `/opt/intel/mkl72/tests/cblas'&lt;BR /&gt;make: *** [lib32] Error 2&lt;BR /&gt;[davisb@prome cblas]# ls _results/lib32_gnu/&lt;BR /&gt;sblat1.exe  sblat1.res&lt;BR /&gt;[davisb@prome cblas]#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Here is my redhat and gcc info...&lt;BR /&gt;&lt;BR /&gt;[davisb@prome cblas]# cat /proc/version&lt;BR /&gt;Linux version 2.4.21-27.0.2.ELsmp (bhcompile@tweety.build.redhat.com) (gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-47)) #1 SMP Wed Jan 12 23:35:44 EST 2005&lt;BR /&gt;[davisb@prome cblas]#</description>
      <pubDate>Mon, 14 Feb 2005 06:23:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Seg-Fault-when-run-on-Linux/m-p/995701#M18263</guid>
      <dc:creator>davisb</dc:creator>
      <dc:date>2005-02-14T06:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Seg Fault when run on Linux</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Seg-Fault-when-run-on-Linux/m-p/995702#M18264</link>
      <description>Here are my results using the intel compiler (version 8.0)...&lt;BR /&gt;&lt;BR /&gt;Thanks again for your help.&lt;BR /&gt;&lt;BR /&gt;Brad&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[davisb@prome:cblas 30] pwd&lt;BR /&gt;/opt/intel/mkl72/tests/cblas&lt;BR /&gt;[davisb@prome:cblas 31] make lib32&lt;BR /&gt;gmake sblat1.res dblat1.res cblat1.res zblat1.res sblat2.res dblat2.res cblat2.res zblat2.res sblat3.res dblat3.res cblat3.res zblat3.res _IA=32 PLATF=ia32 IE=i D=lib32 MKL_LIB=mkl_ia32&lt;BR /&gt;gmake[1]: Entering directory `/opt/intel/mkl72/tests/cblas'&lt;BR /&gt;mkdir -p ./_results/lib32_intel&lt;BR /&gt;ifc -w ../blas/source/sblat1.f source/libcwrap_ia32.a -L/opt/intel/mkl72/lib/32 -lmkl_ia32 -lguide -lpthread -o _results/lib32_intel/sblat1.exe&lt;BR /&gt;ifc: warning: The Intel Fortran driver is now named ifort.  You can suppress this message with '-quiet'&lt;BR /&gt;export LD_LIBRARY_PATH=/opt/intel/mkl72/lib/32:.:/ur/davisb/bin:/usr/local/lib:/opt/hpnpl/lib:/var/opt/enscript/enscript-1.6.1/lib:/afs/radonc/pkg/lapack_3:/afs/isis/pkg/intel_CC/lib:/afs/isis/pkg/intel_fortran/lib:/opt/intel/mkl72/lib/32; if [ -e ../blas/in/sblat1.in ]; 
&lt;BR /&gt;then _results/lib32_intel/sblat1.exe &amp;lt;../blas/in/sblat1.in &amp;gt;_results/lib32_intel/sblat1.res; 
&lt;BR /&gt;else _results/lib32_intel/sblat1.exe &amp;gt;_results/lib32_intel/sblat1.res; fi&lt;BR /&gt;forrtl: severe (174): SIGSEGV, segmentation fault occurred&lt;BR /&gt;Image              PC        Routine            Line        Source&lt;BR /&gt;sblat1.exe         00187F79  Unknown               Unknown  Unknown&lt;BR /&gt;sblat1.exe         706F2F3A  Unknown               Unknown  Unknown&lt;BR /&gt;&lt;BR /&gt;Stack trace terminated abnormally.&lt;BR /&gt;gmake[1]: *** [sblat1.res] Error 174&lt;BR /&gt;gmake[1]: Leaving directory `/opt/intel/mkl72/tests/cblas'&lt;BR /&gt;gmake: *** [lib32] Error 2&lt;BR /&gt;[davisb@prome:cblas 32]</description>
      <pubDate>Mon, 14 Feb 2005 21:53:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Seg-Fault-when-run-on-Linux/m-p/995702#M18264</guid>
      <dc:creator>davisb</dc:creator>
      <dc:date>2005-02-14T21:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: Seg Fault when run on Linux</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Seg-Fault-when-run-on-Linux/m-p/995703#M18265</link>
      <description>same result when I add 'F=intel80' to the make line (since I am using version 8.0)...&lt;BR /&gt;&lt;BR /&gt; [davisb@prome:cblas 14] make lib32 F=intel80&lt;BR /&gt;gmake sblat1.res dblat1.res cblat1.res zblat1.res sblat2.res dblat2.res cblat2.res zblat2.res sblat3.res dblat3.res cblat3.res zblat3.res _IA=32 PLATF=ia32 IE=i D=lib32 MKL_LIB=mkl_ia32&lt;BR /&gt;gmake[1]: Entering directory `/opt/intel/mkl72/tests/cblas'&lt;BR /&gt;mkdir -p ./_results/lib32_intel80&lt;BR /&gt;ifc -w ../blas/source/sblat1.f source/libcwrap_ia32.a -L/opt/intel/mkl72/lib/32 -lmkl_ia32 -lguide -lpthread -o _results/lib32_intel80/sblat1.exe&lt;BR /&gt;ifc: warning: The Intel Fortran driver is now named ifort.  You can suppress this message with '-quiet'&lt;BR /&gt;export LD_LIBRARY_PATH=/opt/intel/mkl72/lib/32:.:/ur/davisb/bin:/usr/local/lib:/opt/hpnpl/lib:/var/opt/enscript/enscript-1.6.1/lib:/afs/radonc/pkg/lapack_3:/afs/isis/pkg/intel_CC/lib:/afs/isis/pkg/intel_fortran/lib:/opt/intel/mkl72/lib/32; if [ -e ../blas/in/sblat1.in ]; 
&lt;BR /&gt;then _results/lib32_intel80/sblat1.exe &amp;lt;../blas/in/sblat1.in &amp;gt;_results/lib32_intel80/sblat1.res; 
&lt;BR /&gt;else _results/lib32_intel80/sblat1.exe &amp;gt;_results/lib32_intel80/sblat1.res; fi&lt;BR /&gt;forrtl: severe (174): SIGSEGV, segmentation fault occurred&lt;BR /&gt;Image              PC        Routine            Line        Source&lt;BR /&gt;sblat1.exe         00187F79  Unknown               Unknown  Unknown&lt;BR /&gt;sblat1.exe         706F2F3A  Unknown               Unknown  Unknown&lt;BR /&gt; &lt;BR /&gt;Stack trace terminated abnormally.&lt;BR /&gt;gmake[1]: *** [sblat1.res] Error 174&lt;BR /&gt;gmake[1]: Leaving directory `/opt/intel/mkl72/tests/cblas'&lt;BR /&gt;gmake: *** [lib32] Error 2&lt;BR /&gt;[davisb@prome:cblas 15]</description>
      <pubDate>Mon, 14 Feb 2005 23:27:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Seg-Fault-when-run-on-Linux/m-p/995703#M18265</guid>
      <dc:creator>davisb</dc:creator>
      <dc:date>2005-02-14T23:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Seg Fault when run on Linux</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Seg-Fault-when-run-on-Linux/m-p/995704#M18266</link>
      <description>I tried installing on a new machine and got the same results.  I must be doing something horribly wrong.  &lt;BR /&gt;&lt;BR /&gt;Thanks for you help,&lt;BR /&gt;Brad&lt;BR /&gt;&lt;BR /&gt;Machine info&lt;BR /&gt;============&lt;BR /&gt;Intel Pentium 4 CPU 2.80GHz (single processor)&lt;BR /&gt;Linux version 2.4.21-27.0.2.EL (bhcompile@tweety.build.redhat.com) (gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-47)) #1 Wed Jan 12 23:46:37 EST 2005&lt;BR /&gt;ifort v 8.0&lt;BR /&gt;&lt;BR /&gt;I get the same results...&lt;BR /&gt;=========================&lt;BR /&gt;&lt;BR /&gt;[davisb@pan:cblas 27] pwd&lt;BR /&gt;/opt/intel/mkl72/tests/cblas&lt;BR /&gt;[davisb@pan:cblas 28] make lib32 F=intel80&lt;BR /&gt;gmake sblat1.res dblat1.res cblat1.res zblat1.res sblat2.res dblat2.res cblat2.res zblat2.res sblat3.res dblat3.res cblat3.res zblat3.res _IA=32 PLATF=ia32 IE=i D=lib32 MKL_LIB=mkl_ia32&lt;BR /&gt;gmake[1]: Entering directory `/opt/intel/mkl72/tests/cblas'&lt;BR /&gt;mkdir -p ./_results/lib32_intel80&lt;BR /&gt;ifc -w ../blas/source/sblat1.f source/libcwrap_ia32.a -L/opt/intel/mkl72/lib/32 -lmkl_ia32 -lguide -lpthread -o _results/lib32_intel80/sblat1.exe&lt;BR /&gt;ifc: warning: The Intel Fortran driver is now named ifort.  You can suppress this message with '-quiet'&lt;BR /&gt;export LD_LIBRARY_PATH=/opt/intel/mkl72/lib/32:.:/ur/davisb/bin:/usr/local/lib:/opt/hpnpl/lib:/var/opt/enscript/enscript-1.6.1/lib:/afs/radonc/pkg/lapack_3:/afs/isis/pkg/intel_CC/lib:/afs/isis/pkg/intel_fortran/lib:/opt/intel/mkl72/lib/32; if [ -e ../blas/in/sblat1.in ]; 
&lt;BR /&gt;then _results/lib32_intel80/sblat1.exe &amp;lt;../blas/in/sblat1.in &amp;gt;_results/lib32_intel80/sblat1.res; 
&lt;BR /&gt;else _results/lib32_intel80/sblat1.exe &amp;gt;_results/lib32_intel80/sblat1.res; fi&lt;BR /&gt;forrtl: severe (174): SIGSEGV, segmentation fault occurred&lt;BR /&gt;Image              PC        Routine            Line        Source&lt;BR /&gt;sblat1.exe         00187F79  Unknown               Unknown  Unknown&lt;BR /&gt;sblat1.exe         706F2F3A  Unknown               Unknown  Unknown&lt;BR /&gt; &lt;BR /&gt;Stack trace terminated abnormally.&lt;BR /&gt;gmake[1]: *** [sblat1.res] Error 174&lt;BR /&gt;gmake[1]: Leaving directory `/opt/intel/mkl72/tests/cblas'&lt;BR /&gt;gmake: *** [lib32] Error 2&lt;BR /&gt;[davisb@pan:cblas 29]</description>
      <pubDate>Tue, 15 Feb 2005 00:00:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Seg-Fault-when-run-on-Linux/m-p/995704#M18266</guid>
      <dc:creator>davisb</dc:creator>
      <dc:date>2005-02-15T00:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Seg Fault when run on Linux</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Seg-Fault-when-run-on-Linux/m-p/995705#M18267</link>
      <description>in case it helps, here is the output from gdb when running sblat1.exe.&lt;BR /&gt;&lt;BR /&gt;Brad&lt;BR /&gt;&lt;BR /&gt;[davisb@pan:lib32_intel80 33] gdb&lt;BR /&gt;GNU gdb Red Hat Linux (6.1post-1.20040607.52rh)&lt;BR /&gt;Copyright 2004 Free Software Foundation, Inc.&lt;BR /&gt;GDB is free software, covered by the GNU General Public License, and you are&lt;BR /&gt;welcome to change it and/or distribute copies of it under certain conditions.&lt;BR /&gt;Type "show copying" to see the conditions.&lt;BR /&gt;There is absolutely no warranty for GDB. Type "show warranty" for details.&lt;BR /&gt;This GDB was configured as "i386-redhat-linux-gnu".&lt;BR /&gt;(gdb) file sblat1.exe&lt;BR /&gt;Reading symbols from /opt/intel/mkl72/tests/cblas/_results/lib32_intel80/sblat1.exe...(no debugging symbols found)...done.&lt;BR /&gt;Using host libthread_db library "/lib/tls/libthread_db.so.1".&lt;BR /&gt;(gdb) run&lt;BR /&gt;Starting program: /opt/intel/mkl72/tests/cblas/_results/lib32_intel80/sblat1.exe&lt;BR /&gt;(no debugging symbols found)...(no debugging symbols found)...[Thread debugging using libthread_db enabled]&lt;BR /&gt;[New Thread -1218557792 (LWP 23337)]&lt;BR /&gt;(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... Real BLAS Test Program Results&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Test of subprogram number 1 SDOT&lt;BR /&gt;&lt;BR /&gt;Program received signal SIGSEGV, Segmentation fault.&lt;BR /&gt;[Switching to Thread -1218557792 (LWP 23337)]&lt;BR /&gt;0x00bc1f79 in strcat () from /lib/tls/libc.so.6&lt;BR /&gt;(gdb) where&lt;BR /&gt;#0 0x00bc1f79 in strcat () from /lib/tls/libc.so.6&lt;BR /&gt;#1 0x0804c4c5 in searchpath ()&lt;BR /&gt;#2 0x706f2f3a in ?? ()&lt;BR /&gt;#3 0x4b472f74 in ?? ()&lt;BR /&gt;#4 0x65707369 in ?? ()&lt;BR /&gt;#5 0x622f6c6c in ?? ()&lt;BR /&gt;#6 0x2f3a6e69 in ?? ()&lt;BR /&gt;#7 0x2f74706f in ?? ()&lt;BR /&gt;#8 0x574e5553 in ?? ()&lt;BR /&gt;#9 0x76746d73 in ?? ()&lt;BR /&gt;#10 0x6f68532f in ?? ()&lt;BR /&gt;#11 0x54654d77 in ?? ()&lt;BR /&gt;#12 0x69622f56 in ?? ()&lt;BR /&gt;#13 0x6f2f3a6e in ?? ()&lt;BR /&gt;#14 0x732f7470 in ?? ()&lt;BR /&gt;#15 0x622f7766 in ?? ()&lt;BR /&gt;#16 0x2f3a6e69 in ?? ()&lt;BR /&gt;#17 0x74616e61 in ?? ()&lt;BR /&gt;#18 0x31796d6f in ?? ()&lt;BR /&gt;#19 0x7665642f in ?? ()&lt;BR /&gt;#20 0x7376632f in ?? ()&lt;BR /&gt;#21 0x746f6f72 in ?? ()&lt;BR /&gt;#22 0x66612f3a in ?? ()&lt;BR /&gt;---Type to continue, or q to quit---&lt;BR /&gt;#23 0x73692f73 in ?? ()&lt;BR /&gt;#24 0x702f7369 in ?? ()&lt;BR /&gt;#25 0x692f676b in ?? ()&lt;BR /&gt;#26 0x6c65746e in ?? ()&lt;BR /&gt;#27 0x2f43435f in ?? ()&lt;BR /&gt;#28 0x3a6e6962 in ?? ()&lt;BR /&gt;#29 0x7366612f in ?? ()&lt;BR /&gt;#30 0x6973692f in ?? ()&lt;BR /&gt;#31 0x6b702f73 in ?? ()&lt;BR /&gt;#32 0x6e692f67 in ?? ()&lt;BR /&gt;#33 0x5f6c6574 in ?? ()&lt;BR /&gt;#34 0x74726f66 in ?? ()&lt;BR /&gt;#35 0x2f6e6172 in ?? ()&lt;BR /&gt;#36 0x3a6e6962 in ?? ()&lt;BR /&gt;#37 0x696c432f in ?? ()&lt;BR /&gt;#38 0x2f63696e in ?? ()&lt;BR /&gt;#39 0x4e554c50 in ?? ()&lt;BR /&gt;#40 0x414d2f43 in ?? ()&lt;BR /&gt;#41 0x52455453 in ?? ()&lt;BR /&gt;#42 0x6e69622f in ?? ()&lt;BR /&gt;#43 0x3836692f in ?? ()&lt;BR /&gt;#44 0x752f3a36 in ?? ()&lt;BR /&gt;#45 0x612f7273 in ?? ()&lt;BR /&gt;---Type to continue, or q to quit---&lt;BR /&gt;#46 0x73777366 in ?? ()&lt;BR /&gt;#47 0x6e69622f in ?? ()&lt;BR /&gt;#48 0x3a2f2e3a in ?? ()&lt;BR /&gt;#49 0x00000000 in ?? ()&lt;BR /&gt;(gdb)</description>
      <pubDate>Tue, 15 Feb 2005 00:11:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Seg-Fault-when-run-on-Linux/m-p/995705#M18267</guid>
      <dc:creator>davisb</dc:creator>
      <dc:date>2005-02-15T00:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Seg Fault when run on Linux</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Seg-Fault-when-run-on-Linux/m-p/995706#M18268</link>
      <description>Brad,

The makefile is supposed to make this fairly easy to build an example.

If you enter "make help" you get back this line:
 make {lib32/so32/lib64/so64/libem64t/soem64t} [function=name] [F=compiler]
The acceptable names for "name" are listed in cblas.lst. Essentially those are the prefix "cblas_" followed by a BLAS name, such as "cblas_ddot".

It appears you did most of this. For instance, you entered "make lib32 F=gnu"

I just went through this process and here is what I did and the results I got.

 make lib32 function=cblas_ddot F=gnu

In the directory _results/lib32_gnu are two files. The one is the executable and the other is the result, in my case cblas_ddotx.res.

Bruce</description>
      <pubDate>Fri, 11 Mar 2005 03:55:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Seg-Fault-when-run-on-Linux/m-p/995706#M18268</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2005-03-11T03:55:52Z</dc:date>
    </item>
  </channel>
</rss>

