if you have the nested triggers flag enabled make sure it is really needed otherwise turn it off
If you are calling a recursive stored procedure or a recursive function in the trigger code make sure that in their code you check @@nestedlevel vairable and that call stack is not deeper than 32!