Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 2042757ee8d4b1043f3812babb6afa0d > files > 4

coredumper-1.2.1-10.fc12.src.rpm

--- coredumper-1.2.1/src/coredumper_unittest.c-orig	2008-04-02 02:31:17.000000000 +0200
+++ coredumper-1.2.1/src/coredumper_unittest.c	2009-04-20 11:07:20.000000000 +0200
@@ -424,7 +424,7 @@ static void CheckWithGDB(FILE *input, FI
    * to gdb. "*" is a glob wildcard character.
    */
   static const char *msg[] = { "Core was generated by",
-                               " @ process * *"DUMPFUNCTION,
+                               " @ Thread * *"DUMPFUNCTION,
                                "[Switching to thread * *"DUMPFUNCTION,
                                "#* *CoreDump",
                                "#@ * TestCoreDump",
@@ -432,7 +432,7 @@ static void CheckWithGDB(FILE *input, FI
                                "$1 = ",
 #ifdef THREADS
                                " Busy",
-                               " @ process * Busy",
+                               " @ Thread * Busy",
                                "[Switching to thread * Busy",
                                "Busy",
                                "Busy",