public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: java/4005: ObjectOutputStream segfaults
@ 2001-08-20 11:06 Tom Tromey
  0 siblings, 0 replies; 3+ messages in thread
From: Tom Tromey @ 2001-08-20 11:06 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR java/4005; it has been noted by GNATS.

From: Tom Tromey <tromey@redhat.com>
To: scgmille@freenetproject.org
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: java/4005: ObjectOutputStream segfaults
Date: 20 Aug 2001 12:36:18 -0600

 >>>>> ">" == scgmille  <scgmille@freenetproject.org> writes:
 
 >> When executing a gcj compiled program that writes
 >> many objects to a FileOutputStream through ObjectOutputStream,
 >> a segmentation fault occurs.
 
 Could you send us a stack trace?  Be sure to CC gcc-gnats, so that the
 trace ends up in the PR.
 
 Thanks,
 Tom


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

* Re: java/4005: ObjectOutputStream segfaults
@ 2001-08-20 11:36 Scott G. Miller
  0 siblings, 0 replies; 3+ messages in thread
From: Scott G. Miller @ 2001-08-20 11:36 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR java/4005; it has been noted by GNATS.

From: "Scott G. Miller" <scgmille@indiana.edu>
To: Tom Tromey <tromey@redhat.com>
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: java/4005: ObjectOutputStream segfaults
Date: Mon, 20 Aug 2001 11:33:01 -0700

 --k+w/mQv8wyuph6w0
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 On Mon, Aug 20, 2001 at 12:36:18PM -0600, Tom Tromey wrote:
 > >>>>> ">" =3D=3D scgmille  <scgmille@freenetproject.org> writes:
 >=20
 > >> When executing a gcj compiled program that writes
 > >> many objects to a FileOutputStream through ObjectOutputStream,
 > >> a segmentation fault occurs.
 >=20
 > Could you send us a stack trace?  Be sure to CC gcc-gnats, so that the
 > trace ends up in the PR.
 
 Here is an abbreviated stack trace, the last two methods (writeFields,
 writeObject) continue for a couple thousand frames.
 
 #0  0x4040f9e2 in GC_clear_stack () from /usr/lib/libgcjgc.so.1
 #1  0x40409ff2 in GC_gcj_malloc () from /usr/lib/libgcjgc.so.1
 #2  0x402445c6 in _Jv_AllocObj(int, java::lang::Class*) ()
    from /usr/lib/libgcj.so.2
 #3  0x40155793 in _Jv_NewPrimArray () from /usr/lib/libgcj.so.2
 #4  0x401735a8 in java::lang::Throwable::fillInStackTrace() ()
    from /usr/lib/libgcj.so.2
 #5  0x40187604 in java::lang::Throwable::Throwable() ()
    from /usr/lib/libgcj.so.2
 #6  0x4017e14c in java::lang::Exception::Exception() ()
    from /usr/lib/libgcj.so.2
 #7  0x401814e8 in
   java::lang::NoSuchMethodException::NoSuchMethodException() ()
    from /usr/lib/libgcj.so.2
 #8  0x4016b4ee in
   java::lang::Class::getDeclaredMethod(java::lang::String*,
   JArray<java::lang::Class*>*) () from /usr/lib/libgcj.so.2
 #9  0x40196451 in
   java::io::ObjectOutputStream::writeObject(java::lang::Object*) () from
   /usr/lib/libgcj.so.2
 #10 0x40197a1b in
   java::io::ObjectOutputStream::writeFields(java::lang::Object*,
   JArray<java::io::ObjectStreamField*>*, bool) () from
 /usr/lib/libgcj.so.2
 #11 0x401962a6 in
   java::io::ObjectOutputStream::writeObject(java::lang::Object*) () from
   /usr/lib/libgcj.so.2
 
 
 --k+w/mQv8wyuph6w0
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.0.6 (GNU/Linux)
 Comment: For info see http://www.gnupg.org
 
 iD8DBQE7gVfdr9IW4v3mHtQRAo2zAJ9BTfvBOawWeOkDeK41vnciF/Up6QCfX0zd
 qTtzXtYooE3MKucuvW1MekU=
 =DMwC
 -----END PGP SIGNATURE-----
 
 --k+w/mQv8wyuph6w0--


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

* java/4005: ObjectOutputStream segfaults
@ 2001-08-11 11:26 scgmille
  0 siblings, 0 replies; 3+ messages in thread
From: scgmille @ 2001-08-11 11:26 UTC (permalink / raw)
  To: gcc-gnats

>Number:         4005
>Category:       java
>Synopsis:       ObjectOutputStream segfaults
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Aug 11 11:26:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     scgmille@freenetproject.org
>Release:        gcc v3.0.1 20010801
>Organization:
>Environment:
Debian GNU/Linux unstable
>Description:
When executing a gcj compiled program that writes
many objects to a FileOutputStream through ObjectOutputStream,
a segmentation fault occurs.
>How-To-Repeat:
I can provide a source tree for the relevant code and instructions
on how to reproduce.  A bit lengthy here.  I'll try to come
up with a simpler test case as well.  I also have strace
output if this would be helpful
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2001-08-20 11:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-20 11:06 java/4005: ObjectOutputStream segfaults Tom Tromey
  -- strict thread matches above, loose matches on Subject: below --
2001-08-20 11:36 Scott G. Miller
2001-08-11 11:26 scgmille

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