s-news
[Top] [All Lists]

Solution: Terminating S Session: Signal: bad address signal

To: "S-News (E-mail)" <s-news@lists.biostat.wustl.edu>
Subject: Solution: Terminating S Session: Signal: bad address signal
From: Vadim Kutsyy <vkutsyy@cytokinetics.com>
Date: Thu, 15 Nov 2001 12:31:04 -0800
-----Original Message-----
Well, I have some weird problem with Splus 6.0.1 under Suse 7.3.

I have a function, and function makes call

res<-res[, fields]

where res is data frame and fields is just a vector of column name.  When
this call is executed, I am getting an error and Splus terminates:

Terminating S Session: Signal: bad address signal

-----------------------------
Solution from Bill Dunlap:

 Before starting Splus set the environmental variable
        % setenv S_NO_REMOVABLE_CHAR yes

(For linux $export S_NO_REMOVABLE_CHAR=yes)

<Prev in Thread] Current Thread [Next in Thread>
  • Solution: Terminating S Session: Signal: bad address signal, Vadim Kutsyy <=