Displaying 20 results from an estimated 8000 matches similar to: "segfault with layout() after closing X11() device (PR#8970)"
2006 Nov 06
2
gc()$Vcells < 0 (PR#9345)
Full_Name: Don Maszle
Version: 2.3.0
OS: x86_64-unknown-linux-gnu
Submission from: (NULL) (206.86.87.3)
# On our new 32 GB x86_64 machine
R : Copyright 2006, The R Foundation for Statistical Computing
Version 2.3.0 (2006-04-24)
ISBN 3-900051-07-0
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or
2003 Apr 23
1
coplot panels malrendered / 1653 (PR#2824)
Full_Name: Don Maszle
Version: 1.7.0
OS: Linux
Submission from: (NULL) (206.86.87.3)
This was previously reported I believe as bug 1653.
I just compiled 1.7.0 on RedHat Linux and I get terrible behavior when
panel=plot. Browsing through the coplot code, I don't how there could be this
dependency. With panel=points, my 7 graphs come out numbered as
given
7
4 5 6
1 2 3
Using panel=plot the
2009 Mar 12
0
help.search(): "Error in .readRDS(hs_file) : error reading from connection" (PR#13591)
Full_Name: Don Maszle
Version: R version 2.8.1 (2008-12-22)
OS: Linux hood.mendelbio.com 2.6.18-128.el5 #1 SMP Wed Dec 17 11:41:38 EST 2008 x86_64 x86_64 x86_64 GNU/Linux
Submission from: (NULL) (206.86.87.3)
I have resolved the problem, but this is a possible regression to a problem
listed in the bug fixes for 2.3.1.
After a new installation, help.search() on any search string without a
2018 Jan 03
2
dovecot v2.3.0: imap segfault when sieve_extprograms_plugin.so called
Hi,
I have recently upgraded to dovecot v2.3 on Ubuntu 16.04.3 from repo.dovecot.org and I switched to IMAPSieve for rspamd with the guide from the wiki. When a mail is moved from Junk to another Inbox or vice-versa imap segfaults.
I have posted debug logs and versions below, any help will be greatly appreciated.
Thanks,
Rhys Williams
lux at bifrost:~$ dovecot --version
2.3.0 (c8b89eb)
lux at
2006 Nov 21
0
[ wxruby-Bugs-6808 ] Double-free segfault on closing app when BitmapButton has been used
Bugs item #6808, was opened at 2006-11-21 21:41
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=6808&group_id=35
Category: Incorrect behavior
Group: None
Status: Open
Resolution: None
Priority: 2
Submitted By: Alex Fenton (brokentoy)
Assigned to: Kevin Smith (qualitycode)
Summary: Double-free segfault on closing app when BitmapButton has been used
2006 Mar 31
1
Segfault with too many menu items on Rgui
Hi all,
In the CHANGES file for R-2.3.0alpha, there is the following
statement:
winMenuAdd() now has no limits on the number of menus or items, and
names are now limited to 500 (not 50) bytes.
However, I can reproducibly get a segfault using this (admittedly
silly) example:
for( i in 1:5) winMenuAdd(paste("Test", letters[i], sep=""))
for(i in 1:5) for(j in 1:24)
2005 May 06
0
Embedding x11-window causes R to segfault
Hi,
I know it's not generally helpful to just restate a bug-report already in the
tracker. But I also know that sometimes old bug-reports just slip past
attention. Hence I'd like to point out this antique report:
http://r-bugs.biostat.ku.dk/cgi-bin/R/System-specific?id=848;user=guest
I'm currently running into this bug, as I'm trying to embed an R window
generated with x11 ()
2018 Jan 03
1
Re: dovecot v2.3.0: imap segfault when sieve_extprograms_plugin.so called
pigeonhole 0.5.0 has been already released...
---Aki TuomiDovecot oy
-------- Original message --------From: Daniel Kenzelmann <dovecot.org at k8n.de> Date: 03/01/2018 21:31 (GMT+02:00) To: Rhys Williams <lux+mailinglists at melted.me>, dovecot at dovecot.org Subject: Re: dovecot v2.3.0: imap segfault when sieve_extprograms_plugin.so
? called
Hi,
see the following thread:
2008 Apr 23
0
(PR#11231) [Solaris 9 segfault when closiing X11()]
We need to know a great deal more information, and asking on R-devel would
be a lot kinder than blaming this on a bug in R (and please use a
meaningful subject line).
What version of R is this?
Precisely what OS (Solaris 9 comes for several architectures)?
Assuming you compiled R yourself, what compilers did you use? (And where
did you get those from if they are not Sun compilers?) If got a
2011 Aug 30
2
ARMA show different result between eview and R
When I do ARMA(2,2) using one lag of LCPIH data
This is eview result
>
> *Dependent Variable: DLCPIH
> **Method: Least Squares
> **Date: 08/12/11 Time: 12:44
> **Sample (adjusted): 1970Q2 2010Q2
> **Included observations: 161 after adjustments
> **Convergence achieved after 14 iterations
> **MA Backcast: 1969Q4 1970Q1
> **
> **Variable Coefficient Std.
2007 Oct 26
1
x11(....) kills R without DISPLAY (PR#10379)
Full_Name: Christian Brechbuehler
Version: 2.4.1, 2.5.1,
OS: Ubuntu GNU/Linux
Submission from: (NULL) (24.61.47.236)
Context:
'X11' starts a graphics device driver on the display given by argument
'display'.
Problem:
If the environment variable DISPLAY is not set, the R process dies with exit
status 1.
Example (start R without DISPLAY from bash):
% DISPLAY= R
>
2010 Apr 29
2
Split a vector by NA's - is there a better solution then a loop ?
Hi all,
I would like to have a function like this:
split.vec.by.NA <- function(x)
That takes a vector like this:
x <- c(2,1,2,NA,1,1,2,NA,4,5,2,3)
And returns a list of length of 3, each element of the list is the relevant
segmented vector, like this:
$`1`
[1] 2 1 2
$`2`
[1] 1 1 2
$`3`
[1] 4 5 2 3
I found how to do it with a loop, but wondered if there is some smarter
(vectorized) way
2010 Apr 29
1
Request - adding recycled "lwd" parameter to polygon
Hello dear members of R-help and R-core mailing list,
I am not sure if this request is a "ticket" that should be filled somewhere
outside the mailing list. If so, I apologize for not doing and would like
to know where I should have filled it.
And to the subject matter:
I would like to use a command like this:
plot(c(1,8), 1:2, type="n")
polygon(1:7, c(2,1,2,NA,2,1,2),
2010 Apr 29
1
Request - adding recycled "lwd" parameter to polygon
Hello dear members of R-help and R-core mailing list,
I am not sure if this request is a "ticket" that should be filled somewhere
outside the mailing list. If so, I apologize for not doing and would like
to know where I should have filled it.
And to the subject matter:
I would like to use a command like this:
plot(c(1,8), 1:2, type="n")
polygon(1:7, c(2,1,2,NA,2,1,2),
2006 May 29
0
R-2.3 macosx segfault
Dear all,
this is my first message to this list. I hope it is not off topic
(and should have been posted to R-help for example).
I have R-2.3.0 installed on a couple of systems, including powermac
G5, iBook G4 (both with MacOSX 10.4.6), windows xp and linux (kubuntu
5.10). When trying to install package aroma from authors web site I
found that R for macosx crashes with segfault. This
2007 Aug 31
3
Choosing the optimum lag order of ARIMA model
Dear all R users,
I am really struggling to determine the most appropriate lag order of ARIMA model. My understanding is that, as for MA [q] model the auto correlation coeff vanishes after q lag, it says the MA order of a ARIMA model, and for a AR[p] model partial autocorrelation vanishes after p lags it helps to determine the AR lag. And most appropriate model choosed by this argument gives
2008 Oct 15
1
Forecasting using ARIMAX
Dear R-helpers,
I would appreicate if someone can help me on the transfer parameter in ARIMAX and also see what I am doing is correct.
I am using ARIMAX with 2 Exogeneous Variables and 10 years data are as follows:
DepVar Period, depVar, IndepVar1 Period, indepVar1, IndepVar2 Period, indepVar2
Jan 1998,708,Jan 1998,495,Jan 1998,245.490
Feb 1998,670,Feb 1998,421.25,Feb 1998,288.170
Mar
2006 Mar 23
1
X11, fonts, R-2.0.1, R-2.2.1 and R-devel
Hello,
I am having some problems with the X11 display in a gentoo linux laptop
with R compiled manually.
(https://stat.ethz.ch/pipermail/r-help/2006-March/089701.html)
Whether I can open the X11 device and use it when I am using 'ion' as a
window manager, I can't open it using 'gnome', due to a problem related to
fonts:
-----8<---------------
Error in X11() : could not
2011 Feb 01
2
"each" argument in rep (Bug?)
I have a vector of unique elements that I want to replicate a variable number
of times depending on the element (lengths all > 800). However I noticed
that the resulting length was not the sum of the each argument. The
following example demonstrates this.
I am confused as to why this works:
rep(1:4, c(2,1,2,1))
[1] 1 1 2 3 3 4
but this doesn't:
rep(1:3, each=c(2,1,2))
[1] 1 1 2
2005 Mar 28
2
Generating list of vector coordinates
Hi.
Can anyone suggest a simple way to obtain in R a list of vector
coordinates of the following form? The code below is Mathematica.
In[5]:=
Flatten[Table[{i,j,k},{i,3},{j,4},{k,5}], 2]
Out[5]=
{{1,1,1},{1,1,2},{1,1,3},{1,1,4},{1,1,5},{1,2,1},{1,2,2},{1,2,3},{1
,2,4},{1,2,
5},{1,3,1},{1,3,2},{1,3,3},{1,3,4},{1,3,5},{1,4,1},{1,4,2},{1,4,3},
{1,4,