From: Jim I. <ji...@ap...> - 2002-03-04 06:19:46
|
Jason I haven't tried the latest Tk build on 10.0.4, I may indeed have broken something. You really ought to get your hands on 10.1. It is SO much nicer than 10.0.x, I can't think of any reasons not to upgrade... If Wish itself is crashing you can enable the "CrashReporter" - I don't remember how this works on 10.0.x. On 10.1 you open the Preferences of the Console app, and choose the Crashes tab and click on logging crashes. When the app crashes, then, it will dump a stack backtrace in ~/Library/Logs. You can also just run Wish under gdb (if you have installed the developer tools) and get a backtrace when it crashes. Jim > Hi all, > > I have a program that runs under Mac Classic, Linux, Solaris, and Windows > tcl/tk. When I try to run it via the mac OS X tcl/tk (either by sourcing > from > the menu, or via #!... in the script, the program fails. When I do the #! > thing from the command-line, I get "Abort"... that's it... when sourcing from > the menu, I get even less... tcl/tk just silently quits. > > How do I go about finding the problem? If I remember right cmdtrace is just > a > tclx/wishx thing. I'm trying this out on OS X v 10.0.4 Build 4Q12. Is tcl/tk > for OS X incompatible with this OS version? Any other ideas? > > Thanks, > > Jason > > __________________________________________________ > Do You Yahoo!? > Yahoo! Sports - sign up for Fantasy Baseball > http://sports.yahoo.com > > _______________________________________________ > Tcl-mac mailing list > Tc...@li... > https://lists.sourceforge.net/lists/listinfo/tcl-mac > -- ++=++=++=++=++=++=++=++=++=++=++=++=++=++=++=++=++=++=++= Jim Ingham ji...@ap... Developer Tools - gdb |