I tried both setting it to 0 and 1. It got by the original problem but then term crashed. With the setting of 1 I get the following:
Problem signature: Problem Event Name: APPCRASH Application Name: jconsole.exe Application Version: 0.0.0.0 Application Timestamp: 4b9ac37f Fault Module Name: j.dll Fault Module Version: 6.0.0.0 Fault Module Timestamp: 4bba596b Exception Code: c00000fd Exception Offset: 0006a0f3 OS Version: 6.0.6002.2.2.0.256.1 Locale ID: 1033 Additional Information 1: 2647 Additional Information 2: 492dbe878ff74861373b2ab3c7c0cc33 Additional Information 3: c06a Additional Information 4: 617232158098f3a9995fb7b8123cdce7 I set KeepInputLog =: 1 just after the definition of nc in the script defining it in locale "jgtkide". Maybe it needs to be set somewhere else. And in what locale should that definition be? When I first started looking for the script containing dlog_read I got a return of _1 from 4!:4 saying it was not defined in a script. After I found the script file I saw that it was defined in a script, although it was loaded as part of the boot process. Could there be some clean-up being done removing dlog_read from the 4!:4 foreign? Now with the 13!:0]1 dlog_read does show up as defined in a script. Makes me think that the list or whatever used by 4!:4 is not updated for a control error in the script with debug turned off. 2010/6/4 bill lam <[email protected]> > Птн, 04 Июн 2010, Don Guinn писал(а): > > After running pacman for J7 J crashed with a control error in dlog_read. > As > > this is starting in Jconsole I could turn on debug in profile.ijs to see > > better the problem. It turns out that KeepInputLog is undefined causing > the > > error in script addons/gui/gtkide/gtkide.ijs, line 5909. I am not sure > that > > I have everything right, so it might be a problem I caused, but I am > passing > > this on anyway. > > > > First: the name is undefined and should be defined somewhere. > > KeepInputLog is defined during loading gtkide.cfg perhaps your cfg was > overwritten by new installation. Adding a line > KeepInputLog=:1 > > should solve your problem. > > -- > regards, > ==================================================== > GPG key 1024D/4434BAB3 2008-08-24 > gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
