m of stacksize.
Thanks.
Sincerely yours,
EISUKE HAYASHI
Jim Wilson wrote:
>
> Hayashi Eisuke wrote:
> > 100: 400 (-1077752048)
> > 2092728: Segmentatioin error (core dumped)
>
> The process is dying because you are exceeding unix process stack space
> limits
DEAR Sir : GNU
I am writing to you regarding bug report
under this code
#include
#include
void subroutine(int n)
{
int buf[n];
fprintf(stderr, "%d (%d)\n", (int)sizeof(buf), (unsigned long)buf);
}
int main( int argc, char **argv)
{
int i, value[] = {0, 1, -1, INT_MAX, 1
DEAR Sir : GNU
I am writing to you regarding bug report
about under this code
aaa(int bbb) {
char *ccc[bbb]
}
gcc response no error. but memory error occured.
Sincerely yours,
EISUKE HAYASHI