<div dir="ltr"><div style="font-family:trebuchet ms,sans-serif" class="gmail_default"><font size="2"></font></div><div class="gmail_default" style="font-family:trebuchet ms,sans-serif"><font size="2">Hi Team,<br><br>Below list of tests are failing with error message "BROK: Test killed by SIGSEGV"<br><br></font><ol><li><font size="2">    adjtimex02</font></li><li><font size="2">    getitimer02</font></li><li><font size="2">    getrusage02</font></li><li><font size="2">    msgctl04</font></li><li><font size="2">    setitimer02</font></li><li><font size="2">    shmctl02</font></li></ol><font size="2"><br><br>Further analysis found that the root cause of failures are due to<br>"Cannot access memory at address 0xffffffff".<br><br>$cat getitimer02.c  <br>/* call with a bad address */<br>TEST(getitimer(ITIMER_REAL, (struct itimerval *)-1));<br><br>#Debugging on image gives<br><br>Breakpoint 2, __getitimer (which=ITIMER_REAL, curr_value=0xffffffff) at ../sysdeps/unix/sysv/linux/getitimer.c:33<br>33 ../sysdeps/unix/sysv/linux/getitimer.c: No such file or directory.<br>(gdb) n<br>50 in ../sysdeps/unix/sysv/linux/getitimer.c<br>(gdb) p curr_value<br>$3 = (struct itimerval *) 0xffffffff<br>(gdb) p *curr_value<br>Cannot access memory at address 0xffffffff<br><br>Please let us know whether we need to handle SIGSEGV in above listed testcases or we need to work on glibc for the fix.<br><br>This behavior is observed with glibc-2.32 version and above.<br><br>Regards,<br>Vinay</font></div></div>