search for: errorhandl

Displaying 20 results from an estimated 107 matches for "errorhandl".

Did you mean: errorhandler
2010 Sep 06
1
MeetMe errorhandling
Hi Group, i have a MeetMe Question. I use "MeetMe(,Ms)" in the Dialplan and if a Conference Room does't exist Asterisk play (conf-invalid.slin) If i use "MeetMe(${room},Ms)" (value from DTMF Read) and the Conference Room doesn't exist Asterisk don't play (conf-invalid.slin) and Asterisk Hangup the Call. there is a solution for the kind my problem? Thanx and
2010 Nov 14
2
java binding and virtualbox-ose
...libvir: Remote error : unable to connect to '/var/run/libvirt/libvirt-sock': Connection refused libvir: warning : Failed to find a secret storage driver: Is the daemon running ? org.libvirt.LibvirtException: Failed to find a secret storage driver: Is the daemon running ? at org.libvirt.ErrorHandler.processError(ErrorHandler.java:28) at org.libvirt.Connect.<init>(Connect.java:195) at VBOX.main(VBOX.java:32) Otherwise, from virsh, I can correctly connect to the vbox hypervisor: $ export LIBVIRT_DEBUG=1 $virsh -c vbox:///session list --all 11:37:18.318: debug : virInitialize:336...
2012 Jun 03
2
[LLVMdev] [llvm-commits] [PATCH] Allow per-thread re-direction of outs()/errs()
...I have a number of times wondered about the somewhat unusual > > use of error strings in LLVM (that you pass in a string, which can > > be assigned a descriptive error message). Better would be, IMHO, > > to provide an interface along the lines of this: > > > > class ErrorHandler > > { > > public: > > virtual void Report(ErrorKind kind, uint code, const > > Position &position, const unichar *text, ...) = 0; }; > > > > And then let the client, i.e. the frontend, derive from it and > > handle all the output in whichever...
2012 Jun 04
2
[LLVMdev] [llvm-commits] [PATCH] Allow per-thread re-direction of outs()/errs()
...somewhat unusual >> > > use of error strings in LLVM (that you pass in a string, which can >> > > be assigned a descriptive error message).  Better would be, IMHO, >> > > to provide an interface along the lines of this: >> > > >> > > class ErrorHandler >> > > { >> > > public: >> > >         virtual void Report(ErrorKind kind, uint code, const >> > > Position &position, const unichar *text, ...) = 0; }; >> > > >> > > And then let the client, i.e. the frontend, derive fro...
2003 May 30
1
[Q] R equivalent for Splus get.message()
I'm trying to get a translation of some Splus code going. My problem is with the S-plus get.message() function not existing in R. Is there a replacement or alternative? ErrorHandler.func<-function() { cat("app.terminated\n"); cat(paste("err.fatal",get.message(),"\n",sep="")); dump.calls(); } options(error=ErrorHandler.func) ---------------------------------------------------------- SIGSIG -- signature too long (core dum...
2012 Jun 04
0
[LLVMdev] [llvm-commits] [PATCH] Allow per-thread re-direction of outs()/errs()
...wondered about the somewhat unusual > > > use of error strings in LLVM (that you pass in a string, which can > > > be assigned a descriptive error message). Better would be, IMHO, > > > to provide an interface along the lines of this: > > > > > > class ErrorHandler > > > { > > > public: > > > virtual void Report(ErrorKind kind, uint code, const > > > Position &position, const unichar *text, ...) = 0; }; > > > > > > And then let the client, i.e. the frontend, derive from it and > > >...
2012 Jun 03
0
[LLVMdev] [llvm-commits] [PATCH] Allow per-thread re-direction of outs()/errs()
...M should not be doing this. > Also, I have a number of times wondered about the somewhat unusual use of error strings in LLVM (that you pass in a string, which can be assigned a descriptive error message). Better would be, IMHO, to provide an interface along the lines of this: > > class ErrorHandler > { > public: > virtual void Report(ErrorKind kind, uint code, const Position &position, const unichar *text, ...) = 0; > }; > > And then let the client, i.e. the frontend, derive from it and handle all the output in whichever way it wants to. The above example is...
2012 Jun 04
0
[LLVMdev] [llvm-commits] [PATCH] Allow per-thread re-direction of outs()/errs()
...;> > > use of error strings in LLVM (that you pass in a string, which can > >> > > be assigned a descriptive error message). Better would be, IMHO, > >> > > to provide an interface along the lines of this: > >> > > > >> > > class ErrorHandler > >> > > { > >> > > public: > >> > > virtual void Report(ErrorKind kind, uint code, const > >> > > Position &position, const unichar *text, ...) = 0; }; > >> > > > >> > > And then let the client,...
2011 Nov 26
1
Freelancer Gameserver Problem err:module:attach_process_dlls
...t wine i dont know why i don't get any newer version like the topic already says i try to host a Freelancer gameserver sadly its a microsoft game so there is no Linux server version if I type in Code: wine FLserver.exe it tells me Code: err:module:attach_process_dlls "API-MS-Win-Core-ErrorHandling-L1-1-0.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"C:\\Programme\\Freelancer\\EXE\\FLserver.exe" failed, status c0000142 the api-ms-win-core-errorhandling-l1-1-0.dll is in the system 32 folder with Xming I already tried some...
2009 Aug 19
5
[LLVMdev] LLVM asserts
How do you get LLVM methods to return or throw an error to the caller's code rather than aborting the process? I'd like my compiler to be able to print diagnostic messages, including language source lines, whenever LLVM reports a problem.
2011 Oct 28
2
[LLVMdev] Proper way to handle JIT codegen exceptions?
I am looking through the source and Support/ErrorHandling.cpp/.h says, in so many words, "don't throw exceptions from inside an installed fatal error handling routine". So how are people handling errors during JIT? For command-line compilers, calling exit() or abort() isn't as big a deal -- the compiler is probably going to exit any...
2012 Jun 02
3
[LLVMdev] [llvm-commits] [PATCH] Allow per-thread re-direction of outs()/errs()
...e it a GUI IDE, a CLI driver, or whatever. Also, I have a number of times wondered about the somewhat unusual use of error strings in LLVM (that you pass in a string, which can be assigned a descriptive error message). Better would be, IMHO, to provide an interface along the lines of this: class ErrorHandler { public: virtual void Report(ErrorKind kind, uint code, const Position &position, const unichar *text, ...) = 0; }; And then let the client, i.e. the frontend, derive from it and handle all the output in whichever way it wants to. The above example is probably too complex for LLVM,...
2016 Mar 09
3
LLVM Fatal Error Handling
...se 3.7.1, on an encounter with a fatal error at the time of compiling a module it will call an installed handler function and allow the application to log the error etc. However once said handler returns LLVM will force an exit of 0x1, something that I cant allow to ever occur, but according to the ErrorHandling header I cant safely throw an exception to back out of the error either? So what would be the most ideal way of recovering the application from such an event? - Paul -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/at...
2003 Sep 24
1
SJava help
...-I/opt/lang/java/j2sdk1.4.2_01/include/linux -c CtoJava.c gcc -g -O2 -D_R_ -I/usr/lib/R/include -I/usr/lib/R/include/R_ext -I/tmp/R.INSTALL.30363/SJava/src/RSJava -I. -I/tmp/R.INSTALL.30363/SJava/inst/include -I/opt/lang/java/j2sdk1.4.2_01/include -I/opt/lang/java/j2sdk1.4.2_01/include/linux -c ErrorHandling.c gcc -g -O2 -D_R_ -I/usr/lib/R/include -I/usr/lib/R/include/R_ext -I/tmp/R.INSTALL.30363/SJava/src/RSJava -I. -I/tmp/R.INSTALL.30363/SJava/inst/include -I/opt/lang/java/j2sdk1.4.2_01/include -I/opt/lang/java/j2sdk1.4.2_01/include/linux -c ManagerInterfaceUtils.c gcc -g -O2 -D_R_ -I/usr/lib/R...
2009 Aug 19
0
[LLVMdev] LLVM asserts
...s to return or throw an error to the > caller's code rather than aborting the process? I'd like my compiler > to be able to print diagnostic messages, including language source > lines, whenever LLVM reports a problem. Hi Kenneth, Recoverable errors are handled with llvm/Support/ErrorHandling.h. We use asserts for conditions that "cannot happen". These are internal errors and are not recoverable. The best way to not get one of these is for your compiler to not have bugs :) -Chris
2002 Sep 17
1
smbclient return status from shellscript?
Hi, I hope this is the correct mailinglist for my question. I've made a script that sends a file to a NT shared folder. As long as I make a successfull connect, I get return status 0... This is a problem, since now I can't make a correct errorhandling if something goes wrong. +/opt/samba-2.0.5a/bin/smbclient //mapa-lap/mapaPublic -E -d0 -I XXX.YYY.ZZZ.WWW -n mapa-lap -N -U guest -c put a.txt ;put a.txr Added interface ip=XXX.YYY.ZZZ.WWW bcast=XXX.YYY.MMM.NNN nmask=255.255.255.192 putting file a.txt as \a.txt (0.0333717 kb/s) (average 0.0333...
2009 Aug 19
2
[LLVMdev] LLVM asserts
...the > > caller's code rather than aborting the process? I'd like my compiler > > to be able to print diagnostic messages, including language source > > lines, whenever LLVM reports a problem. > > Hi Kenneth, > > Recoverable errors are handled with llvm/Support/ErrorHandling.h. We > use asserts for conditions that "cannot happen". These are internal > errors and are not recoverable. The best way to not get one of these > is for your compiler to not have bugs :) We're dealing with this, but it's not a particularly friendly way to operat...
2012 Jun 04
2
[LLVMdev] [llvm-commits] [PATCH] Allow per-thread re-direction of outs()/errs()
...use of error strings in LLVM (that you pass in a string, which can >> >> > > be assigned a descriptive error message).  Better would be, IMHO, >> >> > > to provide an interface along the lines of this: >> >> > > >> >> > > class ErrorHandler >> >> > > { >> >> > > public: >> >> > >         virtual void Report(ErrorKind kind, uint code, const >> >> > > Position &position, const unichar *text, ...) = 0; }; >> >> > > >> >> > >...
2017 May 27
6
Should we split llvm Support and ADT?
...es. #include "llvm/Support/Casting.h" #include "llvm/Support/CommandLine.h" #include "llvm/Support/Compiler.h" #include "llvm/Support/DataTypes.h" #include "llvm/Support/Debug.h" #include "llvm/Support/Error.h" #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/Format.h" #include "llvm/Support/FormattedStream.h" #include "llvm/Support/LEB128.h" #include "llvm/Support/LowLevelTypeImpl.h" #include "llvm/Support/ManagedStatic.h" #include "llvm/Support/MathExtras.h"...
2017 May 29
3
Should we split llvm Support and ADT?
...> Atomic > AtomicOrdering > Capacity > Casting > Chrono > circular_raw_ostream > COM.h > CommandLine.h > Compiler.h > ConvertUTF.h > CrashRecoveryContext.h > DataExtractor.h > Debug.h > Endian.h > EndianStream.h > Errc.h > Errno.h > Error.h > ErrorHandling.h > ErrorOr.h > FileOutputBuffer.h > FileSystem.h > FileUtilities.h > Format*.h > GlobPattern.h > Host.h > JamCRC.h > KnownBits.h > LineIterator.h > Locale.h > ManagedStatic.h > MathExtras.h > MD5.h > Memory.h > MemoryBuffer.h > Mutex.h > Mut...