search for: norc

Displaying 20 results from an estimated 27 matches for "norc".

Did you mean: nor
2019 Jan 26
2
How to debug .ll file with segmentation fault?
Hi, I edited a working .ll file and llvm-as it to a .bc file. But it causes segmentation fault. I don't know how to debug such errors. Could anybody show me the best way to debug such errors? Thanks. $ TRACE_OUTFILE=/tmp/trace.txt lli /tmp/y/bash_trcr.bc --norc __trace_init LLVMSymbolizer: error reading file: No such file or directory #0 0x00007f162b1ee0ea llvm::sys::PrintStackTrace(llvm::raw_ostream&) (/usr/lib/llvm-6.0/bin/../lib/libLLVM-6.0.so.1+0x81e0ea) #1 0x00007f162b1ec366 llvm::sys::RunSignalHandlers() (/usr/lib/llvm-6.0/bin/../lib/libLLVM-6.0...
2019 Jan 26
3
How to debug .ll file with segmentation fault?
...t;> I edited a working .ll file and llvm-as it to a .bc file. But it >> causes segmentation fault. I don't know how to debug such errors. >> Could anybody show me the best way to debug such errors? Thanks. >> >> $ TRACE_OUTFILE=/tmp/trace.txt lli /tmp/y/bash_trcr.bc --norc >> __trace_init >> LLVMSymbolizer: error reading file: No such file or directory >> #0 0x00007f162b1ee0ea llvm::sys::PrintStackTrace(llvm::raw_ostream&) >> (/usr/lib/llvm-6.0/bin/../lib/libLLVM-6.0.so.1+0x81e0ea) >> #1 0x00007f162b1ec366 llvm::sys::RunSignalHandler...
2009 May 11
1
yum update freeze...
...: kernel [ 5/22] S+ \_ /usr/bin/python /usr/bin/yum update S+ \_ /bin/sh /var/tmp/rpm-tmp.78758 2 S+ \_ /bin/bash /sbin/new-kernel-pkg --package kernel --mkinitrd --depmod --install 2.6.18-128.1.10.el5 S+ \_ /bin/bash --norc /sbin/mkinitrd --allow-missing -f /boot/initrd-2.6.18-128.1.10.el5.img 2.6.18-128.1.10.el5 S+ \_ /bin/bash --norc /sbin/mkinitrd --allow-missing -f /boot/initrd-2.6.18-128.1.10.el5.img 2.6.18-128.1.10.el5 D+ \_ lvm.static lvs --ignorelockingfailure --noheadin...
2012 Feb 10
2
yum update stuck...
...till working... S+?? 10:51?? 0:08? |?????????? \_ /usr/bin/python /usr/bin/yum update S+?? 10:53?? 0:00? |?????????????? \_ /bin/sh /var/tmp/rpm-tmp.9003 2 S+?? 10:53?? 0:00? |?????????????????? \_ /bin/bash /sbin/weak-modules --add-modules S+?? 10:53?? 0:00? |?????????????????????? \_ /bin/bash --norc /sbin/mkinitrd --allow-missing -f /boot/initrd-2.6.18-274.17.1.el5.tmp 2.6.18-274.17.1.el5 S+?? 10:53?? 0:00? |?????????????????????????? \_ /bin/bash --norc /sbin/mkinitrd --allow-missing -f /boot/initrd-2.6.18-274.17.1.el5.tmp 2.6.18-274.17.1.el5 D+?? 10:53?? 0:00? |??????????????????????????????...
2011 Jan 05
1
Reading large SAS dataset in R
...Please let me know where I am making the mistake. Is it because of the size of the file or the location of the file (in server instead of local hard drive)? Thanks in advance, Santanu -- -------------------------------------------------------------------- Santanu Pramanik Survey Statistician NORC at the University of Chicago Bethesda, MD [[alternative HTML version deleted]]
2004 Sep 26
2
help for stata user
Hi, I'm new to R, and I'm STATA user before, could you help me where I can get document about comparison command between STATA and R. Thank you very much, Best regards, -iip-
2005 Feb 09
1
Asterisk Compile Problem on Red Hat 9 resolved
...sage: /bin/sh [GNU long option] [option] ... /bin/sh [GNU long option] [option] script-file ... GNU long options: --debug --dump-po-strings --dump-strings --help --init-file --login --noediting --noprofile --norc --posix --rcfile --rpm-requires --restricted --verbose --version --wordexp Shell options: -irsD or -c command or -O shopt_option (invocation only) -abefhkmnptuvxBCHP or -o option make: *** [.depend] Error 2...
2003 Mar 22
5
Sample weights
R Users I am a new user of R. I have sample weights that I would like to apply to some of the variables in my data set. Where can I go for information on how to do that? Richard
2009 Mar 03
1
SPSS data import: problems & work arounds for GSS surveys
I'm using R 2.8.1 on Ubuntu 8.10. I'm writing partly to ask what's wrong, partly to tell other users who search that there is a work around. The General Social Survey is a long standing series of surveys provided by NORC (National Opinion Research Center). I have downloaded some years of the survey data in SPSS format (here's the site: http://www.norc.org/GSS+Website/Download/SPSS+Format/). When I try to import using foreign, I get an error like so: > library(foreign) > dat <- read.spss("gss200...
2010 Oct 29
1
[LLVMdev] Unexpected Failure with 'make check'
...ially may have 'false negatives' at some point in time. But there was a different opinion on the irc (and I was in a hurry and couldn't finish that discussion). kalle -- "Modern computing machines are very complex objects" -von Neumann introducing the NORC, 1954
2011 Jan 05
2
[LLVMdev] Building LLVM-GCC on Linux/PowerPC failed
...werpc-linux-gnu' is not accepted by the default system assembler. It might work better on a 64bit system. And I probably should file a bug. Is ppc32 still maintained? kalle -- "Modern computing machines are very complex objects" -von Neumann introducing the NORC, 1954
2011 Jan 31
0
[LLVMdev] Possible CellSPU Bug?
...v4i32. This has likely gone unnoticed as there is only one type of vector register class (i.e. VECREG) that is used for all vectors. Nice catch :) Are there more of these? kalle -- "Modern computing machines are very complex objects" -von Neumann introducing the NORC, 1954
2020 Oct 30
0
Sieve filter script EXECUTION FAILED
...9;s not. You actually wanted: ---- snip ---- echo $1 | sed -e 's|</head>|<style>* {color:white !important; background-color: black !important; } </style></head>|' ---- snip ---- Or just use bash (and avoid anorther fork()+exec()): ---- snip ---- #!/bin/bash --norc echo ${1/<\/head>/<style>* {color:white !important; background-color: black !important; } <\/style><\/head>}' ---- snip ---- Caveat emptor: Untested! I know all that stuff about sed (GNU-sed and other sed's ..) ... MfG, Bernd -- Bernd Petrovitsch...
2003 Aug 12
0
CVS version build error
.../bin/bash [GNU long option] [option] ... /bin/bash [GNU long option] [option] script-file ... GNU long options: --debug --dump-po-strings --dump-strings --help --init-file --login --noediting --noprofile --norc --posix --rcfile --rpm-requires --restricted --verbose --version --wordexp Shell options: -irsD or -c command or -O shopt_option (invocation only) -abefhkmnptuvxBCHP or -o option make[1]: *** [.depend] Error 2...
2020 Oct 30
2
Sieve filter script EXECUTION FAILED
On 30 Oct 2020, at 11:25, Bernd Petrovitsch <bernd at petrovitsch.priv.at> wrote: > On 30/10/2020 17:11, @lbutlr wrote: > [...] >> echo $1 | sed -e '|</head>|<style>* {color:white !important; background-color: black !important; } </style></head>|' > > What should the sed stuff do? Changes </head> to <style>* {color:white
2011 Feb 07
2
[LLVMdev] Promoting i16 load to i32
Hi, I'm working on an LLVM backend for an architecture which does not natively support half-word loads. I'm having trouble getting LLVM to promote i16 to i32 loads for me - should I expect LLVM to be able to do this, are do I have to write a custom lowerer? This post (http://lists.cs.uiuc.edu/pipermail/llvmdev/2009-February/019929.html) gave me the impression that it should be possible,
2011 May 18
4
[LLVMdev] x86 cross compiler for ppc fails to build
I try to build a cross powerpc compiler, but llvm-gcc fails. Eric Christopher wrote: > Looks like you don't have an assembler for your target installed that > llvm-gcc can find. I have binutils installed for powerpc and verified they are working with a simple hello world program. $ powerpc-750-linux-gnu-as --version GNU assembler 2.16.1 However, the xgcc build during the seems to
2000 Dec 06
8
openssh-SNAP-20001207 scp "Bad file descriptor" sort-of work-around
Everything seems to work, though I still have trouble with scp. The behaviour is not protocol dependent - acts the same with either. (Using RedHat 6.2) When I scp <file> <host>:<dir>, bash is invoked as a login shell on the server side host - this doesn't seem right. With my /etc/profile, I get Dec 6 15:06:20 amethyst sshd[3027]: error: select: Bad file descriptor in
2011 Jan 29
3
[LLVMdev] Possible CellSPU Bug?
I'm working on enhancing TableGen's type checking and it triggered with a problem in CellSPU's specification: XSHWv4i32: (set VECREG:v8i16:$rDest, (sext:v8i16 VECREG:v4i32:$rSrc)) It's complaining that v4i32 is not smaller than v8i16, which is true in the sense of vector bit size, and true in the sense of vector element size. To me, a sign extension from i32 to i16 makes no
2011 Jan 05
0
[LLVMdev] Building LLVM-GCC on Linux/PowerPC failed
Hi, folks I am "stll" trying to build LLVM-GCC 4.2 on a Linux/PS3 machine, which has a 64-bit OS. Here is my system information and configuration options: ----------------------------------------------------------------- $ uname -a Linux ps3 2.6.32-rc2-00995-g96ebbe6-dirty #2 SMP Fri Oct 2 15:12:28 CST 2009 ppc64 Cell Broadband Engine, altivec supported GNU/Linux $ gcc --version