Server crash, URGENT PLEASE!

Hi all

This is urgent, please help !!!

I have a web app that have several buttons, all of them runs a different LS agent and then refresh the form…

@Command([ToolsRunMacro]; “(MyAgent)”) ;

@Command([ViewRefreshFields])

One of the buttons has this “MyAgent”, MyAgent have this two lines of code at then end…

Set Item = Doc.GetFirstItem ( “txtPermiso” )

Call DocWeb.CopyItem ( Item, “lstPermisosPosibles” )

The server crashes on this copyitem or either on ViewRefreshFields. I have a error handler on this agent but never gets there, only crashes…

This is weird because only crashes on a W2000 with LD 6.5.3, I have another server running LD 6.0.2 on a W XP and don’t crash…

Any ideas ??

Thanks in advance

Subject: Server crash, URGENT PLEASE !!!

The pure Domino 6.5.3 version crashes a lot, and many of the crashing issues were fixed in 6.5.3FP1. We had a lot of crashed due to CCur() (this is also documented in the public fix list) and similar functions under 6.5.3 too, which disappeared after upgrading to 6.5.3FP1.

Subject: RE: Server crash, URGENT PLEASE !!!

Hey Mike quick question. How would you know what to look for in the NSD file which could lead to it being fixed in FP1? Is there anything specific to look for?

Subject: RE: Server crash, URGENT PLEASE !!!

Look for the thread that has the word FATAL in the header for it’s stack info.