Computed Text error crashes Notes

I’ve encountered two repeatable problems with Notes 6.0.1 when using computed text, problems that @IsError doesn’t protect against. I’m curious if anyone else has seen this.

I’m working with long-existing documents. If I edit a computed text instance, put in @Formula, and somehow introduce a code error, then Save, Notes 5 just displays the error message and/or respects an @IsError to display something else. However, Notes provides a generic error message, then immediately crashes – it closes itself, with no RBOD. Rebooting is usually require.d

Two examples:

#1: @DbColumn in a computed text field inadvertently returns more than 64K of data. @IsError is there to trap errors, and it works fine when Domino displays the document on the Web, and when the document is opened in Notes 5. But in Notes 6.0.1, simply saving the document crashes Notes…every time! Notes tries to execute the code, gets the error, ignores (or never gets to) the @IsError, and crashes. At first I thought this meant @IsError is flakey, but then I encountered the next example. (Modifying the @DbColumn target view to contain less than 64K doesn’t trigger an error so Notes doesn’t crash.)

#2: I put @Environment into a computed text field to get a value from notes.ini, but the desired value doesn’t exist. Saving the document causes Notes to crash and close; reboot is needed. I didn’t get to the point of adding @IsError (I just wanted to see what @Environment would return), but I’m guessing it won’t help.

In both cases, the Save works – reopening the doc shows the last-saved code. So the crash happens after the Save, when Notes tries to then execute the computed text code and update the displayed document.

The problem happens in Notes, not Designer, because only Notes tries to immediately execute the formula.

Has anyone else run into this?

Subject: Computed Text error crashes Notes

I’m seeing the same problem. Have you reported this as a bug?

p.s.

You can save the hassle of rebooting (or logging of and on, or manually killing processes) when Notes crashes with this useful utility. You can use it to kill off any vestigial Notes processes after a crash.

http://www.nsftools.com/tools/nKill.htm

Subject: RE: Computed Text error crashes Notes

This is still a problem (a serious problem!) in Notes 6.0.2 CF1

Hello, IBM?

Subject: RE: Computed Text error crashes Notes

I am having this same problem, but mine does not have anything to do with the formula code having errors. Simply doing as save, before exiting the computed text window causes notes to crash. This is able to be recreated easily. Just create editable text, type in a simple forumla and press CTRL-S before clicking the green check mark OR clicking anywhere else on the document outside of the computed text window. If you do click outside the computed text window, the problem usually does not happen.

Come on IBM… it’s been numerious versions since this became a bug. Right now I am on 6.5.2 and still having the problem DAILY!