search for: errorhandling

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

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
I'm trying to connect to vbox hypervisor on an Ubuntu 10.04 machine through libvirt java binding (libvirt-java-0.4.6) by simply invoking: Connect conn = new Connect("vbox:///session", false); but I got this exception: libvir: warning : Failed to find the interface: Is the daemon running ? libvir: Remote error : unable to connect to '/var/run/libvirt/libvirt-sock':
2012 Jun 03
2
[LLVMdev] [llvm-commits] [PATCH] Allow per-thread re-direction of outs()/errs()
...> > Position is simply a filename, a line number, and a character > > position. unichar is either char or wchar_t, depending on the > > build mode and target environment. > > You're right, this would be better. We have even already have it :) > > llvm/Support/ErrorHandling.h This seems to only handle fatal errors. If that's correct, it will probably need to be extended to handle non-fatal errors, warnings, suggestions, notes, etc. -Hal > > -Chris > > _______________________________________________ > llvm-commits mailing list > llvm-commits...
2012 Jun 04
2
[LLVMdev] [llvm-commits] [PATCH] Allow per-thread re-direction of outs()/errs()
...er, and a character >> > > position.  unichar is either char or wchar_t, depending on the >> > > build mode and target environment. >> > >> > You're right, this would be better.  We have even already have it :) >> > >> >   llvm/Support/ErrorHandling.h >> >> This seems to only handle fatal errors. If that's correct, it will >> probably need to be extended to handle non-fatal errors, warnings, >> suggestions, notes, etc. > > > Okay, it looks like the combination of llvm/Support/ErrorHandling.h and > LLVMCo...
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)
2012 Jun 04
0
[LLVMdev] [llvm-commits] [PATCH] Allow per-thread re-direction of outs()/errs()
...a filename, a line number, and a character > > > position. unichar is either char or wchar_t, depending on the > > > build mode and target environment. > > > > You're right, this would be better. We have even already have it :) > > > > llvm/Support/ErrorHandling.h > > This seems to only handle fatal errors. If that's correct, it will > probably need to be extended to handle non-fatal errors, warnings, > suggestions, notes, etc. > Okay, it looks like the combination of llvm/Support/ErrorHandling.h and LLVMContext::emitError solves a part...
2012 Jun 03
0
[LLVMdev] [llvm-commits] [PATCH] Allow per-thread re-direction of outs()/errs()
...orKind is ErrorKind_Fatal, ErrorKind_Error, etc. Position is simply a filename, a line number, and a character position. unichar is either char or wchar_t, depending on the build mode and target environment. You're right, this would be better. We have even already have it :) llvm/Support/ErrorHandling.h -Chris
2012 Jun 04
0
[LLVMdev] [llvm-commits] [PATCH] Allow per-thread re-direction of outs()/errs()
...gt; > > position. unichar is either char or wchar_t, depending on the > >> > > build mode and target environment. > >> > > >> > You're right, this would be better. We have even already have it :) > >> > > >> > llvm/Support/ErrorHandling.h > >> > >> This seems to only handle fatal errors. If that's correct, it will > >> probably need to be extended to handle non-fatal errors, warnings, > >> suggestions, notes, etc. > > > > > > Okay, it looks like the combination of llvm/Supp...
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 sol...
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 anyway...
2012 Jun 02
3
[LLVMdev] [llvm-commits] [PATCH] Allow per-thread re-direction of outs()/errs()
If I may add my two cents: I am planning to use LLVM as the backend for a compiler I am working on. And I wholeheartedly agree with Justin that it is a problem, if LLVM is allowed to freely write to stdout and stderr as it is a component which can be used in all sorts of code, be it a GUI IDE, a CLI driver, or whatever. Also, I have a number of times wondered about the somewhat unusual use of
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/attac...
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/in...
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.0333717...
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 operate....
2012 Jun 04
2
[LLVMdev] [llvm-commits] [PATCH] Allow per-thread re-direction of outs()/errs()
...on.  unichar is either char or wchar_t, depending on the >> >> > > build mode and target environment. >> >> > >> >> > You're right, this would be better.  We have even already have it :) >> >> > >> >> >   llvm/Support/ErrorHandling.h >> >> >> >> This seems to only handle fatal errors. If that's correct, it will >> >> probably need to be extended to handle non-fatal errors, warnings, >> >> suggestions, notes, etc. >> > >> > >> > Okay, it looks like...
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" #in...
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 > MutexG...