This is the mail archive of the insight@sourceware.org mailing list for the Insight 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]

Insight 6.6 hangs when trying to open "Target settings" windows


When trying to open the "Target settings" windows, Insight hangs. This occurs both with Insight 6.6 and Insight 6.6.50.20070716. I built Insight under the newest Cygwin version and Windows XP using the following commands:

export TARGET=powerpc-elf
export PREFIX=/usr/local/$TARGET
export PATH=$PATH:$PREFIX/bin

cd build-insight
../insight-6.6/configure --target=$TARGET --prefix=$PREFIX --disable-nls
make all install

These are the last lines written to Insight.log before it hangs:

T 1 2 pref {varname gdb/load/default-baud}
T 1 3 PREFS_cmd_varname gdb/load/default-baud
T 0 3 PREFS_cmd_varname {}
T 0 2 pref {}
T 1 2 pref {setd gdb/load/default-baud 38400}
T 1 3 PREFS_cmd_setd {gdb/load/default-baud 38400}
T 1 4 PREFS_run_handlers {PREFS_state {gdb/load/default-baud value} w}
T 1 5 run_hooks {{PREFS_state(gdb/load/default-baud handler)} gdb/load/default-baud 38400}
T 0 5 run_hooks {}
T 0 4 PREFS_run_handlers {}
T 0 3 PREFS_cmd_setd {}
T 0 2 pref {}
T 1 2 pref {varname gdb/load/default-hostname}
T 1 3 PREFS_cmd_varname gdb/load/default-hostname
T 0 3 PREFS_cmd_varname {}
T 0 2 pref {}
T 1 2 gettext Port:
T 0 2 gettext {}
T 1 2 pref {varname gdb/load/default-port}
T 1 3 PREFS_cmd_varname gdb/load/default-port
T 0 3 PREFS_cmd_varname {}
T 0 2 pref {}
T 1 2 .targetselection0.targetselection.f.lab.childsite.cb {list delete 0 end}
T 0 2 .targetselection0.targetselection.f.lab.childsite.cb {}

I have searched the mailing lists and read a similar problem in older versions relating to wrong .gif files, but all .gif files seems to be ok. Does anybody has an idea? Other windows of Insight are working.

Bernard


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