[Bug libgcj/1907] symbol demangling by Throwable.printStackTrace
neroden@gcc.gnu.org
gcc-bugzilla@gcc.gnu.org
Fri May 23 19:23:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=1907
neroden@gcc.gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned@gcc.gnu.org |neroden@gcc.gnu.org
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2003-05-23 19:11:17
date| |
------- Additional Comments From neroden@gcc.gnu.org 2003-05-23 19:11 -------
This area of code has changed a lot. The demangling portion of the code is now
located in gnu/gcj/runtime/NameFinder.java and natNameFinder.cc. It's still done by calling c++filt. Per Bothner's comment regarding (3) still
holds
as NameFinder is now called one method at a time.
The file notes that the lookup method is not thread-safe because of interactions with external processes, which may give an additional incentive to
eliminate the external program.
This shouldn't be that hard to do, actually, since the native method mentioned by Per obviously goes into natNameFinder.cc in an obvious place.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the Gcc-bugs
mailing list