similar to: segmentation fault

Displaying 20 results from an estimated 4000 matches similar to: "segmentation fault"

2008 Mar 04
0
[LLVMdev] llvm-gcc 4.2 building failed on x86-64
Hi Sheng Am Dienstag, 4. März 2008 schrieb Zhou Sheng: > Current llvm-gcc 4.2 building failed on X86-64, here is the dump I am not followng head closely but may it be that the current head still doesn't support amd64 proper: gcc README.LLVM: "When targeting non-darwin X86-64/AMD-64/EM64-T, configure with --disable-shared. The LLVM X86-64 backend doesn't support PIC codegen on
2019 May 16
3
nrow(rbind(character(), character())) returns 2 (as documented but very unintuitive, IMHO)
Hi Hadley, Thanks for the counterpoint. Response below. On Thu, May 16, 2019 at 1:59 PM Hadley Wickham <h.wickham at gmail.com> wrote: > The existing behaviour seems inutitive to me. I would consider these > invariants for n vector x_i's each with size m: > > * nrow(rbind(x_1, x_2, ..., x_n)) equals n > Personally, no I wouldn't. I would consider m==0 a degenerate
2015 Apr 27
2
Real sh? Or other efficient shell for non-interactive scripts
On Mon, Apr 27, 2015 at 2:13 PM, Joerg Schilling <Joerg.Schilling at fokus.fraunhofer.de> wrote: > Les Mikesell <lesmikesell at gmail.com> wrote: > > There was no court case, but VERITAS published a modifed version of gtar where > additional code was added by binary only libraries from VERITAS. The FSF did > never try to discuss this is public even though everybody did
2004 Mar 11
1
Difficulties in interaction between R and latex (prosper)
Hello, folks! I'm trying to use R as a graphics program, to make some pretty graphs that will go into prosper slideshows. I wrote this fragment, from the R manual, into a file demo.R: x=seq(-3,3,0.1) postscript("cm_test.eps", width = 4.0, height = 3.0, horizontal = FALSE, onefile = FALSE, paper = "special", family =
2008 Nov 06
0
[LLVMdev] fPIC
After looking through the README for the llvm gcc frontend, it says: ----------------------------------------------------------------------- X86-64/AMD-64/EM64-T for any OS other than Darwin/Mac OS X: When targeting non-darwin X86-64/AMD-64/EM64-T, configure with --disable-shared. The LLVM X86-64 backend doesn't support PIC codegen on non-darwin systems yet. If you get a build error, try
2019 May 17
1
nrow(rbind(character(), character())) returns 2 (as documented but very unintuitive, IMHO)
Hi Martin, Thanks for chiming in. Responses inline. On Fri, May 17, 2019 at 12:32 AM Martin Maechler <maechler at stat.math.ethz.ch> wrote: > >>>>> Gabriel Becker > >>>>> on Thu, 16 May 2019 15:47:57 -0700 writes: > > > Hi Hadley, > > Thanks for the counterpoint. Response below. > > > On Thu, May 16, 2019 at 1:59
2007 Mar 19
3
XML support needed
The latest version of Password Safe was compiled with a new version of Visual Studio: VC8.0. The program continues to install and run fine, but when it attempts to write it's configuration file at exit, Wine/Windows pops up a dialog window titled "Password Safe" with the text: ----------------------------------------------------------------------- "Unable to use a XML reader
2008 Nov 06
2
[LLVMdev] fPIC
On my 32 bit linux box, things seam to work find, but on my 64 bit linux box I am getting problems. I have the following c file (lib.c): -------------------------------- #include <stdio.h> void libmethod(){ printf("libmethod()\n"); } ------------------------------- I tried to get a shared library using the following commands: llvm-gcc -emit-llvm -Wall -fPIC -c -o lib.opt.bc
2019 Aug 28
2
Conventions: Use of globals and main functions
I appreciate the well-thought-out comments. To your first point, I am not sure what "glattering" means precisely (a Google search revealed nothing useful), but I assume it means something to the effect of overfilling the main namespace with too many names. Per Norm Matloff's counterpoint in The Art of R Programming regarding this issue, this is mostly avoided by well-defined,
2008 Mar 04
3
[LLVMdev] llvm-gcc 4.2 building failed on x86-64
Current llvm-gcc 4.2 building failed on X86-64, here is the dump information: xgcc -B/home/zsth/projects/llvm.org/build/cfe4.2obj/./prev-gcc/ -B/home/zsth/projects/llvm.org/install/x86_64-unknown-linux-gnu/bin/ -I../../../cfe4.2/libcpp -I. -I../../../cfe4.2/libcpp/../include -I../../../cfe4.2/libcpp/include -DENABLE_LLVM -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
2006 Jul 02
3
fixme:win:SwitchDesktop
I just installed Wine last night. First let me say: it's awesome! Much better than I supposed. I decided to try Wine because I've been trying to get file compat- ability between Linux and PasswordSafe, a great Windows password manager. I copied all the PasswordSafe files to their own directory in my $HOME so that PasswordSafe could write it's database. I cd to that directory;
2007 Mar 19
2
Upgrading software under Wine
I run several program under Wine. Two I'm especially reliant on are Password Safe, an open source password manager, and Dasher, a new interface for playing on the Internet Chess Club. Both these programs are being actively developed and are frequently upgraded. I always backup the previous version, then install the upgrade by running the installer, such as "wine
2007 May 15
5
About a simple insert
Ok, my problem is that I have a form with a client''s information. Now in the form, I ask the client for his info, which inserts into the table "clients", and then I have another text input where he has to provide a specific detail that i want to be inserted into the table "details". How can I insert this data into 2 different tables? -- Posted via
2008 Oct 22
1
Rails + Mongrel - autorestart on segmentation fault crash
Anyone know of a way to auto-restart Mongrel on a crash, Windows environment ? We''re getting a seg fault error, so until we figure this out is there a polling script or something to run to monitor and restart if it''s down? Thanks -S --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on
2003 Dec 12
3
Segmentation fault
Hi, beginning around 12th of october I have an "Segmentation fault" when starting wine. I'm using precompiled rpm's from wine.dataparty.no but also tried a self compiled version from the wine.dataparty.no cvs-source getting the same fault. At least one other user seams to have similar problems (discussion in the forums of wine.dataparty.no. He is using fedora while
2010 Jul 21
1
Possible reasons for segmentation fault
Hi, I have a written a C code for R and used R CMD SHLIB to compile it. However, it returns segmentation fault on some 64 bits machines. What are some of the potential reasons for this? Thanks for the help/advice on the matter. Best regards, stan [[alternative HTML version deleted]]
2008 Feb 27
2
[LLVMdev] Slight troubles following "Getting Started" instructions
OK, counter-examples. I am channeling Joe, an average C/C++/C#/Java developer who's heard about LLVM and is curious to know what it is. Joe thinks.... I surf to http://llvm.org/docs/GettingStarted.html#quickstart because I am interested in this LLVM stuff. 1, 2, 3. What documentation? What am I supposed to read? Aaah! This is scary! 4. Install either 4.0 or 4.2. Which one do I want? Which
2007 Oct 03
4
form_remote_tag :onsubmit not working.
Hi, Has anyone successfully implemented the :onsubmit option for form_remote_tag. It doesn''t seem to work for me. Is there any specific version of rails which is required for the same. Here''s my piece of code. <script> function set_tojid(){ alert(''onsubmit''); } </script> <%= form_remote_tag :update => '''', :url => {
2008 Jun 07
2
rcov causing a segmentation fault on rspec 1.1.4 and rails 2.1
Hello again :) I''m trying to run rcov on my specs here but i''m getting a lot of segmentation faults (and they usually happen at different places): /home/mauricio/NetBeansProjects/reeds/vendor/rails/activerecord/lib/active_record/attribute_methods.rb:211: [BUG] Segmentation fault ruby 1.8.6 (2007-09-24) [i486-linux]
2007 Oct 24
4
before_filter at the method level
I have used before_filter in the passed at the class level but can it be used in the method level. For example, I want to refuse a non-admin type from being able to delete anything in the entire application. Is there an easy way to do this? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the