cornercorner
FeaturesPluginsPlatformDocs & SupportCommunityPartners

Bug 27618 - Java VM crashes on OSX 10.2 when swtching to "expert" pane in "debugging" or "running" option window
: Java VM crashes on OSX 10.2 when swtching to "expert" pane in "debugging" or ...
Status: CLOSED WONTFIX
: platform
-- Other --
: 3.4
: Macintosh Mac OS X
: P2 (vote)
: TBD
Assigned To:
:
:
:
:
:
:
  Show dependency treegraph
 
Reported: 2002-09-26 17:17 by
Modified: 2008-12-22 21:26 (History)
Issue Type: DEFECT
:


Attachments
crash log (13.81 KB, text/plain)
2002-09-27 10:44, Tomas Hurka
Details


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2002-09-26 17:17:12
To reproduce :
run the ide, open the "options" window, go to the
"defualt debugger" section and click on the
"expert" tab. Boom. Netbeans crashes and I get a
stack trace of the Virtual Machine, it appears to
carsh in some bit of Quartz : 

Thread 9 Crashed:
 #0   0x93c9f114 in
Java_com_apple_mrj_internal_awt_graphics_GLImageBlitter_glGetTextureFromImageAnySize
 #1   0x93c9bea4 in
Java_com_apple_mrj_internal_awt_graphics_GLPen_glDrawGlyphs
 #2   0x024a17b0 in 0x24a17b0
 #3   0x02493b40 in 0x2493b40
 #4   0x02491450 in 0x2491450
 #5   0x024b8b60 in
¡øøøøø¬œøøøø√œøøøøƒ⁄øøøø≈„øøøø∆ƒøøøø« øøøø» øøøø…Õøøøø
ÕøøøøÀÕøøø
 #6   0x024a982c in 0x24a982c
 #7   0x024b1e2c in 0x24b1e2c
 #8   0x024b1c08 in 0x24b1c08
 #9   0x0264cc44 in 0x264cc44
 #10  0x0242a314 in 0x242a314
 #11  0x024a2c08 in 0x24a2c08
 #12  0x0242a314 in 0x242a314
 #13  0x024a2c08 in 0x24a2c08
 #14  0x0242a314 in 0x242a314
 #15  0x024a2c08 in 0x24a2c08
 #16  0x0242a314 in 0x242a314
 #17  0x024a2c08 in 0x24a2c08
 #18  0x0261e0f4 in 0x261e0f4
 #19  0x0242a314 in 0x242a314
 #20  0x024a2c08 in 0x24a2c08
 #21  0x0242a314 in 0x242a314
 #22  0x024a2c08 in 0x24a2c08
 #23  0x0242a314 in 0x242a314
 #24  0x024a2c08 in 0x24a2c08
 #25  0x0242a314 in 0x242a314
 #26  0x024a2c08 in 0x24a2c08
 #27  0x0242a314 in 0x242a314
 #28  0x024a2c08 in 0x24a2c08
 #29  0x0242a314 in 0x242a314
 #30  0x024a2c08 in 0x24a2c08
 #31  0x0242a314 in 0x242a314
 #32  0x024a2c08 in 0x24a2c08
 #33  0x0242a314 in 0x242a314
 #34  0x024a2c08 in 0x24a2c08
 #35  0x025ffbe0 in 0x25ffbe0
 #36  0x0242a314 in 0x242a314
 #37  0x024a2c08 in 0x24a2c08
 #38  0x0242a314 in 0x242a314
 #39  0x024a2c08 in 0x24a2c08
 #40  0x0242a314 in 0x242a314
 #41  0x024a2c08 in 0x24a2c08
 #42  0x025ffbe0 in 0x25ffbe0
 #43  0x0242a314 in 0x242a314
 #44  0x024a2c08 in 0x24a2c08
 #45  0x0261e0f4 in 0x261e0f4
 #46  0x0230a924 in 0x230a924
 #47  0x024a7cfc in 0x24a7cfc
 #48  0x024804b0 in 0x24804b0
 #49  0x024b33c0 in 0x24b33c0
 #50  0x0249dab8 in 0x249dab8
 #51  0x0249ba40 in 0x249ba40
 #52  0x02499428 in 0x2499428
 #53  0x025eefd4 in 0x25eefd4
 #54  0x02202e60 in 0x2202e60
 #55  0x0210068c in 0x210068c
 #56  0x0210068c in 0x210068c
 #57  0xa2843c38 in typeinfo name for
std::bad_exception
 #58  0x92838bdc in JVM_CurrentTimeMillis
 #59  0x92878c28 in JVM_FindClassFromClass
 #60  0x92892c90 in JVM_IsSameClassPackage
 #61  0x9288cf70 in JVM_GetMethodIxExceptionTableEntry
 #62  0x928787a0 in JVM_FindClassFromClass
 #63  0x928a51fc in JVM_GetClassMethodsCount
 #64  0x90021428 in _pthread_body

strictly speaking, this presumably isn't an issue
with Netbeans, since nothing netbeans could do
should be able to crash the VM, so I've filed a
bug with Apple about this too - their bug id is :
3038964

I've verified this on 2 machines (g4 tower + g4
laptop with fresh installs of netbeans 3.4)
------- Comment #1 From 2002-09-26 19:16:27 -------
reassigne to core, also cc'ing Tomas H. , he is onle one persone who
has Mac under his table.

Tomas can you try it? Thanks advance.
------- Comment #2 From 2002-09-27 10:42:49 -------
I can confirm this bug. I will attach my crash log, so you can add it 
your Apple's bug report. 
------- Comment #3 From 2002-09-27 10:44:54 -------
Created an attachment (id=7540) [details]
crash log
------- Comment #4 From 2002-10-02 15:07:54 -------
Reported to Apple as bug #3065369. Closing as wontfix.
------- Comment #5 From 2003-01-23 08:43:47 -------
*** Issue 30287 has been marked as a duplicate of this issue. ***
------- Comment #6 From 2003-03-14 08:32:40 -------
This issue is fixed in JDK 1.4.1
------- Comment #7 From 2003-06-03 07:50:36 -------
*** Issue 34080 has been marked as a duplicate of this issue. ***