search for: barfed

Displaying 20 results from an estimated 496 matches for "barfed".

2003 Sep 06
0
KERNEL BUG: lseek() broken on raw devices
Hi, I just figured FreeBSD will happily write data (disk blocks) from byte #0 even after successful lseek(fd, 17, SEEK_SET) returned 17, at least on da(4) partitions such as rda0s1f. Tested on 4.9-PRERELEASE checked out early Sep 5th. I'd suggest that lseek to a non-sector boundary returns either (off_t)-1 and EINVAL (preferred) or at least returns the actual position (though few
2009 Nov 20
0
[LLVMdev] llc barfing
On Nov 19, 2009, at 5:28 PM, Jon Harrop wrote: > > Are these barfs due to bugs in my generated code or is this parts of LLVM not > honoring tail calls? It was a bug in LLVM, with emitting tail calls at -O0. It's now fixed, as of r89444. Dan
2009 Nov 20
1
[LLVMdev] llc barfing
On Friday 20 November 2009 02:54:14 Dan Gohman wrote: > On Nov 19, 2009, at 5:28 PM, Jon Harrop wrote: > > Are these barfs due to bugs in my generated code or is this parts of LLVM > > not honoring tail calls? > > It was a bug in LLVM, with emitting tail calls at -O0. It's now > fixed, as of r89444. Awesome, thanks. What about this one where the simple register
2009 Nov 20
2
[LLVMdev] llc barfing
I was playing with optimization switches to llc to see how fast I could get it to compile but it keeps barfing. Tinkering indicates that llc barfs particularly when -tailcallopt is given in combination with other flags. For example, without -tailcallopt works in a couple of ways: $ llc -O0 -f aout.bc -o aout.s $ llc -O0 --regalloc=local -f aout.bc -o aout.s But fails with -tailcallopt with
2011 Jul 27
1
X-Lite-4.0 barfs on install. What's Mono?
This is a low priority thing, but X-Lite-4.0 is not out for linux and the windows version barfs, and I'm wondering if anyone can spot what's going wrong. I go through menus, agree to license, accept default install location & click next. Nothing happens. Click next again, and I have the "install" option. That exits prematurely with this: ~~~~~~~~~~~~~~~~~~ bash-4.1$ wine
2009 Feb 10
6
OT: A test with dependent samples.
I am appealing to the general collective wisdom of this list in respect of a statistics (rather than R) question. This question comes to me from a friend who is a veterinary oncologist. In a study that she is writing up there were 73 cats who were treated with a drug called piroxicam. None of the cats were observed to be subject to vomiting prior to treatment; 12 of the cats were subject to
2008 Jan 01
7
[LLVMdev] Utilizing gperf for TableGen
The output of TableGen (intrinsics.gen) seems a bit too clunky specifically the switching parts (input the string, output the enum). Moreover, the code makes MSVC barf due to its nesting limit which even applices to if-else statements. One one hand, gperf (http://www.gnu.org/software/gperf/manual/gperf.html) offers a way to map strings to records without much difficulty (and it does its job
2008 Nov 20
1
[PATCH] Prevent Icecast from barfing on Vorbis+Skeleton
> checking over the code again, I see that skeleton was taking control on > the sync markers but not marking any of the buffers as such. how about > the attached?. Sure, I had not realized setting this pointer was telling Icecast to have this behavior. I haven't hacked much on Icecast, and have a very hazy view of its internals. This seems like a better fix.
2006 Aug 26
0
postgres-pr barfs at ActiveRecord::Base.allow_concurrency = true
Hi List, first of thank you Ezra for BackgroundRB. Very cool plugin indeed! This is a public service FYI. In case you are running postgres as your database backend and you are seeing the following errors in your backgroundrb.log: ActiveRecord::StatementInvalid: NoMethodError: undefined method `async_query'' for #<PGconn:0x22ed648>: You are using the postgres-pr adapter
2011 Mar 15
1
install.packages barfs on dependencies= argument
I'm sure I used to be able to do my.dependencies<- c("Depends", "Imports", "LinkingTo", "Suggests", "Enhances") install.packages("animation", lib = Sys.getenv("R_LIBS_USER"), dependecies = my.dependencies) but now I get Error in download.file(url, destfile, method, mode = "wb", ...) : unused argument(s)
2001 Feb 27
1
scp hardwires location to ssh?
hello, i'm building a solaris package of openssh 2.5.1 for my employer. my configure string is this: ./configure --prefix=/usr/share/jon --with-xauth=/usr/openwin/bin/xauth --with-ipv4-default --with-tcp-wrappers --with-pid-dir=/etc --sysconfdir=/etc i use a prefix of /usr/share/jon , then build the system V package from there. most things work great, but somehow scp does not. it seems
2001 Sep 20
0
Encarta install from Samba server barfs
Greetings: I tried to install M$ Encarta over my internal network onto my kids' Windoze 2K machine tonight; the Encarta install stuff is in a vfat partition on the Samba server. The install started, then quit about 14% of the way through - the connection to the Samba server apparently was lost - the installer began complaining about being unable to find the CD-ROM, and I was unable to browse
2002 Sep 30
1
[LLVMdev] llvm-g++ barfs
Hi, In the quest for better test cases for my MP, I thought of trying the Stepanov Abstraction Penalty benchmark. But apparently llvm-g++ is not ready for such terrible things. Let me know if you want me to send the source code (it is widely available). gaeke|csil-suna37|~/cs/426/MP1/step|[1177]% /usr/dcs/projects/cs426/Software/gcc_install/bin/g++ stepanov.cpp -o stepanov In file included from
1998 Jun 26
3
ip_masq+dhcpd+samba+2nics
Hello guys, I'm at my wits end.. hope someone can help.. this is the deal. I have setup a linux box to serve as a "gateway" for our internal lan. Running 2.0.34 slakware. I have 2 nic cards.. One for our "internal" lan (192.168.2.0) and the "external" lan..I have gotten the OS to see both of them, but when trying to get DHCP to work with both, it kept barfing..
2005 Aug 31
4
/etc/init.d/asterisk barfing
Ok, starting to get cheesed off and feeling rather silly. cvs head as of 5 minutes ago. #root asterisk -vvvvvvvc works, no problem. #root safe_asterisk works no problem #root service asterisk start Starting asterisk: [ OK ] #root asterisk -r Unable to connect to remote asterisk (does /var/run/asterisk.ctl exist?) /var/run/asterisk.ctl and
2001 Aug 28
1
OpenSSHd barfs upon reauthentication: PAM, Solaris 8
We've been having trouble with OpenSSH 2.9p2, running on Solaris 8 (a domain of an E10k), with PAM authentication turned on. It intermittently crashes with signal 11 (seg fault) after the password is entered, after the MOTD is displayed, but before control is passed over to the login shell. I eventually managed to persuade sshd's child process to consistently crash, upon entry of an
2014 Jun 18
2
[LLVMdev] Clarification on the backward compatibility promises
On 18 June 2014 17:10, Sean Silva <chisophugis at gmail.com> wrote: >> >> Do others agree that this is the case or at least that this would be a >> >> reasonable balance? >> > IMO it's easier to be compatible on .ll level, no? >> >> That is not my experience with the bitcode format. The way the API is >> structured makes it really easy
2018 Sep 03
5
winbindd crashing -- how to auto-heal?
El 3/9/18 a les 17:13, Rowland Penny via samba ha escrit: > Yes, but it depends on how you run Samba. If you run Samba as a > standalone server you only need to run 'smbd', but running 'nmbd' as > well would be a good idea. > > If you run Samba as a PDC or BDC, the same as a standalone server goes. > > Anything else needs both smbd and winbind running. It
2001 Dec 01
2
Nothing more than solitaire...
I've tried lots and lots of stuff, fiddling with the various configuration options again and again. Solitaire works most of the time. Notepad doesn't let me enter text. Calc displays the numbers in the wrong place, but otherwise works. Street Atlas USA 8.0 barfs completely. Not even close, in spite of being in the database. Agent does not exhibit proper internal windowing behavior,
2006 Feb 01
1
R CMD check barfs at 'suggested' package
I have been running R CMD check for the first time on of our own packages, which otherwise builds, installs and runs just fine. The package depends on package akima and suggests package multtest; suggesting multtest is indicated because a) it loads a lot of other Bioconductor packages, very slowly, and b) it is only needed for one specific subroutine, which executes require(multtest)