Blame SOURCES/gdb-test-pid0-core.patch

a1b30c
From FEDORA_PATCHES Mon Sep 17 00:00:00 2001
a1b30c
From: Fedora GDB patches <invalid@email.com>
a1b30c
Date: Fri, 27 Oct 2017 21:07:50 +0200
a1b30c
Subject: gdb-test-pid0-core.patch
a1b30c
a1b30c
;; New test gdb.arch/x86_64-pid0-core.exp for kernel PID 0 cores (BZ 611435).
a1b30c
;;=fedoratest
a1b30c
a1b30c
https://bugzilla.redhat.com/show_bug.cgi?id=611435
a1b30c
a1b30c
Fix:
a1b30c
Re: [RFA]corelow.c: Add tid to add_to_thread_list
a1b30c
http://sourceware.org/ml/gdb-patches/2010-08/msg00085.html
a1b30c
http://sourceware.org/ml/gdb-cvs/2010-08/msg00026.html
a1b30c
2e5bcfdef1ec3883d48c3f87a4be5c0dff25e17e
a1b30c
a1b30c
diff --git a/gdb/testsuite/gdb.arch/x86_64-pid0-core.core.bz2.uu b/gdb/testsuite/gdb.arch/x86_64-pid0-core.core.bz2.uu
a1b30c
new file mode 100644
a1b30c
--- /dev/null
a1b30c
+++ b/gdb/testsuite/gdb.arch/x86_64-pid0-core.core.bz2.uu
a1b30c
@@ -0,0 +1,20 @@
a1b30c
+begin 600 x86_64-pid0-core.core.bz2
a1b30c
+M0EIH.3%!629362,CA>P!$/'_____^*#EZ-A!SP36P&_:G0#=14``04A&8,'U
a1b30c
+M2*9`>$$)P`*RN"#*;#4R()IJ8C$TT&FC3$&@`T`#:C1H8C0T,@,FC,D"4T2!
a1b30c
+M"/2CU'B90]31ZAD#U`&AZF@/4:``!HT&F@!H<`#0-`-#0``#3$-&F@```#0R
a1b30c
+M``#")2FD]2>4]0TTT-!HTT--,0,"#$`R!I@AD`#1H,3&GZT.4TO$#H40/`0C
a1b30c
+M2$IRXS,<55!8T,&&,R.Z441"?J9I%G6GUA2!.[]Z"C5S[&19,%VS7E6[3"60
a1b30c
+M@`-*2G)QEQ(;?0Y<=MK]/U?Q)LB%+F37TJ9BI*46)H'*Z@V"`"$"P7]&
a1b30c
+M>XZ:JE0E<*:#1M$P3G]>VCI)(A!O$64`5$4`E$$-.``7&(09`8HO`B6K!Q^&
a1b30c
+M562%N)2+0@*HB@%D@5$%!*0!L1&0D4D6\:-$A`)`+<6D82PP*H(J(H!?F;0$
a1b30c
+M%PXB7N!2D4!44`W7"ADEQM6
a1b30c
+M8"W*_;DV<AN#,XRU]Q-J2FDAFKAQ(9A+ZK$MCY#EI8:W-(15>O9TBO5,_]1)
a1b30c
+M($Q2))#),UE,QQK)E$,3D\W.>!4)QO8A_@^Z_SXS
a1b30c
+MW+@WN)O)YO;3:I9YW-A$)N'2
a1b30c
+M,JV"N(Z:@0E#)50BSF)$T6_IN)#"Z8PLQ4UQ9]@Z'+;T]990-:Y:2`P26#!D
a1b30c
+MV+0L6"X@C9`GHAGSY7)%LWOY+E[2/>4;Q8=HV6[:&$@2$@$R29IBW)K%3"O`
a1b30c
+M9^Y0YJ&BXY1U2HTZ5)2H-V\_(.DZHWE+C#WS($(!I"3CUH2#(+(OWUV"*<<9
a1b30c
+MJ%A!J[%O.P&V%GI.`L7<1@0>,^1F\MY=V5UT,&NOG%7TTZ[03!@BHB@&)
a1b30c
+4B.Z!/,0-IZ^W_Q=R13A0D",CA>P`
a1b30c
+`
a1b30c
+end
a1b30c
diff --git a/gdb/testsuite/gdb.arch/x86_64-pid0-core.exp b/gdb/testsuite/gdb.arch/x86_64-pid0-core.exp
a1b30c
new file mode 100644
a1b30c
--- /dev/null
a1b30c
+++ b/gdb/testsuite/gdb.arch/x86_64-pid0-core.exp
a1b30c
@@ -0,0 +1,46 @@
a1b30c
+# This testcase is part of GDB, the GNU debugger.
a1b30c
+#
a1b30c
+# Copyright 2010 Free Software Foundation, Inc.
a1b30c
+#
a1b30c
+# This program is free software; you can redistribute it and/or modify
a1b30c
+# it under the terms of the GNU General Public License as published by
a1b30c
+# the Free Software Foundation; either version 2 of the License, or
a1b30c
+# (at your option) any later version.
a1b30c
+#
a1b30c
+# This program is distributed in the hope that it will be useful,
a1b30c
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
a1b30c
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
a1b30c
+# GNU General Public License for more details.
a1b30c
+#
a1b30c
+# You should have received a copy of the GNU General Public License
a1b30c
+# along with this program; if not, write to the Free Software
a1b30c
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
a1b30c
+
a1b30c
+# Some kernel core files have PID 0 - for the idle task.
a1b30c
+
a1b30c
+if ![istarget "x86_64-*-*"] {
a1b30c
+    verbose "Skipping x86_64-pid0-core test."
a1b30c
+    return
a1b30c
+}
a1b30c
+
a1b30c
+set testfile "x86_64-pid0-core"
a1b30c
+set corebz2uufile ${srcdir}/${subdir}/${testfile}.core.bz2.uu
a1b30c
+set corefile [standard_output_file ${testfile}.core]
a1b30c
+
a1b30c
+if {[catch "system \"uudecode -o - ${corebz2uufile} | bzip2 -dc >${corefile}\""] != 0} {
a1b30c
+    untested "failed uudecode or bzip2"
a1b30c
+    return -1
a1b30c
+}
a1b30c
+file stat ${corefile} corestat
a1b30c
+if {$corestat(size) != 8798208} {
a1b30c
+    untested "uudecode or bzip2 produce invalid result"
a1b30c
+    return -1
a1b30c
+}
a1b30c
+
a1b30c
+gdb_exit
a1b30c
+gdb_start
a1b30c
+gdb_reinitialize_dir $srcdir/$subdir
a1b30c
+
a1b30c
+# Former crash was:
a1b30c
+# thread.c:884: internal-error: switch_to_thread: Assertion `inf != NULL' failed.
a1b30c
+gdb_test "core-file ${corefile}" "Program terminated with signal (11|SIGSEGV), Segmentation fault\\.\r\n.*"