This is the mail archive of the gcc-help@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: Memory Allocation Problem


Hi Sriharsha,

>It was sev faulting when Im trying to pass this value to a function (printf or any other user-defined function). Thats what I dont understand....

That's usually an indicator that the available STACK is being exceeding.

(It was only a couple decades ago that I had to work with a 256 byte stack. Times changes.)

--Eljay


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