On Thu, Oct 28, 2004 at 01:09:20PM -0600, J Troy Carpenter wrote:
> I have a server with two AMD Opteron 848 processors, running Redhat 2.4.21.
> We run SAS extensively on it. When I boot the kernel that accesses just one
> of the CPUs, SAS runs just fine. But when I boot the kernel which addresses
> both CPUs, all SAS applications error out with a segmentation violation.
> Does someone have an idea what may be the cause of this?

Did you try using a real data analysis program like R. (-:  Otherwise,
actually I have no idea.  I didn't even know that SAS ran on Linux.  I guess
you could look up SAS Linux SMP over at google.com.

Also, if you're getting segmentation violations when you run it, assuming you
start the applicatiion from the terminal, do

$ gdb `which <sas-executable>`,
gdb> run
gdb> bt

where <sas-executable> is replaced with the SAS program command.
You may try also using any of a few other debuggers. This may give you
additional clues with which to look for on google.


Justin

____________________
BYU Unix Users Group 
http://uug.byu.edu/ 
___________________________________________________________________
List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list

Reply via email to