similar to: unmapped memory core dump with pure R program?

Displaying 20 results from an estimated 600 matches similar to: "unmapped memory core dump with pure R program?"

2006 Feb 17
4
showing the integrated number by point size
Is there any function to show the points like this example of SPSS? http://biostatistic.de/temp/reg.jpg The point size should represent the number of data at this point. with regards Knut Krueger
2010 Oct 24
6
Contour Plot on a non Rectangular Grid
Dear All, I would like to plot a scalar (e.g. a temperature) on a non-rectangular domain (or even better: I would simply like to be able to draw a contour plot on an arbitrary 2D domain). I wonder if there is any tool to achieve that with R. I did some online search in particular on the list archives, found several queries similar to this one but was not able to find any conclusive answer. I
2006 Aug 14
1
Attempt to access unmapped memory
Hi, I am usiing R 2.3.1 under Linux kernel 2.6.11 with libreadline/libhistory 5.1. Bothe R and readline were compiled without quircks with gcc 3.3.3 and g77. Every time I try to edit command line by using del key the following error happens: ------------8><-------------- > ipacks <- instaleld.packages() *** caught segfault *** address (nil), cause 'memory not mapped'
2008 Oct 08
0
[PATCH] Patches to free MSI vector when pirq unmapped
Currently the vector is not freed for MSI interrupt, the three patches fix the issue. The first patch(pirq.patch) move the get_free_pirq/map(unmap)_domain_pirq from arch/x86/physdev.c to arch/x86/irq.c, since that should be part of irq managment, no logic changes. The second patch(msi_vector_clean.patch) free the vector when the pirq is unmapped or when domain destroy. One thing need notice for
2007 Mar 19
3
unmapped c drive
I some how unmapped the C drive while trying to configure my cdrom drive to work with wine. Every time i try to do something wine related i get errors. Warning: the specified Windows directory L"c:\\windows" is not accessible. Warning: the specified System directory L"c:\\windows\\system32" is not accessible. Those are from use the winecfg command. When i click the audio tab
2022 Dec 29
0
Heads-up: ./configure --with-unmapped-data-points
Heads-up note: Recent PR https://github.com/networkupstools/nut/pull/1742 introduced an option for custom NUT builds to report "unmapped.*" values discovered by a subdriver generation script (usbhid-ups, snmp-ups) which were previously unconditionally hidden by `#if 0` clauses. They are still not compiled-in by default as they do not match community-agreed patterns documented in
2022 Dec 29
0
Heads-up: ./configure --with-unmapped-data-points
Heads-up note: Recent PR https://github.com/networkupstools/nut/pull/1742 introduced an option for custom NUT builds to report "unmapped.*" values discovered by a subdriver generation script (usbhid-ups, snmp-ups) which were previously unconditionally hidden by `#if 0` clauses. They are still not compiled-in by default as they do not match community-agreed patterns documented in
2005 Sep 06
2
Predicting responses using ace
Hello everybody, I'm a new user of R and I'm working right now with the ACE function from the acepack library. I Have a question: Is there a way to predict new responses using ACE? What I mean is doing something similar to the following code that uses PPR (Projection Pursuit Regression): library(MASS) x <- runif(20, 0, 1) xnew <- runif(2000, 0, 1) y <- sin(x) a <- ppr(x, y,
2007 Nov 17
2
pure-ftpd-1.0.22
Hi, anyone successfully compiled http://download.pureftpd.org/pub/pure-ftpd/snapshots/pure-ftpd-1.0.22.tar.bz2 Thanks, David
2006 Nov 04
0
Pure-DOM JS based rich text editor
My Rails app needs a decent rich text editor, but nothing out there really seems to do what I want. Looking at the code for these editors, they all seem horrendously browser specific, full of workarounds and multiple methods of doing things. So, I''ve written a proof-of-concept rich text editor, using Prototype, which works through DOM manipulation.
2006 Jun 20
0
Achieve pure object oriented design in Ruby (also posted on Ruby List)
Hi, I have 3 classes A, B and C; I want to achieve following behavior (I am calling it "pure object oriented designing") with them. 1. An instance of Class C should not exist without instance of Class B and instance of Class B should not exist without instance of Class A. 2. Class A should be the only class accessible externally, i.e. one should not be able to
2007 Sep 21
0
Pure Ruby win32-open3, win32-service?
Hi all, I can''t remember - with callback support in our win32-api library now, can we turn win32-open3 and win32-service (specifically, the Daemon class) into pure Ruby libraries? If not, is there anything we could possibly add to win32-api so that we *could* make them pure Ruby? Thanks, Dan This communication is the property of Qwest and may contain confidential or privileged
2006 Jul 04
0
Reworking win32-mmap for the pure Ruby version
Hi all, I was looking at win32-mmap today. I thought it might be worth it to rewrite this one as pure Ruby. In the process, I decided I don''t really like the current API very much. Just feels too clunky and not very friendly. I think we followed Win32::MMF too closely. Anyway, I have a very preliminary version in CVS that I was hoping folks could take a look at and comment on.
2006 May 02
1
Converting rb_protect + ruby_stop to pure Ruby
Hi, Within process.c, in the fork method, there''s this bit of code: if(rb_block_given_p()){ int status; rb_protect(rb_yield, Qundef, &status); ruby_stop(status); } I translated that as this: if block_given? status = 0 begin yield rescue Exception status = -1 # Any non-zero result is failure end exit(status) end Is there a way to get
2006 May 02
0
Pure ruby win32-process now in CVS
Hi all, I''ve committed what I think is a complete version of win32-process in pure Ruby. The new version is in the toplevel CVS directory. You''ll need to grab the latest windows-pr from CVS as well. If there are any errors, or any comments that are incorrect, please let me know. Otherwise, I''m planning on a release this weekend. Thanks, Dan
2006 May 17
0
Need a little help with the pure Rubywin32-eventlog
> -----Original Message----- > From: win32utils-devel-bounces at rubyforge.org > [mailto:win32utils-devel-bounces at rubyforge.org] On Behalf Of > Heesob Park > Sent: Tuesday, May 16, 2006 9:51 PM > To: Development and ideas for win32utils projects > Subject: Re: [Win32utils-devel] Need a little help with the > pure Rubywin32-eventlog > > > Hi, > >
2006 Feb 04
0
Pure Ruby version of win32-clipboard
Hi all, In CVS you''ll find a clipboard.rb file. I hadn''t touched it in a while until recently. However, it doesn''t seem to actually work. Calling set_data doesn''t fail, but it doesn''t actually seem to set the clipboard data. Any ideas? Thanks, Dan
2007 Dec 28
0
[ wxruby-Bugs-16671 ] GridCellBoolEditor doesn''t work: pure virtual method
Bugs item #16671, was opened at 2007-12-28 14:55 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=16671&group_id=35 Category: Incorrect behavior Group: None Status: Open Resolution: None Priority: 3 Submitted By: Alex Fenton (brokentoy) Assigned to: Alex Fenton (brokentoy) Summary: GridCellBoolEditor doesn''t work: pure virtual method
2009 May 08
0
The efficient way to add MeetMe to pure SIP install ?
Hello, Page http://www.voip-info.org/wiki/view/Asterisk+config+meetme.conf seems to include some old content. Which is the simplest way to add MeetMe to a pure SIP 1.6.1 install on a recent kernel ? Is dahdi_dummy still required ? Regards -------------- next part -------------- An HTML attachment was scrubbed... URL:
2002 Apr 16
0
JRoar can dish out pure Java Vorbis player.
Hi, I have developed the streaming server JRoar(http://www.jcraft.com/jroar/). In the recent improvement, JRoar can dish out pure Java Vorbis Player and become the applet host. You may know that you can get JOrbisPlayer applet from http://www.jcraft.com/jorbis/player/JOrbisPlayer.php , however that applet is digitally signed. By this hack, you can enjoy the live ogg vorbis stream by the applet