i wonder about SIGRT_0 signal 32, where does it come from?

i search for this upstream and there are just _3_ issues. 4468 and 2090 seem
duplicates of this one, crashing related to fonts. 16082 is unsolved writer
hang.

near the end of my strace setup.bin before crash i got this signal 32
SIGRT_0:

lstat64("/usr/lib/openoffice/program/soffice.bin", {st_mode=S_IFREG|0755,
st_size=461728, ...}) = 0
profil(0xc2fc8, 0x428, 0x72e5d1e0, 0x4c0000) = 1000
open("/etc/passwd", O_RDONLY)           = 10
nfssvc(0xa)                             = 0
nfssvc(0xa)                             = 0
_llseek(10, 0, [0], SEEK_CUR)           = 0
fstat64(10, {st_mode=S_IFREG|0644, st_size=1334, ...}) = 0
SYS_56(0, 0x536, 0x1)                   = 1879162880
_llseek(10, 1334, [1334], SEEK_SET)     = 0
munmap(0x7001c000, 1334)                = 0
close(10)                               = 0
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
pipe([10, 11])                          = 10
clone(child_stack=0xc73d0,
flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND) = 4784
write(11, "\0\0\0\0\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\3\34\230\0\0"..., 148)
= 148
rt_sigprocmask(SIG_SETMASK, NULL, [RT_0], 8) = 0
write(11, "q/\2000\0\0\0\0\0\0\0p\314\260\310\0\f,\330\200\0\0\0"..., 148)
= 148
rt_sigprocmask(SIG_SETMASK, NULL, [RT_0], 8) = 0
rt_sigsuspend([] <unfinished ...>
--- SIGRT_0 (Unknown signal 32) @ 0 (0) ---
<... rt_sigsuspend resumed> )           = -1 EPIPE (Broken pipe)
sigreturn()                             = ? (mask now [])
rt_sigprocmask(SIG_SETMASK, NULL, [RT_0], 8) = 0
rt_sigsuspend([] <unfinished ...>
--- SIGRT_0 (Unknown signal 32) @ 0 (0) ---

Reply via email to