Displaying 20 results from an estimated 10000 matches similar to: "function.html gets clobbered (PR#18)"
2001 Aug 14
1
R-devel.tar.gz
R-devel.tar.gz seems to be missing from //fangorn.ci.tuwien.ac.at/R/src/devel.
Paul Gilbert
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To:
1998 Nov 18
2
RINSTALL with doc clobbers function.html
In R 0.63 RINSTALL of a package with documentation still appears to clobber
R/doc/html/function.html and R/doc/html/packages.html so the main help is no
longer available to a user once a package is installed.
I know how to work around this for my own purposes, but I hesitate to release a
package that would do this to some unsuspecting user.
Paul Gilbert
2005 Sep 07
1
Cannot Authenticate to Samba Shares after switching laptop from wired to wireless nic.
I have a laptop that I need to be able to connect to my samba shares with
its wired connection and its wireless connection. It works fine when
connecting from the wired ethernet connection but it stops working once I
disable the wired connection and connect to the wireless network (both
networks are on the same subnet). The IP address for the wired connection is
192.168.1.112
2008 Nov 01
0
[LLVMdev] nested function's static link gets clobbered
Hi,
> I'm parallelizing loops to be called by pthread. The thread body that I pass
> to pthread_create looks like
>
> define i8* @loop1({ i32*, i32* }* nest %parent_frame, i8* %arg)
> parent_frame is pointer to shared variables in original function
>
> 0x00007f0de11c41f0: mov (%r10),%rax
> 0x00007f0de11c41f3: cmpl $0x63,(%rax)
> 0x00007f0de11c41f6:
2008 Oct 31
3
[LLVMdev] nested function's static link gets clobbered
Fellow developers,
I'm parallelizing loops to be called by pthread. The thread body that I pass
to pthread_create looks like
define i8* @loop1({ i32*, i32* }* nest %parent_frame, i8* %arg)
parent_frame is pointer to shared variables in original function
0x00007f0de11c41f0: mov (%r10),%rax
0x00007f0de11c41f3: cmpl $0x63,(%rax)
0x00007f0de11c41f6: jg 0x7f0de11c420c
2005 Oct 25
1
Remote Authentication server
Hi all
I have two samba server and I would like to set up one of them as a central
authentication server (server a) and the other one (server b) to send
username/password requests to server a
I have followed the instruction on
http://www.skippy.net/linux/2000/smb-howto.html
However it doesn't seem to function properly.
Has anyone been able to achieve remote authentication
What minimum
1999 Jul 08
1
summary.default & is.recursive (PR#221)
Paul Gilbert <pgilbert@bank-banque-canada.ca> writes:
> is.recursive(list(z, a=list(1:3)) )
>
> R64.2:> [1] FALSE
> Splus3.3> [1] T
Yup, it's a bug. Cc'ed to r-bugs so that we don't forget.
> is.recursive(list(1,2))
[1] FALSE
> is.recursive(pairlist(1,2))
[1] TRUE
[maybe Martin would want to add a check that is.whatever works
identically on lists
1998 Oct 26
1
package help clobbers R help (html)
As with 0.62.3, when I install my dse package with documentation in 0.62.4 the
html help in R/doc/html/function.html gets clobbered so that the regular R
function help is not available. I was postponing a revised version of my dse
library install in the hope that this might be fixed.
Does anyone know if this is a simple problem that I can hope will be fixed soon,
or should I consider a
1998 Nov 18
0
more on RINSTALL with doc clobbers function.html
After some investigation I find that "R INSTALL dse" seems to work well.
Also,
"R REMOVE dse" works but does not clean out ~/.R (which would be pretty
difficult because all users may have this). The result is that a user will have
the impression that the package is installed when it has be remove. (This is
probably not too serious.)
However, "R INSTALL -l rlibs
[LLVMdev] clang modifying clobbered register in case of inline assembly resulting in data corruption
2012 Nov 29
1
[LLVMdev] clang modifying clobbered register in case of inline assembly resulting in data corruption
Hi All,
I'm looking into this simple inline assembly code.
Were we copy contents on data to eax,ebx,ecx and edx and later copy
them back from the registers to data.
Test Case -
#include <stdio.h>
int data[] = {
0x14131211,
0x24232221,
0x34333231,
0x44434241,
};
int
main (int argc, char **argv)
{
asm ("mov 0(%0), %%eax\n\t"
"mov 4(%0), %%ebx\n\t"
2007 Dec 14
0
[LLVMdev] Obfuscation Transformations Clobbered by Unkown Optimizations
On Thu, 13 Dec 2007, Matt Fredrikson wrote:
> After I run opt on an un-obfuscated bitcode file to produce an
> obfuscated bitcode file, I verify that my transformations were placed
ok
> in the file using llvm-dis. At this point, the changes appear to have
> been made. However, if I run the obfuscated bitcode file through llc
> to produce x86 assembly, the obfuscations vanish. I
2007 Dec 13
0
[LLVMdev] Obfuscation Transformations Clobbered by Unkown Optimizations
Hello, Matt.
> Does anybody know what pass is clobbering my obfuscations?
I think this is DAG combiner machinery in the codegenerator itself. Try
to provide -fast option to llc.
--
With best regards, Anton Korobeynikov.
Faculty of Mathematics & Mechanics, Saint Petersburg State University.
2006 Apr 29
2
counter_caching clobbered when preloading association ?
Hi,
I''m trying to use counter caching in a tree structure (in this case Bob
Silva''s threaded list). This is the definition:
class Folder < ActiveRecord::Base
acts_as_threaded
has_many :files
end
I would like each parent to have the total count of all the childrens
member. So when inserting a new file I update the file_count following
the parent_id through all the
2013 Jul 08
0
[Bug 619] If /proc/sys/kernel/modprobe is absent, errno is clobbered in get_modprobe
https://bugzilla.netfilter.org/show_bug.cgi?id=619
Phil Oester <netfilter at linuxace.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
CC| |netfilter at linuxace.com
Resolution|
2011 Dec 12
0
NetworkManager turned off yet clobbered yp.conf on boot?
A system had a disk problem, I took out the disk, mounted on another
system, tweaked around until I thought the disk problem was fixed, then put
it back in the original system. I did not edit any config files among the
tweaks. When I booted the system, NIS was not working right. I found that
these files had been changed: /etc/yp.conf /etc/resolv.conf /etc/ntp.conf
/etc/auto.master
2011 Dec 12
0
not NetworkManager but dhclient turned off yet clobbered yp.conf on boot
Oops! The actual clue in yp.conf is:
; generated by /sbin/dhclient-script
So I was looking in the wrong place.
Dave
On Mon, Dec 12, 2011 at 8:53 AM, Thomas Burns <tburns at hawaii.edu> wrote:
> A system had a disk problem, I took out the disk, mounted on another
> system, tweaked around until I thought the disk problem was fixed, then put
> it back in the original system. I did
2000 May 03
0
Excell files clobbered by Samba log files
I have a couple Samba servers running 2.0.4a on Solaris 2.6. They
generally give me no trouble, and have been stable for a long time.
I'm in the process of qualifying 2.0.7, but feel no great urgency
to upgrade.
However, one day last week several users reported trouble getting
to their files. I changed the debug level several times during the
day to try to diagnose the problem. With
2004 Jan 14
3
permission bits clobbered
A file is chmod 600. It gets opened on Windows, and it gets changed to 644.
Now the secrets are exposed to all users. This is bad!
This happens if the user does:
N:\> echo foobar > secretfile
But it does stay at chmod 600 if he does (append instead of truncate):
N:\> echo foobar >> secretfile
Why does this happen?
The "create mask" parameter is set to 644. I do not
2009 Nov 09
3
[Bug 619] New: If /proc/sys/kernel/modprobe is absent, errno is clobbered in get_modprobe
http://bugzilla.netfilter.org/show_bug.cgi?id=619
Summary: If /proc/sys/kernel/modprobe is absent, errno is
clobbered in get_modprobe
Product: iptables
Version: 1.3.5
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P1
Component: iptables
AssignedTo: laforge
2002 May 10
1
help - I think partition magic just clobbered me.
I have(had) redhat 7.2 installed along with win 98. my
latest kernel appeared to be working fine. the /boot and
/ partition were set up as ext3. I had it running
for over a week, before booting back to win 98. while
running under win 98 I started partition magic 7.0, which
claims to know about ext2 partitions. It gave me the
same error twice, I unfortunate did not note the error
at the time. it