Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #23476 > unrolled thread
| Started by | Roedy Green <see_website@mindprod.com.invalid> |
|---|---|
| First post | 2013-04-16 17:02 -0700 |
| Last post | 2013-04-16 22:31 -0400 |
| Articles | 5 — 3 participants |
Back to article view | Back to comp.lang.java.programmer
Yet another bug in 1.7.0_21 Roedy Green <see_website@mindprod.com.invalid> - 2013-04-16 17:02 -0700
Re: Yet another bug in 1.7.0_21 Roedy Green <see_website@mindprod.com.invalid> - 2013-04-16 17:27 -0700
Re: Yet another bug in 1.7.0_21 Lew <lewbloch@gmail.com> - 2013-04-16 19:26 -0700
Re: Yet another bug in 1.7.0_21 Roedy Green <see_website@mindprod.com.invalid> - 2013-04-18 13:01 -0700
Re: Yet another bug in 1.7.0_21 Arne Vajhøj <arne@vajhoej.dk> - 2013-04-16 22:31 -0400
| From | Roedy Green <see_website@mindprod.com.invalid> |
|---|---|
| Date | 2013-04-16 17:02 -0700 |
| Subject | Yet another bug in 1.7.0_21 |
| Message-ID | <4iprm8lsarimp63leet929fe659g8bcjsj@4ax.com> |
I got EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000006c883b08, pid=2360, tid=3932 in a large program I have been running for years without incident. This the worst release I have ever seen. I started with Java =1,0 -- Roedy Green Canadian Mind Products http://mindprod.com Computer programming is the best remedy for pain (physical or emotional) I have encountered. It requires so much concentration there is nothing left over to pay attention to the pain. They should teach this in AA.
[toc] | [next] | [standalone]
| From | Roedy Green <see_website@mindprod.com.invalid> |
|---|---|
| Date | 2013-04-16 17:27 -0700 |
| Message-ID | <92rrm8503thoolhoe067b18o430uiel50s@4ax.com> |
| In reply to | #23476 |
On Tue, 16 Apr 2013 17:02:57 -0700, Roedy Green <see_website@mindprod.com.invalid> wrote, quoted or indirectly quoted someone who said : >I got EXCEPTION_ACCESS_VIOLATION (0xc0000005) at >pc=0x000000006c883b08, pid=2360, tid=3932 When run the same jar using jet runtime, it works fine. -- Roedy Green Canadian Mind Products http://mindprod.com Computer programming is the best remedy for pain (physical or emotional) I have encountered. It requires so much concentration there is nothing left over to pay attention to the pain. They should teach this in AA.
[toc] | [prev] | [next] | [standalone]
| From | Lew <lewbloch@gmail.com> |
|---|---|
| Date | 2013-04-16 19:26 -0700 |
| Message-ID | <b0fcf012-0676-48a5-ae2c-85088389706a@googlegroups.com> |
| In reply to | #23477 |
Roedy Green wrote: > Roedy Green wrote, quoted or indirectly quoted someone who said : >> I got EXCEPTION_ACCESS_VIOLATION (0xc0000005) at >> pc=0x000000006c883b08, pid=2360, tid=3932 > > When run the same jar [sic] using jet [sic] runtime, it works fine. Long on the complaint, short on the details. http://sscce.org/ -- Lew
[toc] | [prev] | [next] | [standalone]
| From | Roedy Green <see_website@mindprod.com.invalid> |
|---|---|
| Date | 2013-04-18 13:01 -0700 |
| Message-ID | <9sj0n8hhjcj1d11g3uoa2abqr7nednkij8@4ax.com> |
| In reply to | #23481 |
On Tue, 16 Apr 2013 19:26:57 -0700 (PDT), Lew <lewbloch@gmail.com> wrote, quoted or indirectly quoted someone who said : >Long on the complaint, short on the details. It had to happen in a huge program (this zip is 18 MB excluding of sample data files) and refused to give any details about where in my code the trouble was. At that point I just said, "This is a such a mess. Others will be having trouble too. I have to back off to the previous version". I will wait until 1.7.0_23 is released and give it another try. I really should do an SSCCE on the exec bug though. The string came from a parser, not direct as I showed. It could be the parser doing something strange under 1.7.0_21. I have some reason to think that is not so, but should eliminate the possibility completely. -- Roedy Green Canadian Mind Products http://mindprod.com Computer programming is the best remedy for pain (physical or emotional) I have encountered. It requires so much concentration there is nothing left over to pay attention to the pain. They should teach this in AA.
[toc] | [prev] | [next] | [standalone]
| From | Arne Vajhøj <arne@vajhoej.dk> |
|---|---|
| Date | 2013-04-16 22:31 -0400 |
| Message-ID | <516e0983$0$32104$14726298@news.sunsite.dk> |
| In reply to | #23476 |
On 4/16/2013 8:02 PM, Roedy Green wrote: > I got EXCEPTION_ACCESS_VIOLATION (0xc0000005) at > pc=0x000000006c883b08, pid=2360, tid=3932 > > in a large program I have been running for years without incident. In my experience then that type of error typical comes from AWT not liking the graphics card. Arne
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.java.programmer
csiph-web