gdb
[Top][All Lists]
Advanced

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

Re: [Gdb] Propolice and gdb


From: Michael Elizabeth Chastain
Subject: Re: [Gdb] Propolice and gdb
Date: Thu, 26 Jun 2003 13:11:34 -0400

The address 0x4000c0f0 is in a glibc segment.

First try:

  gcc -fno-stack-protector -static ...

So that your executable has its own static copy of glibc and has
no stack protection.

You may need to rebuild glibc with no stack protection in it,
so that gdb can write breakpoint instructions into it (gdb needs to
do this so it can automatically know about pthreads calls in your
program).

Hope this helps,

Michael C




reply via email to

[Prev in Thread] Current Thread [Next in Thread]