gdb/testsuite/ChangeLog:
	* gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
	inferior before selecting a new file.
+2015-08-14  Doug Evans  <xdje42@gmail.com>
+
+       * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
+       inferior before selecting a new file.
+
 2015-08-14  Doug Evans  <xdje42@gmail.com>
 
        * gdb.mi/mi-disassemble.exp: Update.
 
     N.B. This turns confirmation off.
     """
     safe_execute("set confirm off")
+    safe_execute("kill")
     print ("Selecting file %s" % (file_name))
     if file_name is None:
         gdb.execute("file")