Displaying 20 results from an estimated 1000 matches similar to: "6392589 ipsecalgs build with sgcc cores with SEGV"
2014 Nov 14
0
Core Dump upon startup (SEGV) - v2.2.10
123456789012345678901234567890123456789012345678901234567890123456789012
I appear to have taken a mostly-working installation and mucked it up.
In my recent messages I mentioned how I was having difficuilty in making
my wife's email readable in Squirrelmail; this was solved with directory
permissions. However, my usual email client is Thunderbird; I was
holding off on using that as there
2010 Apr 29
1
Aide error "Caught SIGBUS/SEGV"
One of my servers has recently started giving an error every time I run
"aide --check". I ran it manually twice today with the same results.
The second time, I added the -V flag, but that didn't give me anything
useful. The system is currently running CentOS 5.3.
Nothing on the system has changed recently (that I am aware of). The
Aide database hasn't been updated in a few
2004 May 02
1
SEGV on FreeBSD 4.8-STABLE with 2.6.2
I'm getting a SEGV on a FreeBSD 4.8-STABLE box. The client is Solaris
9/SPARC. Both boxes run 2.6.2.
The command I'm running is:
$ rsync -arHRv --numeric-ids --delete --exclude=/opt/dist/cdrom \
[paths] [server]:[path]
If I whittle down what appears in [paths], then it works.
$ gdb rsync rsync.core
gdb> bt
#0 0x280faf0d in strncmp () from /usr/lib/libc.so.4
#1 0x7 in ?? ()
#2
2007 Feb 21
1
segv when Mailbox is in inconsistent state, please relogin.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
for testing I have different filesystems on various block devices, which I
mount on /mnt/mailcache as needed; however, the indexes and caches are
located on /var/cache, hence, they get out of sync easily. No offense.
Hoever, the web page (http://dovecot.org/bugreport.html) states that every
signal 11 is a bug and will be fixed, so here it
2002 Aug 18
0
SEGV on mget with wildcards with no match
This is on FreeBSD 4.6-STABLE, doing an mget with wildcard char on a
non-existent file(s) produces a SEGV.
Reproduce the bug as follows (Note: "zqw*" is a pattern that does not
match):
% sftp user at host
user at host's password:
sftp> mget zqw*
Program received signal SIGSEGV, Segmentation fault.
0x804c5db in process_get (conn=0x80520e0, src=0x80540b0 "zwq*",
2013 Aug 19
3
rpcclient netshareenum 502 causes SEGV
Hello:
I have a Windows 2003 Server that is causing rpcclient to SEGV via the
following command:
$ rpcclient -U Administrator%foobar -c 'netshareenum 502' <server>
...
type: 0x6269: SEC_DESC_OWNER_DEFAULTED SEC_DESC_DACL_DEFAULTED
SEC_DESC_SACL_DEFAULTED SEC_DESC_DACL_TRUSTED
SEC_DESC_SACL_AUTO_INHERIT_REQ SEC_DESC_SACL_PROTECTED
SEC_DESC_RM_CONTROL_VALID
SACL
Segmentation fault
2008 Nov 26
2
deliver segv on sieve redirect
Hello,
I've been trying out the bleeding edge, 1.2.alpha4. I'm having a problem with deliver and
dovecot-1.2-sieve-0.1.1.
I get a segv on this sieve script:
require ["fileinto", "reject", "vacation", "envelope", "regex"];
if header :contains "subject" ["urgent"] {
redirect "someone at somewhere.net";
2003 Apr 05
1
Samba 2.2.8 SEGV in rpcclient getdriver on Solaris 7
Hello
I was trying to figure out how to add printer drivers manually for
downloading to Windows 2000 clients and I came accross this problem.
(The printer drivers were installed some time ago using an earlier
version of samba 2.2.x).
$ dbx /usr/local/samba/bin/rpcclient
(dbx) run xxxxxxx -U yyyyyyy
Running: rpcclient xxxxxxx -U yyyyyyy
(process id 4735)
Password:
rpcclient $> enumprinters
2015 Oct 27
3
segv inside loop on x86_64
Hi,
One of my test cases is throwing a segv on x86_64 linux using llvm 3.7.
I cant see what is wrong unless its an alignment problem causing stack
corruption. Its a simple naive absolute value calculation inside a loop
which crashes after about 500000 iterations.
Here is the IR.
; Function Attrs: nounwind uwtable
define void @Main__TestProb() #0 {
entry:
%i = alloca i64, align 8
%j =
2015 May 10
2
Bug#784880: xen-utils-4.4: xl segv when it can't rename log files
Package: xen-utils-4.4
Version: 4.4.1-9
Severity: normal
# /usr/lib/xen-4.4/bin/xl create -c /etc/xen/katana
Parsing config from /etc/xen/katana
libxl: error: libxl_utils.c:217:logrename: failed to rotate logfile - could not rename /var/log/xen/qemu-dm-katana.log.6 to /var/log/xen/qemu-dm-katana.log.7: Permission denied
Segmentation fault
The above happens repeatably when I run xl on a system
2007 Jun 12
1
SEGV when user over filesystem quota and "Move to Trash"
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
I've configured Dovecot v1.0.0 with filesystem quota and to use hardlinks.
Latter I use intentionally to save disk space and to achieve that an user
can delete mails even if over quota and using the "Delete to Trash"
feature.
The following happens, when the directory file of .Trash/* fills up and
would need to be expanded,
2013 Apr 17
10
xl network-attach SEGV in 4.2 and 4.1
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all,
4.2 and 4.1 suffers from SEGV during xl network-attach in
libxl__device_nic_add. In 4.3-unstable it is fixed by:
5420f2650 libxl: Set vfb and vkb devid if not done so by the caller
So either the patch need to be backported to 4.1 and 4.2, or fixed by this one:
- ------
libxl: Fix SEGV in network-attach
When "device/vif" directory
2010 Jun 23
0
[LLVMdev] Why would -disable-fp-elim cause SEGV in JIT, when without it code works fine?
You said this is on 32-bit x86? My understanding is that in that
case, gdb will use ebp/esp to unwind the stack and doesn't need dwarf.
It may have different behavior on FreeBSD if frame pointers are
normally omitted on that platform. gdb ignores them on Linux x86_64
because they are generally omitted.
This might actually be the best explanation for your symptoms, since
this is what a gdb
2010 Jun 23
2
[LLVMdev] Why would -disable-fp-elim cause SEGV in JIT, when without it code works fine?
I have this situation when the same code SEGVs in JIT with option
-disable-fp-elim and works fine without it.
How can this possibly happen?
Is it possible that there is a bug in JIT that stack isn't properly
lowered for local variables when prologs are present?
Or maybe JIT can accidentally use ebp for some values when it's supposed
to be only used by frame pointer value.
Stack (see
2016 Mar 16
6
[Bug 2553] New: 7.2p2 on server breaks GSSAPI with older clients
https://bugzilla.mindrot.org/show_bug.cgi?id=2553
Bug ID: 2553
Summary: 7.2p2 on server breaks GSSAPI with older clients
Product: Portable OpenSSH
Version: 7.2p1
Hardware: amd64
OS: Solaris
Status: NEW
Severity: normal
Priority: P5
Component: Kerberos support
Assignee:
2005 Aug 15
2
[PATCH] Fix SEGVs in xenconsoled
Under the right circumstances, xenconsoled will corrupt its internal
list of domains causing a SEGV. This is usually characterized by a
rapid number of creations/destructions. The attached patch fixes this.
Regards,
Anthony Liguori
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2005 May 23
0
mysqld segv in domU
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I''ve seen a few posts about this over the past week or so, and I''m having a
similar problem with apache / mysql / php. Mysqld seems to just die every few
days.
Has anyone got any ideas about fixes or workarounds?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird -
2004 Mar 09
0
RE: imap segv trying to list inbox
(This is releveant information to the one that Alex Moore just posted,
but I'm not subscribed yet so I can't properly reply to that thread.
Sorry for creating a new one.)
I've got a crash in dovecot-imap when trying to list the inbox on a
nonexistant directory. I'm not sure how it should be handled, but
basically it's only happening when the directory in imap's MAIL
2013 Nov 10
1
sieve + notify + $subject$ + empty subject = segv
Hello,
we can reproduce a bug where lmtp crashes:
LMTP telnet session:
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
220 lisa.m-otion.at Dovecot ready.
lhlo xyz
250-xyz.m-otion.at
250-8BITMIME
250-ENHANCEDSTATUSCODES
250 PIPELINING
mail from:<xyz at m-otion.at>
250 2.1.0 OK
rcpt to:<my_mailbox>
250 2.1.5 OK
data
354 OK
2018 Feb 22
0
Auth SEGV on sparc64, alignment problem?
Hi!
Unfortunately we do not have a Sparc64 with any OS at hand. Maybe you could
break main
r
s
until it breaks?
Aki
> On 22 February 2018 at 05:14 Chris Ross <cross+dovecot at distal.com> wrote:
>
>
> Sadly, that doesn?t help either. Over the past day, I?ve built and installed a different branch of the OS (stable/11, instead of release/11.1), to see if a new