Results 1 to 10 of 11

Thread: Function for Debugging Dead Locks

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Nov 2008
    Location
    Round Rock, TX
    Posts
    8,842

    Cool Function for Debugging Dead Locks

    Deadlocks (an application hanging when a lock is issued) happens from time to time. This is almost always caused by incorrect alias table settings, but this is difficult to track down. I threw together the attached global function you can add to an application with this issue to track it down. Documentation is included in the package. It's intentionally minimalistic. DebugLock.pkg
    Last edited by Dennis Piccioni; 2-Nov-2015 at 02:40 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •