Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SQLDeveloper crashes EXCEPTION_ACCESS_VIOLATION

5c77b281-f1c0-4dec-8a51-e753ab2a1139Dec 15 2014 — edited Dec 17 2014

Hi,

Within 10 - 20 seconds of opening a connection within SQLDeveloper and starting to attempt to do some work it crashes. I have looked at previous posts regarding this and most tend to point to JDK issue. I believe i am using a JDK in the requested range of versions so was reaching out to see if anyone else may know what the cause of this is?

# A fatal error has been detected by the Java Runtime Environment:

#

#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000006903d268, pid=7976, tid=5508

Current thread (0x000000000a978000):  JavaThread "AWT-EventQueue-0" [_thread_in_native, id=5508, stack(0x000000000c5f0000,0x000000000c6f0000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000010

Stack: [0x000000000c5f0000,0x000000000c6f0000],  sp=0x000000000c6ed9d0,  free space=1014k

Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)

C  0x000000006903d268

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)

j  sun.awt.Win32GraphicsDevice.getMaxConfigsImpl(I)I+0

j  sun.awt.Win32GraphicsDevice.getMaxConfigs(I)I+10

j  sun.awt.Win32GraphicsDevice.getConfigurations()[Ljava/awt/GraphicsConfiguration;+69

j  javax.swing.ToolTipManager.getDrawingGC(Ljava/awt/Point;)Ljava/awt/GraphicsConfiguration;+36

j  javax.swing.ToolTipManager.showTipWindow()V+115

j  javax.swing.ToolTipManager$insideTimerAction.actionPerformed(Ljava/awt/event/ActionEvent;)V+113

j  javax.swing.Timer.fireActionPerformed(Ljava/awt/event/ActionEvent;)V+35

j  javax.swing.Timer$DoPostEvent.run()V+74

j  java.awt.event.InvocationEvent.dispatch()V+47

j  java.awt.EventQueue.dispatchEventImpl(Ljava/awt/AWTEvent;Ljava/lang/Object;)V+21

j  java.awt.EventQueue.access$200(Ljava/awt/EventQueue;Ljava/awt/AWTEvent;Ljava/lang/Object;)V+3

j  java.awt.EventQueue$3.run()Ljava/lang/Void;+12

j  java.awt.EventQueue$3.run()Ljava/lang/Object;+1

v  ~StubRoutines::call_stub

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 14 2015
Added on Dec 15 2014
3 comments
2,094 views