Displaying 20 results from an estimated 200 matches similar to: "Dtrace - Segmentation Fault"
2007 Jun 14
1
scatterplots: (equal axes and overlay)
Hi,
I am doing lots of scatterplots for my dissertation and to make the
comparable, I would like to have equal x- amd - y axis. Can I specify
their scale?
Another question adresses overlay scatterplots. Having prae and post
measures for each case, is it possible to have them in one graph with
symbols or colors for prae and post.
So
scatterplot(bdiprae,mocoprae) and
scatterplot(bdipost,mocopost) in
2007 Oct 30
1
Difficulty Compiling RSQLite on Solaris x86 Using Studio 12 Compilers
Apologies if this is not the best list on which to ask for help. I have
compiled R 2.6.0 using Sun Studio 12 compilers. I can install most CRAN
and bioconductor packages that I need, with the exception of RSQLite.
Unfortunately this is critical for other packages that I need. I have
tried to compile it using R CMD INSTALL to generate a config.log file.
I don't know how to fix the reported
2007 Jul 16
1
Problem building R with Sun Studio Compiler
I would like to Build R-2.5.1 on OpenSUSE 10.2 using the SunStudio 12
compilers(http://developers.sun.com/sunstudio/index.jsp)
R builds and passes make check fine without optimising. However, when I try to compile with optimisation turned on
(-fast) the build gets stuck in an infinite loop at the following point:
Sun_Studio/sunstudio12/bin/cc -m64 -shared -Kpic -m64 -fPIC -o grDevices.so
2013 May 01
2
Build 3.6.12 on Solaris 8
All,
I need to build samba 3.6.12 on solaris 8 using studio 12. Has anyone accomplished this and willing to share tips, tricks, or notes?
-Kevin
2011 Jun 24
2
Need help on a R script part
Hi all,
I need all your help on this. I have the next part of code:............e1=x1-mean(x1)e2=x2-mean(x2)n1=length(x1)n2=length(x2N=(n1 + n2)nu2=sum( c( ( x1 -mean(x1) )^2 , ( x2-mean(x2) )^2 ) )/Nss=c(e1,e2) b3= N*sum(ss^4)/ (sum( ss^2)^2)............what do lines 6-8 (mathematical notation)?Also the, what means part?............for(j in 1:B){ ss11=sample(x1, n1, replace=TRUE) ss12=sample(x2,
2006 Jul 26
2
Install R-patched_2006-07-13 on i386-pc-solaris2.10 with Sun Studio 11
Dear R-developers:
I'm trying to build a 64-bit R-patched_2006-07-24 on SunFire V40z with
on Solaris OS 10 64-bit kernel and using Sun Studio 11 compilers.
Everything runs OK until it gets to building package tools (all.R) where
it fails. Bellow is how I tried it (I can provide any other additional
info if needed). Any help please?
Thank you very much
Latchezar Dimitrov
Wake Forest Univ.
2009 May 22
0
[LLVMdev] Arm port
Sandeep Patel wrote:
> My goal is to have Cortex-A9 support complete in far less than three
> months. I've recently gotten some additional help toward that goal, so
> the pace should pick up soon.
>
> As far as compiler texts, there are many newer texts to recommend as
> just about all the major optimization passes are done differently
> after SSA-form appeared in about
2017 Dec 18
2
v2.3.0 release candidate released
Op 12/18/2017 om 6:16 PM schreef James:
> On 18/12/2017 15:23, Timo Sirainen wrote:
>
>> https://dovecot.org/releases/2.3/rc/dovecot-2.3.0.rc1.tar.gz
>
> "smtp-server-cmd-helo.c", line 140: void function cannot return value
> "smtp-server-cmd-helo.c", line 148: void function cannot return value
Just wondering: which system/compiler is giving these errors?
2008 Sep 23
3
7.0-stable: a hung process - scheduler bug?
Hello!
I was trying to build OpenOffice using all of my 4 CPUs. To be able to
do other work on the machine comfortably, I ran the build under nice,
and assigned real-time priority to the two Xorg processes.
The build started at about 23:10 last night, and hung at 23:46. The
procstat output for the make's process group is:
PID PPID PGID SID TSID THR LOGIN WCHAN EMUL
2009 May 22
3
[LLVMdev] Arm port
----- Original Message ----
> From: Chuck Robey <chuckr at telenix.org>
> To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu>
> Sent: Friday, May 22, 2009 9:22:53 AM
> Subject: Re: [LLVMdev] Arm port
>
> OK, I've got enough to go on with, and I'm getting ready right now to begin
> reading the dragon book, but one question bothers me regarding the
2012 Jun 13
2
Samba 64 bit compilation
Which platform?
If on Solaris 10 sparc, GCC (either from Sun or sunfreeware.com) should
be 64-bit by default.
GCC from Sunfreeware for Solaris 10 x86 will compile 32-bit by default.
For Solaris, you are better off using Sun Studio and Dmake. Actually,
you are better off just using the compiled version from Oracle/Sun.
On 06/13/12 02:08, prabu.murugan at emc.com wrote:
> Hi,
>
>
2017 Dec 18
1
v2.3.0 release candidate released
On 12/18/2017 10:53 AM, James wrote:
> On 18/12/2017 18:15, Stephan Bosch wrote:
>> Op 12/18/2017 om 6:16 PM schreef James:
>
>>> "smtp-server-cmd-helo.c", line 140: void function cannot return value
>>> "smtp-server-cmd-helo.c", line 148: void function cannot return value
>>
>> Just wondering: which system/compiler is giving these
2011 Nov 14
1
Subset of a subset?
Hi All-
I have created a subset of my original csv for the times I am interested in
(9, 12, 3). I have a subset for all of those times then each individually. I
would like to have specific case studies to analyze individually for those
times. For example, I want to look at 2009/06/01-2009/06/10. Is the easiest
way to created a subset of ss? I haven't been able to figure out the easiest
way
2011 Jan 17
2
Summing data frame columns on identical data
Dear all,
I have 9 data frames, and I'm simply trying to sum the values of column 3 (on a row-by-row basis). However, there are a slightly different number of rows in each data frame, so I'm receiving the following error: "Error in Ops.data.frame(mrunoff_207101[3], mrunoff_207102[3]) :
? + only defined for equally-sized data frames".
Here is what I'm attempting to do:
2009 May 21
6
[LLVMdev] Arm port
My goal is to have Cortex-A9 support complete in far less than three
months. I've recently gotten some additional help toward that goal, so
the pace should pick up soon.
As far as compiler texts, there are many newer texts to recommend as
just about all the major optimization passes are done differently
after SSA-form appeared in about 1991. However, for adding Cortex-A8
support, I don't
2010 Mar 08
1
nss_winbind.so delivers first group only on Solaris 10
Hello,
I'm trying to integrate some of our Solaris 10 10/09 hosts into Microsoft AD running on 2003/2008 R2 servers.
After some compile trouble I finally managed to get the whole thing running including winbind in nsswitch.conf
for users and groups and PAM for authentication.
The problem is that winbind only reports the primary group of an AD user. 'wbinfo -r aduser' only reports
2014 Sep 07
3
[Bug 2271] New: Regression test #89 "fuzz Ed25519 sig" fails under Solaris
https://bugzilla.mindrot.org/show_bug.cgi?id=2271
Bug ID: 2271
Summary: Regression test #89 "fuzz Ed25519 sig" fails under
Solaris
Product: Portable OpenSSH
Version: 6.6p1
Hardware: All
OS: Solaris
Status: NEW
Severity: normal
Priority: P5
Component:
2007 Nov 21
6
Compiling issue on x86!
Hi thanks for your posts so far. Since what I had assumed was a 32 bit kernel which I compiled didn''t work, I religiously set out on compiling a 64 bit version as my system is currently booted in 64 bit mode.
I installed SUNStudio12 on the system and set the SPRO_VROOT to point towards it and when I do a make all in usr/src directory, I get the following error when make cwds and runs in
2011 Jul 06
1
Could not build Samba with ADS support on Solaris 10
I tried to build Samba with ADS support, I got error, messages are:
.
checking for ldap_initialize... no
checking whether LDAP support is used... yes
checking for Active Directory and krb5 support... yes
checking for ldap_initialize... (cached) no
configure: error: Active Directory support requires ldap_initialize
I installed Openldap(downloaded from sunfreeware), tried the following
2012 May 15
1
Samba 3.4.17 -Solaris10_U10- make- Fatal error with talloc
Hi,
This is Prabu. I am trying to compile samba on Solaris 10_U10.
I have posted the same in bugzilla. https://bugzilla.samba.org/show_bug.cgi?id=8939
User requirement is to compile samba 3.4.17 to support their application. 3.4.17 is working on Solaris 9 and Solaris 10_U5. But not on Solaris 10_U10.
./configure and make gives error related to talloc. I have set the PKG_CONFIG_PATH. It is not