search for: stopgap

Displaying 20 results from an estimated 80 matches for "stopgap".

2012 Mar 02
3
[LLVMdev] Stack alignment on X86 AVX seems incorrect
...when the stack size is unknown at compile time? This does bring up an interesting idea though. If we wanted to punt, it would be possible to check for variable sized objects on the stack and then only issue unaligned moves for 256b spills/reloads. Not ideal for performance, but it would work as a stopgap. -Cameron -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120302/b604f045/attachment.html>
2016 Jan 30
2
Best way for rgl's .onLoad to fail?
...libs to be available for linking. Recent versions of OSX don't include them by default, so I'd like rgl to fail nicely. Ideally, it will load a library that doesn't need to link to the X11 libs but will still allow WebGL code to work, but that's complicated, so I'd like a stopgap. I can detect that the failure is about to happen, and call stop() in the .onLoad hook, but that gives an ugly message: > library(rgl) Error : .onLoad failed in loadNamespace() for 'rgl', details: call: NULL error: X11 not found; XQuartz (from www.xquartz.org) is required to r...
2005 Jul 21
1
OT: Potential reasonable solution to the 911 problem, integrate t o Asterisk?
...30 second emergency message (stating your location/name/whatever) when being installed and then watched what numbers you were dialling. If you ever dialled 911, and then if there was more than 20 seconds of dead airtime, began to play the message over and over. " Which seems like a reasonable stopgap measure. I don't think it would be hard to make an AGI app that does this; the first time that you called out any number with a new Asterisk install it would intercept it and Allison-prompts would walk you through recording this message. After the message gets recorded, call flow would continue...
2016 Feb 01
2
Best way for rgl's .onLoad to fail?
...n't include them by default, so I'd like rgl to fail >> nicely. >> >> Ideally, it will load a library that doesn't need to link >> to the X11 libs but will still allow WebGL code to work, >> but that's complicated, so I'd like a stopgap. >> >> I can detect that the failure is about to happen, and >> call stop() in the .onLoad hook, but that gives an ugly >> message: >> >> > library(rgl) >> Error : .onLoad failed in loadNamespace() for 'rgl', details...
2015 May 31
2
Using two agents
...whether or not they're accumulated in an ssh-agent for access to multiple systems. And even intelligent, educated developers and sysadmins copy unencrypted private SSH keys around to remote hosts, wehter or not they are willing to use ssh-agent, because it's simpler. There are some helpful stopgaps to unlock and store access to a shareable ssh-agent for unattended system operations, such as using the 'keychain' perl script to configure and access SSH keys for an 'rsnapshot' or similar rsync over SSH based access. But the normal procedure is to not bother, and simply use unenc...
2011 Apr 19
2
ocfs or configfs bug ?
Hi all, I have a bug with OCFS through configfs : to illustrate this, try : while true ; do ls -l /sys/kernel/config/cluster/ocfs2/heartbeat ; done& while true ; do echo 31> /sys/kernel/config/cluster/ocfs2/heartbeat/dead_threshold ; done& So, I have a kernel crash : BUG: unable to handle kernel NULL pointer dereference at 0000000000000040 IP: [<ffffffffa01fd214>]
2011 Apr 19
2
ocfs or configfs bug ?
Hi all, I have a bug with OCFS through configfs : to illustrate this, try : while true ; do ls -l /sys/kernel/config/cluster/ocfs2/heartbeat ; done& while true ; do echo 31> /sys/kernel/config/cluster/ocfs2/heartbeat/dead_threshold ; done& So, I have a kernel crash : BUG: unable to handle kernel NULL pointer dereference at 0000000000000040 IP: [<ffffffffa01fd214>]
2012 Mar 02
0
[LLVMdev] Stack alignment on X86 AVX seems incorrect
...lace %rsp/%esp in the above. > This does bring up an interesting idea though. If we wanted to punt, it > would be possible to check for variable sized objects on the stack and then > only issue unaligned moves for 256b spills/reloads. Not ideal for > performance, but it would work as a stopgap. The problem is worse on x86-32 following the original sysv ABI. In that case both GCC and LLVM currently just create broken code if a function uses both SSE instructions and alloca. Joerg
2014 Mar 03
4
[LLVMdev] Cross-compiling Compiler-RT builtins
...ported targets to arm, x86, and x86_64 to reduce compilation time. I'm finding that compilation proceeds fine but fails at the linking stage due to missing compiler builtins. When I examined the build log for the LLVM toolchain, I found that Compiler-RT was only being built for x86_64. So, as a stopgap, I've started linking against the existing cross-compiled libgcc to fill in the gaps. However, I'm trying to find out what I need to do to cross-compile Compiler-RT's builtins library for ARMv7 so I can use it to replace libgcc. Any help here would be appreciated. Thanks, Kev Kitch...
2011 Jun 28
3
FIPS 140-2 compliance
...et (nay, Ruby!) crashed while I was testing a deployment using FIPS mode on all hosts. It crashed because it tried to use MD5, and OpenSSL in FIPS mode doesn''t let you do that. When I replaced these five usages of Digest::MD5 with Digest::SHA256, things ran well, but it''s merely a stopgap. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this g...
2006 Jul 19
3
Component Question
It appears that in Rails''s initializer.rb, the $LOAD_PATH is initialized with the paths for all the components included in the app before the models. This has the effect that if there is Foo class in your models directory and a Foo class in a component you''ve included, the Rails loader loads the component and not the model from your models directory. While you could
2016 Feb 01
1
Best way for rgl's .onLoad to fail?
...rgl to fail >> >> nicely. >> >> >> >> Ideally, it will load a library that doesn't need to link >> >> to the X11 libs but will still allow WebGL code to work, >> >> but that's complicated, so I'd like a stopgap. >> >> >> >> I can detect that the failure is about to happen, and >> >> call stop() in the .onLoad hook, but that gives an ugly >> >> message: >> >> >> >> > library(rgl) >> >>...
2011 Jan 27
9
CIDR-matching in puppet manifests?
I have a few settings that change based on the network that a system is in, and I have a heterogeneous collection of networks (a few /24s, some /25s, a /29 and a couple /27s, and hey look a /16 in rfc1918 space and...). So I can''t do simple regex matches on dotted-quad IP notation and expect to get a complete story. What I''d like is something like, I dunno... $nameserver =
2016 Nov 29
2
Bug Report on A1286 (Macbook Pro Mid 2012)
On Sun, Nov 27, 2016 at 4:13 AM, Lukas Wunner <lukas at wunner.de> wrote: > On Sat, Nov 26, 2016 at 06:09:34AM +0000, Evan Foss wrote: >> I did some other bug reports here a while back. I am back again >> because I updated my kernel from 3.19.1 to linux-4.8.10-gentoo (if you >> want I can test the mainline too). On boot all my GPU's turn on. If I >> turn them
2016 Nov 21
2
NUMA VM and assigning interfaces
Hello, Hope all is well. I've been looking at how I can create a virtual machine which is NUMA capable. I was able to do that by: 140 <qemu:commandline> 143 <qemu:arg value='-numa'/> 144 <qemu:arg value='node'/> 145 <qemu:arg value='-numa'/> 146 <qemu:arg value='node'/> 147 </qemu:commandline> This
2008 Nov 05
1
[LLVMdev] MSIL and MIPS backend for LLVM
Both backends are important but I find it more important the MSIL backend, for now. It's a shame that nobody is picking up the MSIL backend; it would be useful another backend that is machine-independent and that has support for several tools. -----Mensagem original----- De: llvmdev-bounces at cs.uiuc.edu em nome de Bruno Cardoso Lopes Enviada: qua 05-11-2008 19:47 Para: LLVM Developers
2009 Jun 16
1
[LLVMdev] x86 Intel Syntax and MASM 9.x
On Jun 16, 2009, at 3:12 PM, David Greene wrote: > On Tuesday 16 June 2009 09:48, Aaron Gray wrote: > >> Appently the GAS Intel backend has flaws and does not work >> correctly anyway >> so the X86IntelAsm backend is designed only to target MASM anyway. > > gas Intel syntax is indeed broken in LLVM. I'd love to make it work > but > my work has not
2016 Nov 15
0
[PATCH for-4.9] drm/virtio: allocate some extra bufs
virtio-gpu guest driver appearently can run out of buffers. allocate some extra buffers, as quick stopgap for 4.9. analyzing root cause and fixing it properly is TBD. Reported-by: Jiri Slaby <jslaby at suse.cz> Tested-by: Jiri Slaby <jslaby at suse.cz> Signed-off-by: Gerd Hoffmann <kraxel at redhat.com> --- drivers/gpu/drm/virtio/virtgpu_vq.c | 2 +- 1 file changed, 1 insertion(+),...
2019 Feb 08
0
[PATCH] drm/virtio: do NOT reuse resource ids
...not only leaking *some* ids, but *all* ids. The old code never ever called virtio_gpu_resource_id_put(). So, commit 6c1cd97bda effectively makes the linux kernel starting re-using IDs after releasing them, and apparently virglrenderer can't deal with that. Oops. This patch puts a temporary stopgap into place for the 5.0 release. Cc: David Airlie <airlied at redhat.com> Signed-off-by: Gerd Hoffmann <kraxel at redhat.com> --- Notes: Hi Dave, I'll be offline next week, so please commit to drm-next-fixes if you think this patch is acceptable. drivers/gpu/drm/virtio/vi...
2016 Nov 21
0
Re: NUMA VM and assigning interfaces
...5 <qemu:arg value='-numa'/> > 146 <qemu:arg value='node'/> > 147 </qemu:commandline> qemu commandline passthrough should only be used for qemu features that libvirt doesn't support directly (and even then it's only intended as a temporary stopgap until the feature gains official libvirt support). NUMA has been supported by libvirt for quite a long time. If you open http://www.libvirt.org/formatdomain.html and search for "numa" you'll find descriptions of the configuration for defining NUMA memory regions, and assigning par...