From: Daniel A. S. <st...@ic...> - 2001-08-27 02:53:19
|
At 12:06 +0200 on 25/8/01, Mats Bengtsson wrote: >Mads Linden wrote: >> >> i get "mac crashes" when using heavyli casceded popups in my app on the mac >> >> please run the example i have made since i am in big trouble here, hit the >> "hit me" rapidly over and over, and select some sub items of the cascades. >> >> sometimes it crashes after 5 hits, other times 20 aprox. hits >> >> would love to know if i am the only one having these problems. > > While I can reproduce Mads' menu problem, I can't reproduce your xml problem Mats, your script on a small xml file here works fine in 8.3.3 and the latest 8.4. (using tclxml-2.1theta) maybe you can send me your xml file? >Same problem here. It's a memory manager problem. >In MacsBug I get: > BowelsOfTheMemoryMgr > "Unable to acces that address" The menu problem is different from the old memory deallocation bug, it may even be a macos bug, I can also reproduce it whatever the memory allocation of Wish, so it's more complicated. I will look into it but am very busy at the moment, so it may taek a few days. >However, I can reproduce it TclXML by parsing a simple document, >se below, and then Quit from wish's menu.. I don't see this, this sounds like a bug I fixed for 8.3.3 when I rewrote the memory allocation and deallocation routines. Are you sure you have the latest 8.3.3 installed? (increasing wish's memory allocation should fix your bug) Cheers, Daniel -- ** Daniel A. Steffen ** "And now to something completely ** Department of Mathematics ** different" Monty Python ** Macquarie University ** <mailto:st...@ma...> ** NSW 2109 Australia ** <http://www.maths.mq.edu.au/~steffen/> |