home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / tcl / 1294 < prev    next >
Encoding:
Text File  |  1992-09-02  |  3.5 KB  |  72 lines

  1. Newsgroups: comp.lang.tcl
  2. Path: sparky!uunet!newsgate.watson.ibm.com!yktnews!admin!ghostwind!shmdgljd
  3. From: shmdgljd@rchland.vnet.ibm.com (Jay Schmidgall)
  4. Subject: Wish core dump
  5. Sender: news@rchland.ibm.com
  6. Message-ID: <1992Sep02.152942.19371@rchland.ibm.com>
  7. Date: Wed, 02 Sep 1992 15:29:42 GMT
  8. Reply-To: jay@vnet.ibm.com
  9. Disclaimer: This posting represents the poster's views, not necessarily those of IBM
  10. Nntp-Posting-Host: ghostwind.rchland.ibm.com
  11. Organization: IBM Rochester, MN
  12. Lines: 58
  13.  
  14. I'm getting a repeatable core dump from wish when using the latest XF and
  15. going through the tutorial.  Dumps every time when setting child parameters
  16. on the menu buttons.
  17.  
  18. Hopefully this will be helpful; if you need more info or would like me to try
  19. something, lemme know...
  20.  
  21. ../net/xf> dbx -I/usr/dev/common/src/net/tk2.3 /afs/rch/rs_aix31/dev/objects/net/tk2.3/wish
  22. dbx version 3.1 for AIX.
  23. Type 'help' for help.
  24. reading symbolic information ...
  25. [using memory image in core]
  26.  
  27. segmentation violation in unnamed block $b343 at line 1481 in file "tkTextBTree.c"
  28.  1481                   i > 0; i--, childPtr = childPtr->nextPtr) {
  29. (dbx) print i
  30. (dbx) &childPtr /X
  31. 2ff7e56c:  badfca11
  32. (dbx) print childPtr->nextPtr
  33. 0x61646469 
  34. (dbx) &childPtr->nextPtr /X
  35. badfca15:  61646469
  36. (dbx) where
  37. unnamed block $b343, line 1481 in "tkTextBTree.c"
  38. Rebalance(treePtr = 0x200ba278, nodePtr = 0x2009df80), line 1481 in "tkTextBTree.c"
  39. TkBTreeDeleteChars(tree = 0x200ba278, line1Ptr = 0x2009de68, ch1 = 0, line2Ptr = 0x2009de68, ch2 = 12), line 754 in "tkTextBTree.c"
  40. tkText.DeleteChars(textPtr = 0x20219d68, line1 = 0, ch1 = 0, line2 = 0, ch2 = 12, 0x64, 0x2ff7e877, 0x64), line 980 in "tkText.c"
  41. TextWidgetCmd(clientData = 0x20219d68, interp = 0x20079988, argc = 4, argv = 0x2ff7e7e8), line 416 in "tkText.c"
  42. unnamed block $b398, line 707 in "tclBasic.c"
  43. Tcl_Eval(interp = 0x20079988, cmd = warning: Unable to access address 0x2016d2d7 from core
  44. (invalid char ptr (0x2016d2d7)), flags = 0, termPtr = 0x2ff7e794), line 707 in "tclBasic.c"
  45. Tcl_IfCmd(dummy = (nil), interp = 0x20079988, argc = 1, argv = 0x2ff7eaa4), line 112 in "tclCmdIL.c"
  46. unnamed block $b398, line 707 in "tclBasic.c"
  47. Tcl_Eval(interp = 0x20079988, cmd = warning: Unable to access address 0x20138cf8 from core
  48. (invalid char ptr (0x20138cf8)), flags = 0, termPtr = 0x2ff7ec08), line 707 in "tclBasic.c"
  49. InterpProc(clientData = 0x20138c58, interp = 0x20079988, argc = 0, argv = 0x2ff7ed78), line 499 in "tclProc.c"
  50. unnamed block $b398, line 707 in "tclBasic.c"
  51. Tcl_Eval(interp = 0x20079988, cmd = warning: Unable to access address 0x20227c9e from core
  52. (invalid char ptr (0x20227c9e)), flags = 0, termPtr = 0x2ff7ed24), line 707 in "tclBasic.c"
  53. Tcl_GlobalEval(interp = 0x20079988, command = warning: Unable to access address 0x20227c9e from core
  54. (invalid char ptr (0x20227c9e))), line 1071 in "tclBasic.c"
  55. unnamed block $b170, line 849 in "tkSend.c"
  56. unnamed block $b169, line 849 in "tkSend.c"
  57. SendEventProc(clientData = 0x20080048, eventPtr = 0x2ff7f174), line 849 in "tkSend.c"
  58. Tk_HandleEvent(eventPtr = 0x2ff7f174), line 650 in "tkEvent.c"
  59. unnamed block $b96, line 1237 in "tkEvent.c"
  60. unnamed block $b95, line 1237 in "tkEvent.c"
  61. Tk_DoOneEvent(flags = 30), line 1237 in "tkEvent.c"
  62. Tk_MainLoop(), line 1418 in "tkEvent.c"
  63. main(argc = 37, argv = 0x2ff7f39c, 0x2ff7f43c, 0xdeadbeef, 0x2ff7fffc, 0x0, 0x20079924, 0xdeadbeef), line 308 in "main.c"
  64. (dbx) 
  65.  
  66. System: AIX 3.2.2, tk3.2, xf1.4
  67.  
  68. -- 
  69. : jay          jay@vnet.ibm.com    My opinions and ideas, not my employer's.
  70. : shmdgljd@rchland.vnet.ibm.com    (c) Copyright 1992.  All rights reserved.
  71.