Displaying 20 results from an estimated 9049 matches for "aborts".
Did you mean:
abort
2012 May 04
3
jdk on wine - Error
I am struggling since past 2 days in trying to install jdk (64 bit) from http://www.java.net/download/jdk6/6u32/promoted/b02/binaries/jdk-6u32-ea-bin-b02-windows-amd64-30_jan_2012.exe
on my wine. Initially I tried it on Ubuntu 12.04. I installed wine1.4-amd64 in hope that it would execute the jdk exe but it did not. So I went for wine 1.4 source installation. I get to know that the dependency
2005 Jun 29
4
PRI got event: HDLC Abort (6) on Primary D-channel of span 1
I receive this error on the asterisk console and it is pretty much
ALWAYS coming up.
Sometimes there will be a break where it does not display.
We had our PRI provider test the lines and they claim that there is no
signalling problem.
It doesn't matter if there are no calls or if there are 10 calls in
progress the error is still displayed.
I also get an annoying popping or clicking sound
2011 Aug 19
2
[LLVMdev] How to halt a program
Guys,
I would like to instrument the bytecode that LLVM produces with
assertions. I have written the instrumentation code manually, but I do not
know how to halt the program in case the assertion is false. I took a look
into the bytecode that LLVM produces for a program like:
#include <stdlib.h>
int main() {
exit(1);
}
And it is like this:
define i32 @main() nounwind {
entry:
2008 Mar 10
1
POP3 Dictionary Attack Causes Complete Dovecot Failure Without Notice
Hi,
Whenever my Dovecot installation is POP3-dictionary-attacked, a large
number of log entries written to /var/log/local0 from the syslog showing
all the POP3 login and shadow lookup failures is produced and then the
entire Dovecot installation crashes, master and all. Unfortunately, it
was running unattended under normal use, is apparently quite hard to
reproduce (I wrote a Tcl script
2011 Sep 01
1
[LLVMdev] How to halt a program
Hi, all,
I managed to insert the assertion in my bytecode, but the result is not
really what I expected :(
Let me do a quick recap: I am trying to instrument the bytecode with
some assertions, and to do this, I want to insert the abort() function into
the bytecode. The problem is that LLVM is creating a new abort() function,
instead of using the one that already exists in libc. Let me
2012 Sep 11
1
Is invokeRestart("abort") unstoppable?
Hi,
I'm trying to implement an abort() method that works just like stop()
but does not signal the condition such that try() and tryCatch(...,
condition=...) are, contrary to stop(), effectively non-working with
abort() calls.
In order to achieve this, I stumbled upon invokeRestart("abort"), cf.
help("invokeRestart", package="base") that reads "Restarts are
2011 Aug 19
0
[LLVMdev] How to halt a program
Victor Campos wrote:
> Guys,
>
> I would like to instrument the bytecode that LLVM produces with
> assertions. I have written the instrumentation code manually, but I do
> not know how to halt the program in case the assertion is false. I took
> a look into the bytecode that LLVM produces for a program like:
>
> #include <stdlib.h>
> int main() {
>
2006 Apr 27
5
PRI configuration
Hi,
I am getting this message on the * console on my first pri span. Pri
show span show it is down, and I can't make any calls from the span.
Apr 27 07:40:23 NOTICE[23988]: chan_zap.c:8202 pri_dchannel: PRI got
event: HDLC Abort (6) on Primary D-channel of span 1
Apr 27 07:40:23 NOTICE[23988]: chan_zap.c:8202 pri_dchannel: PRI got
event: HDLC Abort (6) on Primary D-channel of span 1
Apr 27
2002 Jun 03
3
ext3 behaviour when no space on disk
While compiling two kernels and untarring a third, my root fs was remounted r/w
and I got the following in dmesg (kernel 2.4.19-pre9):
EXT3-fs error (device ide0(3,2)) in ext3_new_inode: error 28
Aborting journal on device ide0(3,2).
ext3_abort called
EXT3-fs abort (device ide0(3,2)): ext3_journal_start: Detected aborted journal.
Remounting filesystem read-only
Remounting filesystem read-only
2010 Dec 16
1
PTMP BRI Unable to receive TEI from network in state 2(Assign awaiting TEI) - Asterisk 1.6.2, Latest DAHDI, LibPRI
Hi all,
Last night I went to replace an Asterisk 1.4 + mISDN + b410p box with
Asterisk 1.6.2 and DAHDI BRI - to no avail.
I had two servers so copied network setting etc from the working one,
moved the card across, ran dahdi_genconf etc and it didn't work.
Here's the console output with notices disabled:
lucas*CLI> pri intense debug span 1
Enabled debugging on span 1
[Dec 16
2008 Feb 27
3
domU on v3.2 is not booting
hi all,
I installed v3.2 from source and now dom0 is booting well. But when I
tried to start domU it shows the following error message and seems
hanging.
EXT3-fs: mounted filesystem with ordered data mode.
EXT3-fs warning: mounting unchecked fs, running e2fsck is recommended
EXT3 FS on hda1, internal journal
device-mapper: ioctl: 4.7.0-ioctl (2006-06-24) initialised:
dm-devel@redhat.com
2019 Oct 28
3
Dovecot and MySQL aborted connections.
Is anyone else using Dovecot (2.3.8) with MySQL (5.7) seeing a lot of
these in MySQL logs?
2019-10-28T11:08:20.384428+02:00 58378 [Note] Aborted connection 58378
to db: 'vmail' user: 'vmail' host: 'localhost' (Got an error reading
communication packets)
2019-10-28T11:10:09.821171+02:00 58420 [Note] Aborted connection 58420
to db: 'vmail' user: 'vmail'
2008 Nov 05
2
plockstat: processing aborted: Abort due to systemic unresponsiveness
Hello,
I need help here about plockstat on X86 platform (Sun X4600 AMD)
# plockstat -A -p 20034
plockstat: processing aborted: Abort due to systemic unresponsiveness
# plockstat -e 5 -s 10 -A -x bufsize=100k -x aggsize=20m -p 20034
plockstat: processing aborted: Abort due to systemic unresponsiveness
# ps -ef | grep 20034
algodev 20034 1 2 07:00:54 ? 86:17
2009 Aug 19
4
[LLVMdev] LLVM asserts
On Wednesday 19 August 2009 18:01, Chris Lattner wrote:
> > It's not about recovery, it's about message reporting. Right now
> > the LLVM
> > abort messages are formatted completely differently than aborts from
> > other
> > parts of our compiler. That's not friendly to users.
>
> This is what ErrorReporting.h is all about.
But asserts and aborts don't go through that, right? What's needed is
a way to get those assert and abort messages out to other compiler
component...
Failed to set socket option SO_KEEPALIVE (Error Invalid argument) error on Samba 3.0.10 on Solaris 8
2006 Nov 30
1
Failed to set socket option SO_KEEPALIVE (Error Invalid argument) error on Samba 3.0.10 on Solaris 8
[2006/11/29 08:53:39, 0] smbd/server.c:(383)
open_sockets_smbd: accept: Software caused connection abort
[2006/11/29 10:21:20, 0] lib/util_sock.c:(202)
Failed to set socket option SO_KEEPALIVE (Error Invalid argument)
[2006/11/29 10:21:20, 0] lib/util_sock.c:(202)
Failed to set socket option TCP_NODELAY (Error Invalid argument)
[2006/11/29 10:21:20, 0] lib/util_sock.c:(1000)
getpeername
2014 Apr 26
0
[Bug 10567] New: --abort option to halt transfer on error(s)
https://bugzilla.samba.org/show_bug.cgi?id=10567
Summary: --abort option to halt transfer on error(s)
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: me at haravikk.com
2023 Apr 12
1
aborting the execution of a script...
...rror message is printed, but the execution continues till the end of the script. I am sourcing with echo. Is there any way to abort the execution when the first error occurs? This happens with R CMD BATCH. If there is an error midway, an error message is printed in the output file and the execution aborts. Is there a way to mimic this with source()?
> 2. I am trying to abort the execution with ESC key, but again the same thing happens: it aborts the current expression but continues on. How to abort an R script with source()? I am using RStudio in windows.
I don't see this behaviour. If...
2023 Apr 12
1
aborting the execution of a script...
...rror message is printed, but the execution continues till the end of the script. I am sourcing with echo. Is there any way to abort the execution when the first error occurs? This happens with R CMD BATCH. If there is an error midway, an error message is printed in the output file and the execution aborts. Is there a way to mimic this with source()?
> 2. I am trying to abort the execution with ESC key, but again the same thing happens: it aborts the current expression but continues on. How to abort an R script with source()? I am using RStudio in windows.
I don't see this behaviour. If...
2017 Feb 21
2
Virsh command hanging
Hi,
I started the VMs with libvirt 3 days ago (17th Feb). Now when I am trying to shutdown the domain, all my virsh command is hanging even virt-manager remains in "connecting.." mode and is not showing active domains.When I set the libvirt debug env and call "virsh list" it hangs in poll. Here is the logsetenv LIBVIRT_DEBUG 1 virsh list
2017-02-21 05:31:09.241+0000:
2023 Apr 12
1
aborting the execution of a script...
...rror message is printed, but the execution continues till the end of the script. I am sourcing with echo. Is there any way to abort the execution when the first error occurs? This happens with R CMD BATCH. If there is an error midway, an error message is printed in the output file and the execution aborts. Is there a way to mimic this with source()?
2. I am trying to abort the execution with ESC key, but again the same thing happens: it aborts the current expression but continues on. How to abort an R script with source()? I am using RStudio in windows.
Please help,
THanking you,
Yours sincerel...