BUG: AddInLogMessageText( ) cases server to PANIC on task/server shutdown

WinNT, Domino 6.5.1, C-API 6.5.1

during task or server shutdown, any use of the AddInLogMessageText( ) causes the server to PANIC.

has anyone written a server add-in that can actually use domino’s inbuilt logging to generate console messages during a task/server shutdown?

i can use printf( ) as a workaround but the output is never logged to the log database, it’s just text on the screen.

if anyone knows a windows function that can tell me if a thread (the current one) is being shut down/terminated that would also partially help with the printf workaround.

Subject: BUG: AddInLogMessageText( ) cases server to PANIC on task/server shutdown

Raymond, if it’s any help I wrote a DSAPI filter DLL which uss the AddInLogMessageText function during both startup and shutdown of the HTTP task. It seems to work OK, even if the complete server is being shutdown.regards,

Nigel