This is the mail archive of the gdb@sourceware.org mailing list for the GDB 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: Different memory address


On Wed, May 31, 2006 at 05:37:42PM +0800, Neo Jia wrote:
> hi,
> 
> I have used gdb to debug my program before, because each run of my 
> program use the same memory address, which is good for debugging. But 
> this time, the address is changing each time. I cannot use the memory 
> address obtained from the log file to "watch" during debugging mode. My 
> current system is FC4 and gdb 6.3. GCC is 3.4.4.

Search for information on exec-shield and address space randomization;
it has nothing to do with GDB.

-- 
Daniel Jacobowitz
CodeSourcery


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