Comment 9 for bug 1662244

Revision history for this message
Doug Goldstein (cardoe) wrote :

Just prior to the SIGTRAP I see a mmap() fail with EAGAIN and a failing ioctl() call. This is from the attached strace with the other noise trimmed out.

4108 mmap(NULL, 8392704, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_ST
ACK, -1, 0 <unfinished ...>
4108 <... mmap resumed> ) = -1 EAGAIN (Resource temporarily unavai
lable)
4108 ioctl(2, TCGETS <unfinished ...>
4108 <... ioctl resumed> , 0x7ffcbb763220) = -1 ENOTTY (Inappropriate ioctl for
 device)
4108 write(2, "\n(lightdm-gtk-greeter:4108): GLi"..., 125 <unfinished ...>
4108 <... write resumed> ) = 125
4108 --- SIGTRAP {si_signo=SIGTRAP, si_code=SI_KERNEL} ---