search for: __error

Displaying 7 results from an estimated 7 matches for "__error".

Did you mean: i_error
2006 May 23
1
Help with observe_field
...ionController WORDLIST = %w(Rails is a full-stack, really cool, open-source, free thingy!) def search @phrase = request.raw_post || request.query_string matcher = Regexp.new(@phrase) @results = WORDLIST.find_all {|word|word =~ matcher} render(:layout => false) end end __Error: Form is not defined__ __Line error occurs__ new Form.Element.Observer(''search'', 0.25, function(element, value) {new Ajax.Updater(''search_hits'', ''/facilities/search'', {asynchronous:true, evalScripts:true, parameters:value})}) -------------- ne...
2013 Sep 17
1
[LLVMdev] [RFC] New function attributes for errno-setting functions
----- Original Message ----- > On 9/17/2013 2:43 PM, Hal Finkel wrote: > > > > That would depend on how this attribute was used; it could only be > > used by a pass that did actually understand what those side > > effects were (like the loop vectorizer understanding that, if > > errno is ignored, then vectorizing cos() is legal). I don't object > > to
2013 Nov 23
2
[LLVMdev] [RFC] Identifying access to errno
...quick overview of how errno is implemented on different systems: - Traditional POSIX (not thread safe): extern int errno; - DragonFly libc: extern __thread int errno; - Android libc: extern volatile int* __errno(void); #define errno (*__errno()) - Darwin libc: int * __error(void); #define errno (*__error()) - musl libc: extern int *__errno_location(void); #define errno (*__errno_location()) Does anyone see any problems with making stronger (type-based) assumptions re: errno (and, thus, on what things may alias with calls to errno-setting-libm functions)?...
2007 May 13
0
RE: Converting to 1.1.4, help please!
...LAC\ReFLAC\Claire Martin - He Never Mentioned Love (2007) ------------------------------------------------------------- 02 - Forget Me.flac Error Message: Could not find file 'F:\FLAC\ReFLAC\Claire Martin - He Never Mentioned Love (200 7)\02 - Forget Me.flac'. Stack trace: at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, I nt32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions o ptions, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy) at System....
2003 Jun 19
0
flashpluginwrapper for Flash 6 (Shared Library Tools redux)
...nst char *function) { fprint (stderr, "%s:%d:%s: %s\n", file, line, function, assertion); abort (); } #include <ctype.h> int __ctype_toupper(int c) { return toupper (c); } unsigned short int __ctype_b[256]; #include <errno.h> int *__errno_location(void) { return __error (); } unsigned long int __strtoul_internal(const char *__nptr, char **__endptr, int __base, int __group) { return strtoul (__nptr, __endptr, __base); } void __terminate() { fprintf (stderr, "terminate!\n"); } ssize_t __write (int __fd, const void *__buf, size_t __size) {...
2010 Aug 25
18
Puppet hangs
Hello, we have one puppet server managing approx servers, all FreeBSD. The problem is that the puppet clients all hangs, one by one, eventually. They will run for anything between an hour up to a week. But eventually the all hang. We really like puppet and want to keep using it. But the way it is now is completely unusable. We''ve tried many versions, from 24.x, and now 2.6.1rc1. But
2001 Jun 22
0
Half-Life: Selected Mode is not supported by your card
....type must sit inside a .def directive... no checking whether external symbols need an underscore prefix... no checking whether assembler accepts .string... yes checking whether we can build a GNU style ELF dll... yes checking for reentrant libc: __errno_location... yes checking for reentrant libc: __error... no checking for reentrant libc: ___errno... no checking for reentrant libc: __thr_errno... no checking for reentrant libc: __errno... no checking for reentrant X libraries... yes checking for working alloca.h... yes checking for alloca... yes checking for __libc_fork... yes checking for _lwp_cre...