Questions tagged [fast-fail]

3 questions
24
votes
7 answers

Way to abort execution of MySQL scripts (raising error perhaps)?

I need to write setup scripts for MySQL (usually run using 'source [file]' from mysql console) that depend partly on existing data, and there are differences in environments, meaning that sometimes script does fail. A common case is that a 'SET'…
StaxMan
  • 113,358
  • 34
  • 211
  • 239
4
votes
4 answers

Do you have any tips to effectively use Java Assert?

I don't see much of the developer using Java Assert, but I am very keen in using them. Could you share some tips to effectively use them?
Mohan Narayanaswamy
  • 2,149
  • 6
  • 33
  • 40
3
votes
0 answers

Unexplained C# crash from NTContinue

I have an unexplained C# managed code crash, despite using try/catch. Really Appreciate if someone could help explain what happened! The crash exception code is: FAIL_FAST_SET_CONTEXT_DENIED_c0000409, the subcode is 0x30…
ymike
  • 31
  • 1