search for: sa_sigaction

Displaying 20 results from an estimated 93 matches for "sa_sigaction".

2002 Nov 20
2
RE - servers keeps disapearing
>Hi, > >> Is there a known problem with samba servers that keeps disappearing >> from network neighborhood? Had this problem with 2.2.3, have to >> restart nmbd to get them back on, but nmbd never stops. > >Yes - there _was_ a known problem with nmbd not reregistering names. >Has disappeared since 2.2.5. > I have upgraded to 2.2.6, still have the problem, but
2017 Jul 18
2
2.2.devel (0bee280) crashdump virtual plugin
...00007f497ecdb067 in __GI_raise (sig=sig at entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 resultvar = 0 pid = 10092 selftid = 10092 #1 0x00007f497ecdc448 in __GI_abort () at abort.c:89 save_stage = 2 act = {__sigaction_handler = {sa_handler = 0xfffe, sa_sigaction = 0xfffe}, sa_mask = {__val = {1024, 140722499998576, 94791001010256, 513, 139953641023651, 140722499998368, 94791001010256, 513, 11573297580199803136, 139953644744448, 139953641204307, 94791001010256, 140722499998464, 0, 139953641204665, 94791001010256}}, sa_flags = 2131669786, sa_re...
2018 Dec 02
0
Dovecot 2.3.4 crash
...85530818453536, 2314885530818453536, 3907004821653777455, 8461816663211521631}} pid = <optimized out> tid = <optimized out> #1 0x00007fdb930a642a in __GI_abort () at abort.c:89 save_stage = 2 act = {__sigaction_handler = {sa_handler = 0x7220303030373836, sa_sigaction = 0x7220303030373836}, sa_mask = {__val = {3472328295963438381, 4192904167887482928, 2314885531086893104, 2314885530818453536, 2314885530818453536, 8528445641706184736, 7378645557150114166, 3472336027269751652, 3774971303630941488, 8223625903104145462, 3472328295963457581, 4192904167...
2017 Jul 18
0
2.2.devel (0bee280) crashdump virtual plugin
...(sig=sig at entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 > resultvar = 0 > pid = 10092 > selftid = 10092 > #1 0x00007f497ecdc448 in __GI_abort () at abort.c:89 > save_stage = 2 > act = {__sigaction_handler = {sa_handler = 0xfffe, sa_sigaction = 0xfffe}, sa_mask = {__val = {1024, 140722499998576, 94791001010256, 513, 139953641023651, 140722499998368, 94791001010256, 513, > 11573297580199803136, 139953644744448, 139953641204307, 94791001010256, 140722499998464, 0, 139953641204665, 94791001010256}}, sa_flags = 2131669786,...
2004 Aug 11
1
Migrating from 2.2.8a to 3.0.5 / Failed to setup RT_SIGNAL_LEASE handler
I'm running Slackware 9.0 with a vanilla Linux kernel 2.4.25. Due to the announced EOL for 2.2.x, I'm trying to migrate our Samba hosts to version 3.0.5. These Samba hosts serve shares mounted off a seperate NFS fileserver. All is going well, except I've started getting the following messages in the smbd logs: ---- Start of snippet ---- [2004/08/11 09:59:30, 0]
2003 Nov 24
2
[PATCH] small addition to ia64's archsignal.h
...bc/arch/ia64/include/klibc/archsignal.h b/klibc/arch/ia64/include/klibc/archsignal.h --- a/klibc/arch/ia64/include/klibc/archsignal.h Fri Nov 21 14:30:38 2003 +++ b/klibc/arch/ia64/include/klibc/archsignal.h Fri Nov 21 14:30:38 2003 @@ -28,4 +28,6 @@ #define sa_handler _u._sa_handler #define sa_sigaction _u._sa_sigaction +typedef int sig_atomic_t; + #endif
2020 Aug 27
0
[klibc:master] alpha: Fix definitions of _NSIG and struct sigaction
...efine SA_ONESHOT SA_RESETHAND +#define SA_NOMASK SA_NODEFER + +#define MINSIGSTKSZ 4096 +#define SIGSTKSZ 16384 + +#define SIG_BLOCK 1 +#define SIG_UNBLOCK 2 +#define SIG_SETMASK 3 + +#include <asm-generic/signal-defs.h> + +struct sigaction { + union { + __sighandler_t sa_handler; + void (*sa_sigaction)(int, struct siginfo *, void *); + }; + unsigned long sa_flags; + sigset_t sa_mask; +}; #endif
2012 May 30
2
Strange Dovecot 2.0.20 auth chokes and cores
.../sysdeps/unix/sysv/linux/raise.c:64 resultvar = <optimized out> resultvar = <optimized out> pid = 2002518004 selftid = 25476 #2 0x77450835 in __GI_abort () at abort.c:91 save_stage = 2 act = {__sigaction_handler = {sa_handler = 0x9bce4a8, sa_sigaction = 0x9bce4a8}, sa_mask = {__val = {163409408, 2002781570, 163374248, 603, 163374280, 604, 163374280, 2001703379, 0, 2002790760, 2140717252, 163374280, 0, 2003786736, 2002596704, 0, 2002618953, 2003087348, 2140717196, 0, 163409408, 2001286473, 163374248, 10, 2000834616, 20...
2009 Dec 16
2
Build fix on HURD
I've made two little patches to allow dovecot to be compiled on GNU/Hurd. Could you review them? Kind regards, Marco Nenciarini -- --------------------------------------------------------------------- | Marco Nenciarini | Debian/GNU Linux Developer - Plug Member | | mnencia at prato.linux.it | http://www.prato.linux.it/~mnencia |
2010 Jan 11
0
[PATCH] Fix arm signals
...stack controls + */ +#define SS_ONSTACK 1 +#define SS_DISABLE 2 + +#define MINSIGSTKSZ 2048 +#define SIGSTKSZ 8192 + +#include <asm-generic/signal-defs.h> + +/* This uses gcc anonymous union support... */ +struct siginfo; + +struct sigaction { + union { + __sighandler_t sa_handler; + void (*sa_sigaction)(int, struct siginfo *, void *); + }; + unsigned long sa_flags; + __sigrestore_t sa_restorer; + sigset_t sa_mask; +}; #endif -- 1.6.5.rc2
2009 Dec 14
2
4 crashes, dovecot 1.2.8, with backtrace
...ea68e0 in *__GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 resultvar = <value optimized out> pid = -1208225804 selftid = 32181 #2 0xb7ea9e15 in *__GI_abort () at abort.c:88 act = {__sigaction_handler = {sa_handler = 0x9e6cb20, sa_sigaction = 0x9e6cb20}, sa_mask = {__val = {3218055864, 135196426, 3086739168, 0, 3218055984, 3218055972, 128, 0, 0, 3218056048, 3086993008, 134566866, 666, 0, 0, 0, 1, 135269694, 128, 1, 3218055972, 166120192, 69, 3218056100, 3218055944, 135198022,...
2018 Mar 05
3
Coredump: Panic: file smtp-address.c: line 530 (smtp_address_write): assertion failed: (smtp_char_is_qpair(*p))
...at entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54 resultvar = 0 pid = 15425 selftid = 15425 #1 0x00007fea1997902a in __GI_abort () at abort.c:89 save_stage = 2 act = { __sigaction_handler = { sa_handler = 0x56239d9a3890, sa_sigaction = 0x56239d9a3890 }, sa_mask = { __val = {1, 94710917811261, 140643428345904, 94710917811577, 0, 140735221053024, 94710938452648, 513, 7700885895375379200, 0, 140643433202867, 94710938452648, 140735221053120, 94710938452304, 140643433203225, 9471093845...
2010 Oct 08
0
2.0.5: dovecot/auth crash upon reload (with backtrace)
...56751 in *__GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 resultvar = <value optimized out> pid = -1217994764 selftid = 22112 #2 0xb7559b82 in *__GI_abort () at abort.c:92 act = {__sigaction_handler = {sa_handler = 0xbfdc3ed0, sa_sigaction = 0xbfdc3ed0}, sa_mask = {__val = {3077757632, 3218882212, 3077800674, 3218882196, 3077323828, 3218882184, 3077880404, 0, 3075510304, 1, 0, 1, 3077757192, 3218882108, 3218882104, 3077532336, 3077526747, 3077739624, 3218882188, 166684304, 0...
2014 Feb 14
0
Isolated crash in dovecot/imap (with backtrace)
...0xb741b941 in *__GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 resultvar = <optimized out> pid = -1219162124 selftid = 23971 #2 0xb741ed72 in *__GI_abort () at abort.c:92 act = {__sigaction_handler = {sa_handler = 0xbfe67364, sa_sigaction = 0xbfe67364}, sa_mask = {__val = {3077998178, 3219551060, 3075884392, 3219551048, 3078081124, 0, 3075825056, 1, 0, 1, 3077954592, 142179296, 1594, 3076296067, 3, 142209064, 1, 128, 0, 3219551120, 3219551048, 3219551060, 3219551068, 307795...
2018 Jul 05
2
2.3.2 is still crashing (lmtp)
...0007f6502506207 in __GI_raise (sig=sig at entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 resultvar = 0 pid = 2826461 selftid = 2826461 #1 0x00007f65025078f8 in __GI_abort () at abort.c:90 save_stage = 2 act = {__sigaction_handler = {sa_handler = 0x1, sa_sigaction = 0x1}, sa_mask = {__val = { 520, 173, 140071844479056, 513, 140071811839987, 257, 140071844479056, 513, 7749847442339820800, 140071844479056, 140071812055443, 140071844479056, 140727678224992, 140071844567296, 140071812055801, 140071844479056}},...
2009 Jun 10
0
1.2rc5, another crash: Backtrace:dovecot-auth
...symbol table info available. #1 0xb7eee680 in *__GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 resultvar = <value optimized out> pid = -1207832588 selftid = 7692 #2 0xb7ef1d68 in *__GI_abort () at abort.c:88 act = {__sigaction_handler = {sa_handler = 0x8f90618, sa_sigaction = 0x8f90618}, sa_mask = {__val = {3220762632, 134653482, 3087132384, 0, 3220762752, 3220762740, 512, 0, 0, 3220762816, 3087595120, 134536646, 541, 0, 0, 0, 1, 134703806, 512, 1, 3220762740, 150537720, 69, 3220762868, 3220762712, 134655078, 150538293, 3220762740, 32207627...
2014 Apr 24
0
Assert crash with latest HG ddf374a36057
...ysdeps/unix/sysv/linux/raise.c:56 resultvar = <optimized out> resultvar = <optimized out> pid = -1219084288 selftid = 28355 #2 0xb73eac53 in __GI_abort () at abort.c:89 save_stage = 2 act = {__sigaction_handler = {sa_handler = 0xb7645c38, sa_sigaction = 0xb7645c38}, sa_mask = {__val = {0, 3076355807, 3220002956, 10, 3220003060, 3076811340, 3078182889, 3078183557, 3078184545, 8, 3076437534, 3076433244, 3076433384, 0, 3106788048, 3074239107, 3076355310, 3076807736, 3074111164, 0, 3107576200, 3076355899, 3076809776, 3076...
2015 Apr 23
2
Crash in dovecot/auth with backtrace
...0xb74a0661 in *__GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 resultvar = <optimized out> pid = -1218617356 selftid = 2289 #2 0xb74a3a92 in *__GI_abort () at abort.c:92 act = {__sigaction_handler = {sa_handler = 0xbfd1c924, sa_sigaction = 0xbfd1c924}, sa_mask = {__val = {3077760610, 3218196756, 3076712520, 3218196744, 3077843556, 0, 3074764848, 1, 0, 1, 3077716256, 145215752, 1097, 3077184659, 3, 145244200, 1, 128, 0, 3218196816, 3218196744, 3218196756, 3218196764, 307771...
2014 May 15
2
Re: guestfsd crashes when the handle is closed
..._blksize = 4096, st_blocks = 8, st_atim = { tv_sec = 1400158599, tv_nsec = 226617083}, st_mtim = { tv_sec = 1400154384, tv_nsec = 581000000}, st_ctim = { tv_sec = 1400154389, tv_nsec = 390000000}, st_ino = 2} sa = {__sigaction_handler = {sa_handler = 0x1, sa_sigaction = 0x1}, sa_mask = {__val = {0 <repeats 32 times>}}, sa_flags = 0, sa_restorer = 0x0} channel = <optimized out> p = <optimized out> sock = 3 lenbuf = "\365\365", <incomplete sequence \365> xdr = {x_op = XDR...
2009 Jun 10
1
1.2rc5 crash: Backtrace:dovecot-auth
...ymbol table info available. #1 0xb7df7680 in *__GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 resultvar = <value optimized out> pid = -1208844300 selftid = 31310 #2 0xb7dfad68 in *__GI_abort () at abort.c:88 act = {__sigaction_handler = {sa_handler = 0x8669618, sa_sigaction = 0x8669618}, sa_mask = {__val = {3219629144, 134653482, 3086120672, 0, 3219629264, 3219629252, 512, 0, 0, 3219629328, 3086583408, 134536646, 541, 0, 0, 0, 1, 134703806, 512, 1, 3219629252, 140940792, 69, 3219629380, 3219629224, 134655078, 140941365, 3219629252, 32196292...