I had the foloowing error when I run a program: warn:seh:setup_exception exception outside of stack limits in thread 000c eip 7bed9651 esp 7f9510f4 stack 0x7f950000-0x7fa50000 err:seh:setup_exception nested exception on signal stack in thread 000c eip 7bed99fd esp 7ffffcd0 stack 0x7f950000-0x7fa50000 Any Idea? Thanks. Jose Alberto
Jose Alberto Reguero wrote:
I had the foloowing error when I run a program: warn:seh:setup_exception exception outside of stack limits in thread 000c eip 7bed9651 esp 7f9510f4 stack 0x7f950000-0x7fa50000 err:seh:setup_exception nested exception on signal stack in thread 000c eip 7bed99fd esp 7ffffcd0 stack 0x7f950000-0x7fa50000 Any Idea?
Looks like a crash inside an exception handler. Use the +seh debug channel or run in winedbg to see the source of the problem.
El Miércoles, 6 de Julio de 2005 20:07, Robert Shearman escribió:
Jose Alberto Reguero wrote:
I had the foloowing error when I run a program: warn:seh:setup_exception exception outside of stack limits in thread 000c eip 7bed9651 esp 7f9510f4 stack 0x7f950000-0x7fa50000 err:seh:setup_exception nested exception on signal stack in thread 000c eip 7bed99fd esp 7ffffcd0 stack 0x7f950000-0x7fa50000 Any Idea?
Looks like a crash inside an exception handler. Use the +seh debug channel or run in winedbg to see the source of the problem.
I atach the log. Thanks Jose Alberto
El Miércoles, 6 de Julio de 2005 20:47, Jose Alberto Reguero escribió:
El Miércoles, 6 de Julio de 2005 20:07, Robert Shearman escribió:
Jose Alberto Reguero wrote:
I had the foloowing error when I run a program: warn:seh:setup_exception exception outside of stack limits in thread 000c eip 7bed9651 esp 7f9510f4 stack 0x7f950000-0x7fa50000 err:seh:setup_exception nested exception on signal stack in thread 000c eip 7bed99fd esp 7ffffcd0 stack 0x7f950000-0x7fa50000 Any Idea?
Looks like a crash inside an exception handler. Use the +seh debug channel or run in winedbg to see the source of the problem.
I think there is a problem with SIGTRAP I put some printfs. I atach the log. Jose Alberto
Jose Alberto Reguero a écrit :
El Miércoles, 6 de Julio de 2005 20:47, Jose Alberto Reguero escribió:
El Miércoles, 6 de Julio de 2005 20:07, Robert Shearman escribió:
Jose Alberto Reguero wrote:
I had the foloowing error when I run a program: warn:seh:setup_exception exception outside of stack limits in thread 000c eip 7bed9651 esp 7f9510f4 stack 0x7f950000-0x7fa50000 err:seh:setup_exception nested exception on signal stack in thread 000c eip 7bed99fd esp 7ffffcd0 stack 0x7f950000-0x7fa50000 Any Idea?
Looks like a crash inside an exception handler. Use the +seh debug channel or run in winedbg to see the source of the problem.
I think there is a problem with SIGTRAP I put some printfs. I atach the log. Jose Alberto
sounds like the same error we got from David Hemmo a while back. which OS are you using ? (distro version and kernel version) A+