0

This error has occurred twice today on our development server running Domino 8.5.3:

http://dl.dropbox.com/u/40159/DominoDebugError.png

When this happens it slows HTTP to a crawl and we have to reboot the server. Anyone have any ideas of why this may be happening or ways to prevent? Thanks for any tips.

Ryan Buening
  • 1,559
  • 2
  • 22
  • 60

2 Answers2

0

Based on this, it looks like there is memory corruption occurring in the Domino server's HTTP task. If you don't have any custom or 3rd-party add-ons running on the server that might have caused this, then it would appear to be an IBM problem and you should call them for support.

Community
  • 1
  • 1
Richard Schwartz
  • 14,463
  • 2
  • 23
  • 41
  • We are using the Extension Library on the server. Thanks for the advice. – Ryan Buening Apr 16 '12 at 14:10
  • Just to be sure... Extension Manager (i.e., code written in the Notes C API hooking server events), or Extension Library (i.e., code provided by OpenNTF and IBM to enhance the Domino server's XPages programmability)? – Richard Schwartz Apr 16 '12 at 16:16
  • Then it definitely sounds like an IBM problem to me. The only strange thing IMHO is that you're getting the VC++ error dialog instead of it crashing and generating an NSD file. – Richard Schwartz Apr 17 '12 at 11:12
0

Are you doing any UTF-8 file handling in Lotusscript ? If you are beware if the files is not in UTF-8 format then you will get a memory corruption.

Fredrik Norling
  • 3,461
  • 17
  • 21