public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/17352] Uninitialized char variable causes erratic behavior
       [not found] <bug-17352-9267@http.gcc.gnu.org/bugzilla/>
@ 2005-11-28  5:14 ` pinskia at gcc dot gnu dot org
  2006-02-26 19:56 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-11-28  5:14 UTC (permalink / raw)
  To: java-prs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug java/17352] Uninitialized char variable causes erratic behavior
       [not found] <bug-17352-9267@http.gcc.gnu.org/bugzilla/>
  2005-11-28  5:14 ` [Bug java/17352] Uninitialized char variable causes erratic behavior pinskia at gcc dot gnu dot org
@ 2006-02-26 19:56 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-02-26 19:56 UTC (permalink / raw)
  To: java-prs



------- Comment #5 from pinskia at gcc dot gnu dot org  2006-02-26 19:56 -------
No feedback in over 3 months.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID


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


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

* [Bug java/17352] Uninitialized char variable causes erratic behavior
  2004-09-07 18:35 [Bug java/17352] New: " dtiller at captechventures dot com
                   ` (3 preceding siblings ...)
  2004-09-28  0:26 ` pinskia at gcc dot gnu dot org
@ 2004-10-29 17:37 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-29 17:37 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |wrong-code


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


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

* [Bug java/17352] Uninitialized char variable causes erratic behavior
  2004-09-07 18:35 [Bug java/17352] New: " dtiller at captechventures dot com
                   ` (2 preceding siblings ...)
  2004-09-08 12:25 ` dtiller at captechventures dot com
@ 2004-09-28  0:26 ` pinskia at gcc dot gnu dot org
  2004-10-29 17:37 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-28  0:26 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-28 00:26 -------
Also try 4.0.0 because it might be easier to diagnose the problem there.

-- 


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


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

* [Bug java/17352] Uninitialized char variable causes erratic behavior
  2004-09-07 18:35 [Bug java/17352] New: " dtiller at captechventures dot com
  2004-09-07 18:40 ` [Bug java/17352] " dtiller at captechventures dot com
  2004-09-07 19:13 ` tromey at gcc dot gnu dot org
@ 2004-09-08 12:25 ` dtiller at captechventures dot com
  2004-09-28  0:26 ` pinskia at gcc dot gnu dot org
  2004-10-29 17:37 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 7+ messages in thread
From: dtiller at captechventures dot com @ 2004-09-08 12:25 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From dtiller at captechventures dot com  2004-09-08 12:25 -------
Subject: RE:  Uninitialized char variable causes erratic behavior

Thanks for your prompt reply!

I will try to isolate the issue as soon as I get a chance. I fear it may
be one of those wiggly memory errors that are nearly impossible to
reproduce in a small test case.


-----Original Message-----
From: tromey at gcc dot gnu dot org [mailto:gcc-bugzilla@gcc.gnu.org] 
Sent: Tuesday, September 07, 2004 3:13 PM
To: David Tiller
Subject: [Bug java/17352] Uninitialized char variable causes erratic
behavior



------- Additional Comments From tromey at gcc dot gnu dot org
2004-09-07 19:13 ------- It would be helpful if you could try to make a
smaller test case. For instance, could you try taking the body of
getQuotedString and seeing if it can be made to fail in relative
isolation?




-- 


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


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

* [Bug java/17352] Uninitialized char variable causes erratic behavior
  2004-09-07 18:35 [Bug java/17352] New: " dtiller at captechventures dot com
  2004-09-07 18:40 ` [Bug java/17352] " dtiller at captechventures dot com
@ 2004-09-07 19:13 ` tromey at gcc dot gnu dot org
  2004-09-08 12:25 ` dtiller at captechventures dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: tromey at gcc dot gnu dot org @ 2004-09-07 19:13 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From tromey at gcc dot gnu dot org  2004-09-07 19:13 -------
It would be helpful if you could try to make a smaller test case.
For instance, could you try taking the body of getQuotedString
and seeing if it can be made to fail in relative isolation?


-- 


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


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

* [Bug java/17352] Uninitialized char variable causes erratic behavior
  2004-09-07 18:35 [Bug java/17352] New: " dtiller at captechventures dot com
@ 2004-09-07 18:40 ` dtiller at captechventures dot com
  2004-09-07 19:13 ` tromey at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: dtiller at captechventures dot com @ 2004-09-07 18:40 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From dtiller at captechventures dot com  2004-09-07 18:40 -------
Created an attachment (id=7068)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7068&action=view)
Attached is a zip file containing crimson-1.1.3.tar, Test.java, and test.xml.


-- 


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


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

end of thread, other threads:[~2006-02-26 19:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-17352-9267@http.gcc.gnu.org/bugzilla/>
2005-11-28  5:14 ` [Bug java/17352] Uninitialized char variable causes erratic behavior pinskia at gcc dot gnu dot org
2006-02-26 19:56 ` pinskia at gcc dot gnu dot org
2004-09-07 18:35 [Bug java/17352] New: " dtiller at captechventures dot com
2004-09-07 18:40 ` [Bug java/17352] " dtiller at captechventures dot com
2004-09-07 19:13 ` tromey at gcc dot gnu dot org
2004-09-08 12:25 ` dtiller at captechventures dot com
2004-09-28  0:26 ` pinskia at gcc dot gnu dot org
2004-10-29 17:37 ` pinskia at gcc dot gnu dot org

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