This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/30742] ResourceBundle regression
- From: "tromey at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Feb 2007 22:28:39 -0000
- Subject: [Bug libgcj/30742] ResourceBundle regression
- References: <bug-30742-360@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from tromey at gcc dot gnu dot org 2007-02-09 22:28 -------
Created an attachment (id=13028)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13028&action=view)
first patch
This patch fixes the problem for me.
In my run, the GetStackWalkerCallingClass call in
getCallingClass returns ResourceBundle -- but what we
want it ResourceBundle's caller.
This is pretty awful though. I think perhaps we need a new
API in _Jv_StackTrace for this case.
Also I think there must be something here I am missing,
since I don't see how this code could work on any platform.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30742