Notes 8.5.1FP2 on Mac crash when opening an entry from outline

I’ve got an entry in the outline with the following action

DocUID := @DbLookup(“”:“nocache”; “”;“View-04”; “Prof-Database”; 2;[FailSilent]);

@If ( DocUID=“”;

@PostedCommand([Compose];“Setup-01”);

@Do(

@Command([OpenView] ; “View-04” ; “Prof-Database” );

@Command([OpenDocument]);

@Command([OpenView] ; “View-04”);

@Command([FileCloseWindow])

)

)

every time I open it on Notes for Mac, Notes crashes. The same item on Notes for Windows works. If necessary I can post (or attach) console log.

Subject: Please attach NSD & CrashReporter logs for analysis

NSD Location (file name starts with ‘nsd’ and has a ‘.log’ extension)

~/Library/Application Support/Lotus Notes Data/IBM_TECHNICAL_SUPPORT

Crash file on Mac OS X 10.5 Leopard (file name starts with either ‘eclipse’ or ‘notes’ and has a ‘.crash’ extension)

~/Library/Logs/CrashReporter

Crash file on Mac OS X 10.6 Snow Leopard (file name starts with either ‘eclipse’ or ‘notes’ and has a ‘.crash’ extension)

~/Library/Logs/DiagnosticReports

In Mac OS X 10.6 Snow Leopard, a symbolic link is also created in the CrashReporter directory, but copying that link does not copy the original file, so always copy the files from the locations above.

Subject: Now it works…

I have no idea why now it works… Last time I tried everything (Mac restart, Lotus restart, etc…) without success. Today I tried opening action at it works. No comment. I’m sorry.Thanks