This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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 libgcj/30742] ResourceBundle regression



------- 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


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