emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Avoid C stack overflow


From: Eli Zaretskii
Subject: Re: Avoid C stack overflow
Date: Thu, 13 Mar 2014 19:38:52 +0200

> Date: Thu, 13 Mar 2014 20:42:52 +0400
> From: Dmitry Antipov <address@hidden>
> 
> For those who cares about MS-Windows, this looks like a rough equivalent to
> getrlimit (RLIMIT_STACK,...):
> 
> http://stackoverflow.com/questions/21754928/how-to-get-stack-size-and-stack-limit-of-any-thread-using-win32-api

No, the API used there is only available since Windows 7.

There's a much easier method, which works on all supported versions of
Windows.  So don't worry about this aspect.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]