This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] PR server/18081: gdbserver crashes when providing an unexisting binary


On 05/06/2015 03:14 PM, Pedro Alves wrote:
On 04/08/2015 08:30 PM, Simon Marchi wrote:

It's much better now, thanks!

FYI, I've pushed this in now.

For some reason the next test after that now fails and stops the testsuite run.


Running ../../../gdb-head-ro/gdb/testsuite/gdb.server/non-existing-program.exp ... Running ../../../gdb-head-ro/gdb/testsuite/gdb.server/server-exec-info.exp ...
can not find channel named "exp8"
    while executing
"match_max [match_max -d]"
    (procedure "default_gdb_init" line 26)
    invoked from within
"default_gdb_init $test_file_name"
    (procedure "gdb_init" line 83)
    invoked from within
"${tool}_init $test_file_name"
    (procedure "runtest" line 19)
    invoked from within
"runtest $test_name"
    ("foreach" body line 24)
    invoked from within
"foreach test_name $testlist {
		if { ${ignoretests} != "" } {
		    if { 0 <= [lsearch ${ignoretests} [file tail ${test_name}]]} {
			continue
		    }..."
    ("foreach" body line 92)
    invoked from within
"foreach pass $multipass {

	# multipass_name is set for `record_test' to use (see framework.exp).
	if { [lindex $pass 0] != "" } {
	    set multipass_..."
    ("foreach" body line 51)
    invoked from within
"foreach current_target $target_list {
    verbose "target is $current_target"
    set current_target_name $current_target
    set tlist [split $curren..."
    (file "/usr/share/dejagnu/runtest.exp" line 1624)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]