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

[LCP]Threads in Linux



I have a program in C++ in Linux which is using large arrays (150000) inside a function, which called by a thread. After compiling the same program in other platforms I am getting weird run time errors, related to the stack and my application crashes.

question: using large arrays in that way is a problem with other platforms, like HP-UX or Solaris ?

Thanks,
Rafael