Gallery of Stack Traces: Pay Dirt

You know what happens when you try to delete that entry?  All hell breaks loose:

FK_this.
Click for full size

You know how you find that error?  You just test.  It stems from a basic oversight in hooking up the database to the interface, where the application lets you delete something you’re not supposed to delete.

You should never see this sort of stack trace.  It leaks all sorts of insight into your database structure.

You should never see this sort of stack trace.  But you probably will.

Comments are closed.