This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: stdcall lib functions with exception throwing callbacks vs Dwarf2 EH


On Tue, Nov 23, 2004 at 09:22:34PM -0600, Aaron W. LaFramboise wrote:
>Do any Windows system routines have any function local cleanup that
>they'd need to do registered with SEH, or are they OK with suddenly
>being zapped out of existance at user code call points?

If cygwin's signal handling code is any indication, Windows system
routines will become very unhappy if you just zap the PC away somewhere
down (up?) the stack.  On Windows 9x you'll eventually cause a system
crash, in fact.

cgf


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]