My application (Process_1) creates a thread (thread_1). Process_1 generated exception 0x406D1388 for Thread_1 to set thread name using RaiseException.
I generated exception in __try block and control does not comes to __except block and application continue in __try block.
I verified using OllyDbg for thread name in TIB of thread and found that address of strig in not set at 0x14 location in TIB.
Please help me out







