To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53572





------- Additional comments from [EMAIL PROTECTED] Wed Nov 30 04:33:51 -0800 
2005 -------
@dbo: The fact is that mingw does have alloca which works but incompatible 
with exception handling. The chunk alloced by alloca on stack before a try 
block is not considered in rewinding when an exception is catched by a catch 
block and accessing the area causes unpredictable effect as the area may be 
already used as part of stack.

It would be OK after the control goes out of the function.

Therefore, all the uses of alloca before try blocks in fuctions need 
rewriting. Actually I have not reviewed details yet.

tono (Takashi Ono)


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to