<div dir="ltr">Hi Team,<br><br>Below list of tests are failing with error message "BROK: Test killed by SIGSEGV"<br><br><ol><li>adjtimex02</li><li>getitimer02</li><li>getrusage02</li><li>msgctl04</li><li>setitimer02</li><li>shmctl02</li></ol><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 </div>