This is the mail archive of the gdb-prs@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]

[Bug gdb/13431] jit code registration cleanup


http://sourceware.org/bugzilla/show_bug.cgi?id=13431

--- Comment #2 from Steve Fink <sphink at gmail dot com> 2011-12-16 20:01:06 UTC ---
Note that I've found this to be a serious usability issue. I control whether
the JIT code registration does anything with an environment variable, but that
doesn't help with this bug -- as long as __jit_debug_descriptor is defined in
any linked object file, you'll occasionally get this problem. In my experience,
it isn't even necessary to modify the file containing the
__jit_debug_descriptor definition (or its headers) in order for it to be moved
around. (Probably the linker is putting the object file at a different address
or something.) And yet, you'll sometimes get lucky and recompile with major
modifications without seeing this issue.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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