Stack Problem: sig 11 maperr

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Devaraj

    Stack Problem: sig 11 maperr

    I am getting sig 11 maperr due to overflow of stack on solaris 2.8. can
    any body suggest some solution.

    I tried following stuff.
    Altering stack size by
    ulimit -s
    setrlimit system call.
    since process is multithreaded above solution did not have much effect.
    some env details : Solaris 2.8 with forte 6.2 CC compiler and rougewave
    thread library.
    Thanks for help

  • Kevin Goodsell

    #2
    Re: Stack Problem: sig 11 maperr

    Devaraj wrote:
    [color=blue]
    > I am getting sig 11 maperr due to overflow of stack on solaris 2.8. can
    > any body suggest some solution.
    >
    > I tried following stuff.
    > Altering stack size by
    > ulimit -s
    > setrlimit system call.
    > since process is multithreaded above solution did not have much effect.
    > some env details : Solaris 2.8 with forte 6.2 CC compiler and rougewave
    > thread library.
    > Thanks for help
    >[/color]

    You seem to have a problem with a particular platform or compiler. When
    you have a C++ question, ask it here. Please take non-C++ issues elsewhere.

    -Kevin
    --
    My email address is valid, but changes periodically.
    To contact me please use the address from a recent posting.

    Comment

    Working...