This is the mail archive of the insight@sources.redhat.com 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] | |
Hi guys,
I traced the problem with Insight locking up on a Windows machine when the
thread window was accessed - process.itb was trying to create ide_sizebox
which not longer exists (it looks like it was made redundant with the recent
tcl update). This code pattern exists in a few other files, most of which
have already been commented out.
The attached patch fixes the thread window problem, removes a second
instance which would cause the same problem, and cleans up the other
instances which were commented out anyway.
Tested on a WinXP machine running cygwin.
Nick
2003-03-17 Nick Kelsey nickk at ubicom dot com
* process.itb (build_win): Removed ide_sizebox instantiation that is
no longer required and is causing errors for win hosts.
* tdump.tcl (build_win): Ditto.
* locals.tcl (build_win): Removed ide_sizebox instantiation that is
no longer required and already commented out.
* regwin.itb (build_win): Ditto.
* srcwin.itb (constructor): Ditto.
* stackwin.itb (constructor): Ditto.
* watch.tcl (constructor): Ditto.
Attachment:
gdbtk_win.patch
Description: Binary data
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |