public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/13139] gcj throws exception with faulty stacktrace with freenet
       [not found] <bug-13139-7416@http.gcc.gnu.org/bugzilla/>
@ 2006-07-06 23:06 ` mckinlay at redhat dot com
  0 siblings, 0 replies; 7+ messages in thread
From: mckinlay at redhat dot com @ 2006-07-06 23:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from mckinlay at redhat dot com  2006-07-06 23:06 -------
Verified that freenet-0.5.2.1 now produces valid stack traces running under
gcj.


-- 

mckinlay at redhat dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13139


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libgcj/13139] gcj throws exception with faulty stacktrace with freenet
  2003-11-20 18:28 [Bug libgcj/13139] New: " robilad at kaffe dot org
                   ` (4 preceding siblings ...)
  2003-11-29 16:48 ` robilad at kaffe dot org
@ 2004-05-06 21:35 ` mckinlay at redhat dot com
  5 siblings, 0 replies; 7+ messages in thread
From: mckinlay at redhat dot com @ 2004-05-06 21:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mckinlay at redhat dot com  2004-05-06 21:35 -------
New stack trace code should fix interpreter stack trace problems.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |12740


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13139


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libgcj/13139] gcj throws exception with faulty stacktrace with freenet
  2003-11-20 18:28 [Bug libgcj/13139] New: " robilad at kaffe dot org
                   ` (3 preceding siblings ...)
  2003-11-28 22:49 ` tromey at gcc dot gnu dot org
@ 2003-11-29 16:48 ` robilad at kaffe dot org
  2004-05-06 21:35 ` mckinlay at redhat dot com
  5 siblings, 0 replies; 7+ messages in thread
From: robilad at kaffe dot org @ 2003-11-29 16:48 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From robilad at kaffe dot org  2003-11-29 16:48 -------
I was using the version from  CVS head, 2003-11-19, with verification commented out.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13139


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libgcj/13139] gcj throws exception with faulty stacktrace with freenet
  2003-11-20 18:28 [Bug libgcj/13139] New: " robilad at kaffe dot org
                   ` (2 preceding siblings ...)
  2003-11-28 20:19 ` pinskia at gcc dot gnu dot org
@ 2003-11-28 22:49 ` tromey at gcc dot gnu dot org
  2003-11-29 16:48 ` robilad at kaffe dot org
  2004-05-06 21:35 ` mckinlay at redhat dot com
  5 siblings, 0 replies; 7+ messages in thread
From: tromey at gcc dot gnu dot org @ 2003-11-28 22:49 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tromey at gcc dot gnu dot org  2003-11-28 22:49 -------
That error looks like a duplicate of Bug 13107.

Also, I wonder if we're still getting bogus stack traces 
in some cases (per the original part of this report).


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13139


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libgcj/13139] gcj throws exception with faulty stacktrace with freenet
  2003-11-20 18:28 [Bug libgcj/13139] New: " robilad at kaffe dot org
  2003-11-27 22:05 ` [Bug libgcj/13139] " pinskia at gcc dot gnu dot org
  2003-11-28 19:41 ` tromey at gcc dot gnu dot org
@ 2003-11-28 20:19 ` pinskia at gcc dot gnu dot org
  2003-11-28 22:49 ` tromey at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-28 20:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-28 20:19 -------
I just tried a newer version (20031125) and I still get a verification error:
Exception in thread "main" java.lang.VerifyError: verification failed at PC 63 in 
freenet.support.FileLoggerHook$WriterThread:run(()V): recursive subroutine call
   <<No stacktrace available>>

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13139


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libgcj/13139] gcj throws exception with faulty stacktrace with freenet
  2003-11-20 18:28 [Bug libgcj/13139] New: " robilad at kaffe dot org
  2003-11-27 22:05 ` [Bug libgcj/13139] " pinskia at gcc dot gnu dot org
@ 2003-11-28 19:41 ` tromey at gcc dot gnu dot org
  2003-11-28 20:19 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: tromey at gcc dot gnu dot org @ 2003-11-28 19:41 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tromey at gcc dot gnu dot org  2003-11-28 19:41 -------
The verifier errors were, I believe, fixed on 2003-11-18:

2003-11-18  Tom Tromey  <tromey@redhat.com>

	PR libgcj/13026:
	* verify.cc (state::copy): Only set local_changed if we're in a
	subroutine.  Correctly copy local variables which were modified
	by the subroutine.
	(push_jump_merge): Added more debugging output.

Andrew, could you try with a newer version?
Dalibor, what version were you using?


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13139


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libgcj/13139] gcj throws exception with faulty stacktrace with freenet
  2003-11-20 18:28 [Bug libgcj/13139] New: " robilad at kaffe dot org
@ 2003-11-27 22:05 ` pinskia at gcc dot gnu dot org
  2003-11-28 19:41 ` tromey at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-27 22:05 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-27 22:05 -------
With 3.4 (20031018), I get verification errors (later versions most likely get the wrong 
backtrace):
[zhivago2:~/src/gccPRs/freenet] pinskia% sh start-freenet.sh 
It appears that this is your first time running Freenet. You
should read the README file as it contains important instructions
and advice.

First we must generate a freenet.conf file. I will now run
Freenet in configure mode, and it will ask you a number of
questions. If you don't understand the question, hitting enter
without typing anything will go with the default which is likely
to be the right thing.

Exception in thread "main" java.lang.VerifyError: verification failed at PC 832 in 
freenet.node.Main:loadNodeFile(()V): incompatible type in local variable
   <<No stacktrace available>>
Starting Freenet now: Done
[zhivago2:~/src/gccPRs/freenet] pinskia% Exception in thread "main" 
java.lang.VerifyError: verification failed at PC 832 in 
freenet.node.Main:loadNodeFile(()V): incompatible type in local variable
   <<No stacktrace available>>

[zhivago2:~/src/gccPRs/freenet] pinskia% ~/fsf-clean-nocheck/bin/gij -version
gij (GNU libgcj) version 3.4 20031018 (experimental)

Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR 
PURPOSE.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-11-27 22:05:48
               date|                            |
            Summary|gcj throws exception with   |gcj throws exception with
                   |faulty stacktrace with      |faulty stacktrace with
                   |freenet                     |freenet


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13139


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-07-06 23:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-13139-7416@http.gcc.gnu.org/bugzilla/>
2006-07-06 23:06 ` [Bug libgcj/13139] gcj throws exception with faulty stacktrace with freenet mckinlay at redhat dot com
2003-11-20 18:28 [Bug libgcj/13139] New: " robilad at kaffe dot org
2003-11-27 22:05 ` [Bug libgcj/13139] " pinskia at gcc dot gnu dot org
2003-11-28 19:41 ` tromey at gcc dot gnu dot org
2003-11-28 20:19 ` pinskia at gcc dot gnu dot org
2003-11-28 22:49 ` tromey at gcc dot gnu dot org
2003-11-29 16:48 ` robilad at kaffe dot org
2004-05-06 21:35 ` mckinlay at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).