Re: Core dump with ld error



"technator" <technator@xxxxxxxxx> writes:

> And more importantly, the program seems to crash when the function is
> being unwind from the stack.

You should probably read this:
http://www.catb.org/~esr/faqs/smart-questions.html

Cheers,
--
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.
.



Relevant Pages

  • Re: An algorithm problem
    ... The algorithm is recursive. ... Set the maximum depth of the Python interpreter stack to limit. ... A user may need to set the limit higher when she has a program that requires deep recursion and a platform that supports a higher limit. ... This should be done with care, because a too-high limit can lead to a crash. ...
    (comp.lang.python)
  • Re: Is there a tool or compiler option to make program crash as soon as access memory illegally
    ... I can't find the problem from its call stack. ... and the code snippet around the crash (if it ... That is often the case if crash is happening inside malloc/realloc/free ... ... In order to understand recursion you must first understand recursion. ...
    (comp.unix.programmer)
  • Re: Core dump with ld error
    ... the program seems to crash when the function is ... being unwind from the stack. ... Prev by Date: ...
    (comp.unix.solaris)
  • Re: Too much stack usage?
    ... It is likely that the rest of the stack is bogus ... ... The function which the crash occurs in does not do anything specific. ... The big question is: what is the instruction at crash point: 0x0807b1b1? ... In order to understand recursion you must first understand recursion. ...
    (comp.unix.solaris)
  • Re: Any use for recursion?
    ... In modern languages there is no overhead. ... popped back off the stack, the program counter being changed again. ... Recursion is ubiquitous in modern software. ...
    (comp.programming)