similar to: What is the meaning of "segfault 'memory not mapped' " ?

Displaying 20 results from an estimated 20000 matches similar to: "What is the meaning of "segfault 'memory not mapped' " ?"

2009 Aug 14
1
Meaning of " requested special control 20, passing it to SIP"
Received this on the console -- IAX2/76.21.238.129:4569-4986 requested special control 20, passing it to SIP/magicjack-08225a58 Did a Google search, but reached a dead end Can anyone explain? Something need to be changed in my configuration? The call completed satisfactorily. Inbound IAX trunk - outbound to SIP provider magicjack ( no dongle ) Asterisk 1.4.26 TIA John Novack -- Dog is my
2008 Oct 16
2
dovecot 1.1.4 maildir imap segfault in message_parse_header_next
I've tried to stress test dovecot 1.1.4 with imaptest for days without any assertion failure or crash. Just some "got too little data" messages. So far it's the most stable 1.1.x version. Today a user got this imap segfault with vanilla 1.1.4 (I don't know if it's something you have already fixed in current tree). The user didn't complain of anything, I've just
2002 Jun 22
3
Samba PDC + Winbind
Hello all. First, a little background... I recently downloaded samba-*-ldap-2.2.5-2mdk , installed on Mandrake 8.2 and got everything working fine. I have LDAP installed for "single sign-on" support. I can use LDAP to authenticate other Linux boxes, and have Samba as a PDC for some Win2000 boxes - all working fine. Linux users are the same as PDC users, except for their passwords
2010 Feb 04
1
random slope models with lme --> failured to converge
Dear all, I am working on a data set in which I have sequentially measured egg temperatures ("eggtemp") in birds incubating in different ambient temperatures ("treat", sample data set below), "id" is not replicated within treatment. id treat eggtemp 1 79 3 30.90166 2 42 3 34.94044 3 10 3 32.69945 4 206 3 36.64127 5 23 3 31.80055 6
2010 Apr 26
2
Unexpected warnings from summary() on mcmc.list objects
I am trying to get summary statistics from WinBUGS/JAGS output in the form of mcmc.list objects, using the summary() function. However, I get odd warning messages: Warning messages: 1: In glm.fit(x = X, y = Y, weights = weights, start = start, etastart = etastart, : algorithm did not converge 2: In glm.fit(x = X, y = Y, weights = weights, start = start, etastart = etastart, : algorithm did
2016 Sep 10
3
c(<Matrix>, <Matrix>) / help(dotsMethods) etc
I have been asked (by Roger; thank you for the good question, and I hope it's fine to answer to the public) : > with Pi a sparse matrix and x,y, and ones > compatible n-vectors ? when I do: >> c(t(x) %*% Pi %*% ones, t(ones) %*% Pi %*% y ) > [[1]] 1 x 1 Matrix of class "dgeMatrix" > [,1] [1,] > 0.1338527 >
2010 Dec 30
1
Auto-Removal of Straggling File locks due to Ungraceful Client Disconnects
Hi all, This question has come up many times before in a number of guises. But I do not believe that it has ever been answered satisfactorily. This may well reflect fundamental difficulties in the CIFS protocol However, recent incarnations of Windows Server seem to handle the problem better possibly due to tweaks in the underlying TCP/IP stack vis-a-vis Linux. At the end of the day, a
2005 Apr 18
2
R2.0.1 for Mac OS X 10.3 problem
This combination was operating satisfactorily until I tried updating lme4 and Matrix. My attempts to do this ultimately broke R. The R console appears briefly, then collapses. I have tried downloading and reinstalling R without success. Typing 'R' into Terminal gives the error message bring up the usual introduction, then the error message: Error in methods:::mlistMetaName(mi, ns)
2006 Nov 12
2
segfault 'memory not mapped', dual core problem?
I encountered a segfault running glm() and wonder if it could have something to do with the way memory is handled in a dual core system (which I just set up). I'm running R-base-2.4.0-1, installed from the SuSE 10.1 x86_64 rpm (obtained from CRAN). (My processor is an AMD Athlon 64 x2 4800+). The error and traceback are *** caught segfault *** address 0x8001326f2b, cause 'memory not
2009 Oct 25
1
Segfault reporting: memory not mapped error
Is this the right place to report segfaults? spc$ R CMD BATCH driver.q rOut.txt spc$ tail -16 rOut.txt /Library/Frameworks/R.framework/Resources/bin/BATCH: line 60: 5461 Segmentation fault ${R_HOME}/bin/R -f ${in} ${opts} ${R_BATCH_OPTIONS} > ${out} 2>&1 *** caught segfault *** address 0x3f095116, cause 'memory not mapped' Traceback: 1: .Call("La_dgesv", a,
2013 Mar 04
1
robustbase adjbox segfault - memory not mapped
Hi, I encountered a segfault, memory not mapped error when using adjbox in robustbase. In trying to recreate the issue I found that the error occurs only for large sample size. Here is the code. > require(robustbase) Loading required package: robustbase > x <- rnorm(10) > y <- rep(1, 10) > adjbox(x ~ y) ## gives a plot > x <- rnorm(10000) > y <- rep(1,
2002 Oct 17
3
R-1.6.1beta available
R 1.6.1 has been scheduled for November 1. We're makin interim beta versions available via http://cran.us.r-project.org/src/base (ftp://cran.us.r-project.org/pub/R/src/base used to work, but apparently FTP access has been disabled) The filename is R-1.6.1beta_*.tar.gz, where * is the creation date. If you want to help ensure that the final 1.6.1 works satisfactorily on *your* platform,
2010 Mar 25
1
*** caught segfault *** address 0x18, cause 'memory not mapped'
Hello R Community, I've been run the following codes. However, I've been getting an unusual segfault that I'm unable to trace its origin. Please give me a light to decipher the "caught segfault" Thanks for you attention. Bernardo. > options(STERM='iESS', editor='emacsclient') > rm(list = ls()) > > source("fgenIGLD.R") #RNG
2011 Oct 04
2
segfault after .C call.
Hi there, I think I'm encountering a bug, and I already reported it here: https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14695 But meanwhile, could you help me by any suggestions about the problem? I'll place the content of the reported bug here. You can find attachments on bugzilla if you were that generous to check it for me. Best and Thanks in Advance, Adrin. Bug report
2009 Mar 17
2
link in base help file fails.
I run R on MS Windows. In R2.9.0dev, I type ?base to get "R help for package base" to open. I then select ".First" from the list of contents, getting a page headed: "Initialization at Start of an R Session". About half way down there is a sentence: The command-line flag --vanilla implies --no-site-file, --no-init-file, --no-restore and --no-environ. Under
2012 Dec 13
4
Running MCMC in R
Dear all I am now running a MCMC iteration in the R program. But it is always stucked in some loop. This cause big problems for my research. So I want to know whether we can skip the current dataset and move to next simulated data when the iteration is stucked? Alternatively, can the MCMC chain skip the current iteration when it is stucked and automatically to start another chain with different
2003 Jun 13
4
Using jpeg() function over cgi
Hi I have seen a few posts to this list regarding problems accessing the x11() device over cgi - namely, when trying to create a graphic using the jpeg() function, everything is fine from the command line but it won't work over cgi, producing the error: "Unable to open connection to X11 display" Has anyone actually solved this particular problem satisfactorily? Please reply
2001 Jul 06
1
ext3 + LVM
Back in May there was a discussion regarding ext3 + LVM. Were the issues raised by Jay Weber, Andreas Dilger, and others ever resolved satisfactorily, in either the 2.2 or 2.4? Thanks, Bill Rugolsky
2008 Sep 29
1
Switch between Wine Versions for best App support - "glow"
Hallo wine users, I just found a (maybe!?) very unkown project for better wine handling. It is named glow (- some GLasses Of Wine) and enables wine users to start their applications with different versions of wine easily. The motivation for this python-script is of course the problem that some satisfactorily supported windows applications does not any longer run so well in later versions of wine.
2007 Oct 05
1
(no subject)
Hi, All, I try to accessing the x11() device over cgi - namely, when trying to create a graphic using the jpeg() function, everything is fine from the command line but it won't work over cgi, producing the error: "Unable to open connection to X11 display" Do you you know how to solve this problem or has anyone actually solved this particular problem satisfactorily? Thanks in