Skip to content

Instantly share code, notes, and snippets.

@latrokles
Created March 23, 2015 07:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save latrokles/190c106924e02d3bb791 to your computer and use it in GitHub Desktop.
Save latrokles/190c106924e02d3bb791 to your computer and use it in GitHub Desktop.
A list to track interesting footguns in programming languages, operating systems, and other techincal stuff.
* kill -9 -1 will kill all running processes except init and the process from which it was invoked.
* Spring's @transactional isn't... it will fail to rollback if a checked exception is thrown. For example a SLQConnectionException thrown from your connection pool, can result in a leaked session.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment