> The below program has 2 try..except blocks. In each block an object is > created, that gives an access violation. > The first is catched, the second not. > Why? Because the signal SIGSEGV is still blocked. I'll fix it when i'm home.