search for: provok

Displaying 20 results from an estimated 433 matches for "provok".

Did you mean: provoke
2000 Aug 22
0
Work around Linux kernel bug provoked by nchan.c (fwd)
I always forget those CC's :(( ---------- Forwarded message ---------- Date: Tue, 22 Aug 2000 18:39:14 +0200 (CEST) From: Igmar Palsenberg <i.palsenberg at jdimedia.nl> To: zack at wolery.cumb.org Subject: Re: Work around Linux kernel bug provoked by nchan.c Hi, Regarding this bug : the man page states : On success, zero is returned. On error, -1 is returned and errno is set appropriately. Errors : ENOTCONN The specified socket is not connected. If the other side had closed down the socket, it is not connected, and this error i...
2013 Jul 06
4
[Bug 66642] New: [nva5] Wrong provoking vertex is selected for flat attribute interpolation (clipping?)
https://bugs.freedesktop.org/show_bug.cgi?id=66642 Priority: medium Bug ID: 66642 Assignee: nouveau at lists.freedesktop.org Summary: [nva5] Wrong provoking vertex is selected for flat attribute interpolation (clipping?) Severity: normal Classification: Unclassified OS: Linux (All) Reporter: alzeih at gmail.com Hardware: x86-64 (AMD64) Status: NEW Version: g...
2003 Feb 22
1
rsync ported to BeOS-bone
...stsuite/hardlinks.test: fail: command not found ----- hardlinks log ends FAIL hardlinks ----- longdir log follows Testing for symlinks using 'test -h' makepath /boot/home/devel/rsync-2.5.6/testtmp.longdir/from/This-is-a-directory-with-a-stupidly-long-name-created-in-an-attempt-to-provoke-an-error-found-in-2.0.11-that-should-hopefully-never-appear-again-if-this-test-does-its-job/This-is-a-directory-with-a-stupidly-long-name-created-in-an-attempt-to-provoke-an-error-found-in-2.0.11-that-should-hopefully-never-appear-again-if-this-test-does-its-job/This-is-a-directory-with-a-stupidly...
2004 Nov 08
1
Extension provokes crash in unzReadCurrentFile
I'm doing some work in C with the R_ExternalPointer interface, and having some seg fault problems. I expect the crash is my fault, bad pointer in my code causing a fault later etc, but I'm curious about the point of failure. R almost always falls over in a call to unzReadCurrentFile following a burst of disk activity. I'm definitely not doing anything that would call that
2003 Apr 21
0
sweave provoked segfault (PR#2809)
This problem is with R 1.7.0 (as released) on Linux and Solaris. Details below are from Linux, Mandrake 9.1. The problem also happened with R 1.6.2 and on Mandrake 9.0. Vignettes often (for me) provokes problems with the misleading error message: * creating vignettes ... ERROR Error in sub(pattern, replacement, x, ignore.case, extended) : invalid argument Error in buildVignettes(dir = ".") : Error in sub(pattern, replacement, x, ignore.case, extended) : invalid argumen...
2001 Apr 10
0
segfault on Linux from buffer overflow in warning() ? (PR#905)
...e a bug in warning(), but perhaps I'm being really boneheaded (it's happened before). Essentially, warning() seems to segfault if its argument is greater than 8191 characters (8192 is defined as BUFSIZE in errors.c, so a quick workaround would be to boost this ...) The bug was initially provoked by trying to concatenate two long tables -- the warning message about all the duplicate row names caused the segfault. Functions below should all trigger the problem. I haven't got the development version, but I didn't see anything in the CVS logs about this problem ... the R code is...
2016 Jan 25
4
Just need to vent
On Mon, Jan 25, 2016 at 03:56:21PM +0000, Always Learning wrote: > Of course Alice can. All of us can. Hopefully it is constructive > criticism. Seeing good software being replaced by less good, less > useful and more awkward software usually provoke the software's users to > protest. Complaining on the CentOS list is probably not that productive, though. -- Jonathan Billings <billings at negate.org>
2010 Nov 25
1
Apropos the day...
...convenience of doing more, better, quicker, but also because it changes the landscape in the way one thinks about data analysis. It's a fantastic playground for a statistician and I enjoy using it immensely. (b) All the folks on R-help who have asked interesting, thought-provoking questions and those who have provided even more thought-provoking and insightful answers. I have learned so much from this forum in the year or so since I rejoined it and I want to express my appreciation for that to all of you. (c) All the package developers who expand t...
2010 May 17
1
nv50 piglit change between 7.8 and master
7.8 branch (533b7663) : 209/246 master branch (c882c31) : 216/241 In short : 8 fail/warn -> pass 5 fail -> skip 1 pass -> fail So the only regression is glean/clipFlat Output: ---------------------------------------------------------------------- Test clipping with flat shading (provoking vertex). clipFlat: Failure for glBegin/End(GL_QUADS), glFrontFace(GL_CCW) GL_EXT_provoking_vertex test: GL_FIRST_VERTEX_CONVENTION_EXT mode Expected color (0, 1, 0) but found (1, 0, 0) clipFlat: FAIL rgba8, db, z24, s8, win+pmap, id 33 If anyone cares, I can host the detailed html results s...
2004 Nov 22
2
Cygwin rsync and the Window XP SP2 firewall
...e http://support.microsoft.com/kb/875353/en-us) Despite this message rsync'ing works just fine. This message is usually displayed only if an application opens a server socket listening for inbound connections on a network interface. Opening a server socket on the loopback interface does not provoke this behavior. What does rsync do to provoke this message? How can I prevent this message from being displayed? Please cc me on any replies as I am not subscribed to the list. Thanks for your help! Version details: Windows version: XP SP 2 [Version 5.1.2600] rsync version: rsync version 2.6.3...
2000 Jul 23
2
Work around Linux kernel bug provoked by nchan.c
The Linux implementation of TCP sockets has a bug which causes shutdown(sock, SHUT_RD) to fail spuriously (ENOTCONN) if the write side of the socket has already been shut down. If you are using SSH port forwarding to tunnel HTTP through a firewall, nchan.c will tickle this bug once for every HTTP exchange. You will therefore get lots of useless, annoying error messages: channel 2:
2018 Apr 03
1
[cfe-dev] trivial input provokes failed assertion in Parser.h:322
...yering.net <mailto:jim at meyering.net>> > Date: Monday, April 2, 2018 at 8:40 PM > To: "llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>" <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> > Subject: [llvm-dev] trivial input provokes failed assertion in Parser.h:322 > > While attempting to reduce a ubsan-specific bug, I stumbled upon the following. <> > [I would have filed a bug report, but don't have an account, and so > requested one per https://urldefense.proofpoint.com/v2/url?u=https-3A__bugs.llvm....
2006 Jul 20
5
How can I make has_many prevent a delete that would lead to orphans?
...------------------------------------- "On two occasions, I have been asked [by members of Parliament], ''Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?'' I am not able to rightly apprehend the kind of confusion of ideas that could provoke such a question." -- Charles Babbage (1791-1871) "98.5% of DNA is considered to be junk DNA with no known purpose. Maybe it''s XML tags." -- Anon http://www.robhulme.com/ http://robhu.livejournal.com/
2008 Nov 19
2
maintenance of kvm and qemu in extras
I see that kvm has been updated since Sept. 08 2007, and qemu hasn't since Sept. 12 2007. I understand that redhat is migrating from xen to kvm, I'm curious if that has provoked this reduced maintenance or if interest was just lost. If this is of interest to others, Qemu 0.9.1 does provide a lot more features lacking in 0.9.0 that I would like to use, including virtio and e1000 NIC models, which provide better performance, as well as netbooting virtuals. I'm curiou...
2016 Jul 19
2
Openssh use enumeration
...Enumeration-Time-Based-Attack-20.html http://seclists.org/fulldisclosure/2013/Jul/88 http://www.behindthefirewalls.com/2014/07/openssh-user-enumeration-time-based.html I would like to point out that there is another vulnerability present in the bug, it's possible in certain circumstances to provoke a DOS condition in the access to the ssh server, I made a brief study of this possibility here: https://www.devconsole.info/?p=382 and included this attack in my tool that exploit this vulnerability: https://github.com/c0r3dump3d/osueta It's necessary to request another CVE-ID for the DOS...
2008 Jan 09
7
An "R is slow"-article
...e on R, I stumbled across the following: http://fluff.info/blog/arch/00000172.htm It does seem interesting that the C execution is that much slower from R than from a native C program. Could any of the more technically knowledgeable people explain why this is so? The author also have some thought-provoking opinions on R being no-good and that you should write everything in C instead (mainly because R is slow and too good at graphics, encouraging data snooping). See http://fluff.info/blog/arch/00000041.htm While I don't agree (granted, I can't really write C), it was interesting to read s...
2008 Jan 24
2
[LLVMdev] LTO ?
...canned the compiled tools, and none of them appear to use the symbol 'createLLVMOptimizer' (or anything with 'lto', etc). The document at http://llvm.org/releases/2.1/docs/LinkTimeOptimization.html doesn't seem to be of much help for getting started with this. How do I provoke LTO? Any suggestions? Thanks, Jeff Jeff Inman -- jti at lanl.gov Advanced Architectures for Computation Los Alamos National Laboratory
2004 Mar 03
3
FreeBSD source auto patcher script
...le know of a script that I coded that facilitates security patch updating on FreeBSD. When I wrote it I decided to called it Quickpatch for some reason even though because its source based its not necessarily the least bit quick at all :) I had kept it for my self for a while but I was recently provoked to release it as it could do greater good being out there on the net, because its in Perl its quite hackable for custom needs. http://www.roq.com/projects/quickpatch/ It has the ability to do a range of different update tasks. These features include the ability to easily verify (using PGP) a...
2018 Apr 03
0
trivial input provokes failed assertion in Parser.h:322
...s at lists.llvm.org> on behalf of Jim Meyering via llvm-dev <llvm-dev at lists.llvm.org> Reply-To: Jim Meyering <jim at meyering.net> Date: Monday, April 2, 2018 at 8:40 PM To: "llvm-dev at lists.llvm.org" <llvm-dev at lists.llvm.org> Subject: [llvm-dev] trivial input provokes failed assertion in Parser.h:322 While attempting to reduce a ubsan-specific bug, I stumbled upon the following. [I would have filed a bug report, but don't have an account, and so requested one per https://urldefense.proofpoint.com/v2/url?u=https-3A__bugs.llvm.org_&d=DwIGaQ&c=5VD0RT...
2006 Jul 25
4
Sorting by two fields
...------------------------------------- "On two occasions, I have been asked [by members of Parliament], ''Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?'' I am not able to rightly apprehend the kind of confusion of ideas that could provoke such a question." -- Charles Babbage (1791-1871) "98.5% of DNA is considered to be junk DNA with no known purpose. Maybe it''s XML tags." -- Anon http://www.robhulme.com/ http://robhu.livejournal.com/