search for: segv_accerr

Displaying 5 results from an estimated 5 matches for "segv_accerr".

2001 Dec 12
1
2.5.0, Solaris 2.6, Daemon SIGSEGV
...= 0 6192: brk(0x0005B190) = 0 6192: ioctl(3, TCGETA, 0xEFFFF5BC) Err#25 ENOTTY 6192: read(3, " u s e c h r o o t =".., 8192) = 1036 6192: Incurred fault #6, FLTBOUNDS %pc = 0xEF5C6F08 6192: siginfo: SIGSEGV SEGV_ACCERR addr=0x0003D940 6192: Received signal #11, SIGSEGV [default] 6192: siginfo: SIGSEGV SEGV_ACCERR addr=0x0003D940 6192: *** process killed *** 6191: Received signal #18, SIGCLD [caught] 6191: siginfo: SIGCLD CLD_KILLED pid=6192 status=0x000B 6191: waitid(P_ALL,...
2016 Apr 04
2
Memory Sanitizer crashes after it calls mmap
...o use the memory sanitizer of LLVM 3.3. It's crashing during MSan initialization (__msan::InitShadow). Here's the strace output. mmap(0x400000000000, 35184372088831, PROT_NONE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x400000000000 --- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_ACCERR, si_addr=0x55edf4b36720} --- +++ killed by SIGSEGV (core dumped) +++ Because of the -fsanitize=memory option, clang maps all segments in the 0x5555555????? range which is zero'ed out by this mmap. According to the Memory Sanitizer paper, the application is expected between 0x600000000000 and 0...
2009 Apr 06
0
conflict name of si_code on NetBSD
...I_USER: return "kill"; #ifdef SI_KERNEL *************** *** 43,49 **** switch (signo) { case SIGSEGV: ! switch (si_code) { case SEGV_MAPERR: return "address not mapped"; case SEGV_ACCERR: --- 43,49 ---- switch (signo) { case SIGSEGV: ! switch (sicode) { case SEGV_MAPERR: return "address not mapped"; case SEGV_ACCERR: *************** *** 51,57 **** } break...
2006 Sep 11
1
error in rsync protocol data stream (code 12) at io.c(463) on HP-UX 11.23
...ff84e0) ................................. = 0 [6951] getdents(6, 0x4003d820, 16384) .............................. = 0 [6951] close(6) .................................................... = 0 [6951] Received signal 11, SIGSEGV, in user mode, [SIG_DFL], partial siginfo [6951] Siginfo: si_code: SEGV_ACCERR, faulting address: 0, si_errno: 0 [6951] PC: 00000001000000a0.0 break.m 0x16000 [6951] exit(11) [implicit] ......................................... WIFSIGNALED(SIGSEGV) [6948] Received signal 18, SIGCLD, in select(), [caught], no siginfo [6948] select(5, 0x7fffe468, NULL, NULL,...
2009 Apr 06
9
Compiling v1.3 on different OSes
I was hoping to finally get shared libdovecot.so and libdovecot-storage.so libraries for v1.3, so Sieve (and maybe others) could link against them. But I'm running into trouble getting it to compile in Solaris 10. Could you non-Linux users test if this compiles with you? http://dovecot.org/tmp/dovecot-1.3.UNSTABLE.tar.gz Or if anyone has ideas why this happens, I'd like to know: