Java cai quando tenta acessar o MS Word

Olá meus caros,
tenho um problema inédito e não sei se alguem já passou por ele, se sim peço a ajuda de todos ^^

Quando minha aplicação chama um documento de word que está numa pasta do computador.
A aplicação é fechada abruptamente e não é aberto o programa word.

o console apresenta o seguinte erro:
Java Result: -1073741819

Alguem sabe o que pode ser?

Olá lordtiago poste o código fonte para dar uma olhada.

Valeu!

[code]import java.io.File;
import java.io.IOException;
import java.net.URL;
import javax.swing.;
import java.awt.
;
public class TelaPrincipal extends javax.swing.JFrame {

/** Creates new form TelaPrincipal */
public TelaPrincipal() {
    super("ARF-Cruzeiro: Controle de Emissão de Documentos (CED)");        
    for (int i = 0; i < 5000; i++)
    System.out.println("");
    initComponents();
    setBounds(10,10,630,500);
    setResizable(false);
    setLocationRelativeTo(null);
    ImageIcon icone = new ImageIcon ("icone.GIF");
	setIconImage (icone.getImage());
            
            
   }        
/** This method is called from within the constructor to
 * initialize the form.
 * WARNING: Do NOT modify this code. The content of this method is
 * always regenerated by the Form Editor.
 */   
// <editor-fold defaultstate="collapsed" desc=" Código Gerado ">//GEN-BEGIN:initComponents
private void initComponents() {
    painelCorpo = new javax.swing.JPanel();
    bCom = new javax.swing.JButton();
    bMem = new javax.swing.JButton();
    bInt = new javax.swing.JButton();
    bRep = new javax.swing.JButton();
    bCob = new javax.swing.JButton();
    bOfi = new javax.swing.JButton();
    bDis = new javax.swing.JButton();
    jLabel1 = new javax.swing.JLabel();
    jLabel2 = new javax.swing.JLabel();
    jMenuBar1 = new javax.swing.JMenuBar();
    arquivo = new javax.swing.JMenu();
    comunicacao = new javax.swing.JMenuItem();
    memorando = new javax.swing.JMenuItem();
    intimacao = new javax.swing.JMenuItem();
    diso = new javax.swing.JMenuItem();
    representacao = new javax.swing.JMenuItem();
    cobranca = new javax.swing.JMenuItem();
    oficio = new javax.swing.JMenuItem();
    Cancelamento = new javax.swing.JMenuItem();
    ajuda = new javax.swing.JMenu();
    guia = new javax.swing.JMenuItem();

    getContentPane().setLayout(null);

    setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
    setBackground(new java.awt.Color(255, 255, 255));
    setBounds(new java.awt.Rectangle(2, 2, 2, 2));
    setCursor(new java.awt.Cursor(java.awt.Cursor.DEFAULT_CURSOR));
    ImageIcon icone = new ImageIcon ("C:\Documents and Settings\INSS\ControleDeEmissaoDeDocumentos\build\classes\icone.GIF");
    setIconImage(icone.getImage());
    painelCorpo.setBackground(new java.awt.Color(255, 255, 255));
    painelCorpo.setAutoscrolls(true);
    painelCorpo.setOpaque(false);
    bCom.setText("Comunica\u00e7\u00e3o");
    bCom.addActionListener(new java.awt.event.ActionListener() {
        public void actionPerformed(java.awt.event.ActionEvent evt) {
            bComActionPerformed(evt);
        }
    });

    bMem.setText("Memorando");
    bMem.addActionListener(new java.awt.event.ActionListener() {
        public void actionPerformed(java.awt.event.ActionEvent evt) {
            bMemActionPerformed(evt);
        }
    });

    bInt.setText("Intima\u00e7\u00e3o");
    bInt.addActionListener(new java.awt.event.ActionListener() {
        public void actionPerformed(java.awt.event.ActionEvent evt) {
            bIntActionPerformed(evt);
        }
    });

    bRep.setText("Representa\u00e7\u00e3o");
    bRep.addActionListener(new java.awt.event.ActionListener() {
        public void actionPerformed(java.awt.event.ActionEvent evt) {
            bRepActionPerformed(evt);
        }
    });

    bCob.setText("Cobran\u00e7a");
    bCob.addActionListener(new java.awt.event.ActionListener() {
        public void actionPerformed(java.awt.event.ActionEvent evt) {
            bCobActionPerformed(evt);
        }
    });

    bOfi.setText("Oficio");
    bOfi.addActionListener(new java.awt.event.ActionListener() {
        public void actionPerformed(java.awt.event.ActionEvent evt) {
            bOfiActionPerformed(evt);
        }
    });

    bDis.setText("DISO");
    bDis.addActionListener(new java.awt.event.ActionListener() {
        public void actionPerformed(java.awt.event.ActionEvent evt) {
            bDisActionPerformed(evt);
        }
    });

    jLabel1.setFont(new java.awt.Font("Arial", 1, 24));
    jLabel1.setForeground(new java.awt.Color(0, 51, 102));
    jLabel1.setText("CONTROLE DE EMISS\u00c3O DE DOCUMENTOS");

    javax.swing.GroupLayout painelCorpoLayout = new javax.swing.GroupLayout(painelCorpo);
    painelCorpo.setLayout(painelCorpoLayout);
    painelCorpoLayout.setHorizontalGroup(
        painelCorpoLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
        .addGroup(painelCorpoLayout.createSequentialGroup()
            .addGap(106, 106, 106)
            .addGroup(painelCorpoLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
                .addGroup(painelCorpoLayout.createSequentialGroup()
                    .addGroup(painelCorpoLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
                        .addComponent(bMem, javax.swing.GroupLayout.DEFAULT_SIZE, 95, Short.MAX_VALUE)
                        .addComponent(bInt, javax.swing.GroupLayout.Alignment.TRAILING, javax.swing.GroupLayout.DEFAULT_SIZE, 95, Short.MAX_VALUE)
                        .addComponent(bCom, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
                    .addGap(190, 190, 190)
                    .addGroup(painelCorpoLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING, false)
                        .addComponent(bCob, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
                        .addComponent(bOfi, javax.swing.GroupLayout.Alignment.TRAILING, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
                        .addComponent(bRep)))
                .addGroup(painelCorpoLayout.createSequentialGroup()
                    .addGap(139, 139, 139)
                    .addComponent(bDis, javax.swing.GroupLayout.PREFERRED_SIZE, 95, javax.swing.GroupLayout.PREFERRED_SIZE)
                    .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 156, javax.swing.GroupLayout.PREFERRED_SIZE)))
            .addGap(134, 134, 134))
        .addGroup(painelCorpoLayout.createSequentialGroup()
            .addGap(50, 50, 50)
            .addComponent(jLabel1, javax.swing.GroupLayout.PREFERRED_SIZE, 519, javax.swing.GroupLayout.PREFERRED_SIZE)
            .addContainerGap(61, Short.MAX_VALUE))
    );
    painelCorpoLayout.setVerticalGroup(
        painelCorpoLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
        .addGroup(painelCorpoLayout.createSequentialGroup()
            .addGap(33, 33, 33)
            .addComponent(jLabel1)
            .addGap(25, 25, 25)
            .addGroup(painelCorpoLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
                .addComponent(bRep, javax.swing.GroupLayout.PREFERRED_SIZE, 39, javax.swing.GroupLayout.PREFERRED_SIZE)
                .addComponent(bCom, javax.swing.GroupLayout.PREFERRED_SIZE, 38, javax.swing.GroupLayout.PREFERRED_SIZE))
            .addGap(53, 53, 53)
            .addGroup(painelCorpoLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
                .addComponent(bCob, javax.swing.GroupLayout.PREFERRED_SIZE, 35, javax.swing.GroupLayout.PREFERRED_SIZE)
                .addComponent(bMem, javax.swing.GroupLayout.PREFERRED_SIZE, 35, javax.swing.GroupLayout.PREFERRED_SIZE))
            .addGap(49, 49, 49)
            .addGroup(painelCorpoLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
                .addComponent(bInt, javax.swing.GroupLayout.PREFERRED_SIZE, 36, javax.swing.GroupLayout.PREFERRED_SIZE)
                .addComponent(bOfi, javax.swing.GroupLayout.PREFERRED_SIZE, 38, javax.swing.GroupLayout.PREFERRED_SIZE))
            .addGap(28, 28, 28)
            .addComponent(bDis, javax.swing.GroupLayout.PREFERRED_SIZE, 33, javax.swing.GroupLayout.PREFERRED_SIZE)
            .addGap(78, 78, 78))
    );
    getContentPane().add(painelCorpo);
    painelCorpo.setBounds(0, 0, 630, 440);

    jLabel2.setBackground(new java.awt.Color(255, 255, 255));
    jLabel2.setIcon(new javax.swing.ImageIcon(getClass().getResource("fundoTelaPrincipal.JPG")));
    jLabel2.setDisabledIcon(new javax.swing.ImageIcon(getClass().getResource("/controledeemissaodedocumentos/fundoTelaPrincipal.JPG")));
    getContentPane().add(jLabel2);
    jLabel2.setBounds(-6, 4, 670, 440);

    arquivo.setMnemonic('a');
    arquivo.setText("Arquivo");
    comunicacao.setMnemonic('c');
    comunicacao.setText("Comunica\u00e7\u00e3o");
    comunicacao.addActionListener(new java.awt.event.ActionListener() {
        public void actionPerformed(java.awt.event.ActionEvent evt) {
            comunicacaoActionPerformed(evt);
        }
    });

    arquivo.add(comunicacao);

    memorando.setMnemonic('m');
    memorando.setText("Memorando");
    memorando.addActionListener(new java.awt.event.ActionListener() {
        public void actionPerformed(java.awt.event.ActionEvent evt) {
            memorandoActionPerformed(evt);
        }
    });

    arquivo.add(memorando);

    intimacao.setMnemonic('i');
    intimacao.setText("Intima\u00e7\u00e3o");
    intimacao.addActionListener(new java.awt.event.ActionListener() {
        public void actionPerformed(java.awt.event.ActionEvent evt) {
            intimacaoActionPerformed(evt);
        }
    });

    arquivo.add(intimacao);

    diso.setMnemonic('d');
    diso.setText("DISO");
    diso.addActionListener(new java.awt.event.ActionListener() {
        public void actionPerformed(java.awt.event.ActionEvent evt) {
            disoActionPerformed(evt);
        }
    });

    arquivo.add(diso);

    representacao.setMnemonic('r');
    representacao.setText("Representa\u00e7\u00e3o");
    representacao.addActionListener(new java.awt.event.ActionListener() {
        public void actionPerformed(java.awt.event.ActionEvent evt) {
            representacaoActionPerformed(evt);
        }
    });

    arquivo.add(representacao);

    cobranca.setMnemonic('o');
    cobranca.setText("Cobran\u00e7a");
    cobranca.addActionListener(new java.awt.event.ActionListener() {
        public void actionPerformed(java.awt.event.ActionEvent evt) {
            cobrancaActionPerformed(evt);
        }
    });

    arquivo.add(cobranca);

    oficio.setMnemonic('f');
    oficio.setText("Of\u00edcio");
    oficio.addActionListener(new java.awt.event.ActionListener() {
        public void actionPerformed(java.awt.event.ActionEvent evt) {
            oficioActionPerformed(evt);
        }
    });

    arquivo.add(oficio);

    Cancelamento.setMnemonic('e');
    Cancelamento.setText("Cancelamento");
    Cancelamento.addActionListener(new java.awt.event.ActionListener() {
        public void actionPerformed(java.awt.event.ActionEvent evt) {
            CancelamentoActionPerformed(evt);
        }
    });

    arquivo.add(Cancelamento);

    jMenuBar1.add(arquivo);

    ajuda.setMnemonic('j');
    ajuda.setText("Ajuda");
    guia.setMnemonic('g');
    guia.setText("Guia do Usu\u00e1rio");
    guia.addActionListener(new java.awt.event.ActionListener() {
        public void actionPerformed(java.awt.event.ActionEvent evt) {
            guiaActionPerformed(evt);
        }
    });

    ajuda.add(guia);

    jMenuBar1.add(ajuda);

    setJMenuBar(jMenuBar1);

    pack();
}// </editor-fold>//GEN-END:initComponents

private void CancelamentoActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_CancelamentoActionPerformed

// TODO adicione seu código de manipulação aqui:
if (evt.getSource()== Cancelamento){Cancelamento cnl = new Cancelamento();}
}//GEN-LAST:event_CancelamentoActionPerformed

private void disoActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_disoActionPerformed

// TODO adicione seu código de manipulação aqui:
if (evt.getSource()==diso){iDISO diso = new iDISO();}
}//GEN-LAST:event_disoActionPerformed

private void oficioActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_oficioActionPerformed

// TODO adicione seu código de manipulação aqui:
if (evt.getSource()==oficio){iOficio ofi = new iOficio();}
}//GEN-LAST:event_oficioActionPerformed

private void cobrancaActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_cobrancaActionPerformed

// TODO adicione seu código de manipulação aqui:
if (evt.getSource()==cobranca){iCobranca cob = new iCobranca();}
}//GEN-LAST:event_cobrancaActionPerformed

private void representacaoActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_representacaoActionPerformed

// TODO adicione seu código de manipulação aqui:
if (evt.getSource()==representacao){iRepresentacao rep = new iRepresentacao();}
}//GEN-LAST:event_representacaoActionPerformed

private void intimacaoActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_intimacaoActionPerformed

// TODO adicione seu código de manipulação aqui:
if (evt.getSource()==intimacao){Intimacao iInt = new Intimacao();}
}//GEN-LAST:event_intimacaoActionPerformed

private void memorandoActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_memorandoActionPerformed

// TODO adicione seu código de manipulação aqui:
if (evt.getSource()==memorando){iMemorando mem = new iMemorando();}
}//GEN-LAST:event_memorandoActionPerformed

private void comunicacaoActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_comunicacaoActionPerformed

// TODO adicione seu código de manipulação aqui:
if (evt.getSource()==comunicacao){iComunicacao com = new iComunicacao();}
}//GEN-LAST:event_comunicacaoActionPerformed

private void bDisActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_bDisActionPerformed

// TODO adicione seu código de manipulação aqui:
if (evt.getSource()==bDis){iDISO disoX = new iDISO();}
}//GEN-LAST:event_bDisActionPerformed

private void bOfiActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_bOfiActionPerformed

// TODO adicione seu código de manipulação aqui:
if (evt.getSource()==bOfi){iOficio ofi = new iOficio();}

}//GEN-LAST:event_bOfiActionPerformed

private void bCobActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_bCobActionPerformed

// TODO adicione seu código de manipulação aqui:
if (evt.getSource()==bCob){iCobranca cob = new iCobranca();}
}//GEN-LAST:event_bCobActionPerformed

private void bRepActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_bRepActionPerformed

// TODO adicione seu código de manipulação aqui:
if (evt.getSource()==bRep){iRepresentacao rep = new iRepresentacao();}
}//GEN-LAST:event_bRepActionPerformed

private void bIntActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_bIntActionPerformed

// TODO adicione seu código de manipulação aqui:
if (evt.getSource()==bInt){Intimacao iInt = new Intimacao();}
}//GEN-LAST:event_bIntActionPerformed

private void bMemActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_bMemActionPerformed

// TODO adicione seu código de manipulação aqui:
if (evt.getSource()==bMem){iMemorando memX = new iMemorando();}
}//GEN-LAST:event_bMemActionPerformed

private void bComActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_bComActionPerformed

// TODO adicione seu código de manipulação aqui:
if (evt.getSource() == bCom){iComunicacao com = new iComunicacao();}
}//GEN-LAST:event_bComActionPerformed

private void guiaActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_guiaActionPerformed

// TODO adicione seu código de manipulação aqui:
if (evt.getSource() == guia){
try{
//String caminho=“C:\Documents and Settings\INSS\ControleDeEmissaoDeDocumentos\build\classes\CartaCobranca.doc”;
Desktop.getDesktop().open(new File("\C:\CED\dist\Docs\Documentacao.doc"));
}
catch(Exception e){
System.out.print(e);
}}
}//GEN-LAST:event_guiaActionPerformed
//método Splash
public void initApplication() {

    Splash.getInstance().finish();
}           
// Declaração de variáveis - não modifique//GEN-BEGIN:variables
private javax.swing.JMenuItem Cancelamento;
private javax.swing.JMenu ajuda;
private javax.swing.JMenu arquivo;
private javax.swing.JButton bCob;
private javax.swing.JButton bCom;
private javax.swing.JButton bDis;
private javax.swing.JButton bInt;
private javax.swing.JButton bMem;
private javax.swing.JButton bOfi;
private javax.swing.JButton bRep;
private javax.swing.JMenuItem cobranca;
private javax.swing.JMenuItem comunicacao;
private javax.swing.JMenuItem diso;
private javax.swing.JMenuItem guia;
private javax.swing.JMenuItem intimacao;
private javax.swing.JLabel jLabel1;
private javax.swing.JLabel jLabel2;
private javax.swing.JMenuBar jMenuBar1;
private javax.swing.JMenuItem memorando;
private javax.swing.JMenuItem oficio;
private javax.swing.JPanel painelCorpo;
private javax.swing.JMenuItem representacao;
// Fim da declaração de variáveis//GEN-END:variables

}
[/code]

Especificamente esta linha:

try{ Desktop.getDesktop().open(new File("\C:\CED\dist\Docs\Documentacao.doc")); }

Olá testei o seu programa aqui tirando os Listeners dos quais eu não tinhas as Classes, e deixei somente o menu Guia do Usuário , e ele abriu o arquivo do Word normalmente.

Se puder me mandar o programa completo, ou o arquivo do Word, pra eu dar uma olhada valeu!

Att

então amigo,
andei pesquisando os erros e vi q o numero é o mesmo q anda dando pau no pc do povo,
talvez coisas de virus e tals, que desliga o pc da galera, não sei se tem alguma coisa a ver
ou menos se depende de atuaizações do windows ou erro do java…
o fato é q em muitas máquinas q testei, funfa!
Mas na das receitas federais que deveriam pegar, num funfa!
Não sei se há alguma documentação com o numero dos erros que podem ser gerados e tals…

gerou um log aki
vou postar na íntegra:

An unexpected error has been detected by Java Runtime Environment:

EXCEPTION_FLT_STACK_CHECK (0xc0000092) at pc=0x0090d069, pid=2504, tid=2248

Java VM: Java HotSpot™ Client VM (1.6.0-b105 mixed mode)

Problematic frame:

v ~RuntimeStub::resolve_virtual_call

If you would like to submit a bug report, please visit:

http://java.sun.com/webapps/bugreport/crash.jsp

--------------- T H R E A D ---------------

Current thread (0x0af9d800): JavaThread “AWT-EventQueue-0” [_thread_in_Java, id=2248]

siginfo: ExceptionCode=0xc0000092, ExceptionInformation=0x00000000 0x0b57f574

Registers:
EAX=0xffffffff, EBX=0x02e88f18, ECX=0x02e46cf0, EDX=0x02e88f18
ESP=0x0b57f508, EBP=0x0b57f618, ESI=0x02e46cf0, EDI=0x02e46cf0
EIP=0x0090d069, EFLAGS=0x00010212

Top of Stack: (sp=0x0b57f508)
0x0b57f508: ffff1372 ffff0020 ffffffff 008f04e9
0x0b57f518: 0708001b 0b57f7b8 ffff0023 ff7a8a99
0x0b57f528: ff7a8a99 2837ffff 00000013 ffff0000
0x0b57f538: 00000000 80000000 00003ffd 00000000
0x0b57f548: 4000a8c0 00000000 80000000 0000401f
0x0b57f558: 00000000 ffff0000 00000000 c0000000
0x0b57f568: 00004000 b8f49f80 40278c9c 00000001
0x0b57f578: 00000059 000000b8 02fed288 0b57f584

Instructions: (pc=0x0090d069)
0x0090d059: 00 00 83 ec 6c dd 34 24 9b dd 24 24 dd 5c 24 6c
0x0090d069: dd 5c 24 74 dd 5c 24 7c dd 9c 24 84 00 00 00 dd

Stack: [0x0b530000,0x0b580000), sp=0x0b57f508, free space=317k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
v ~RuntimeStub::resolve_virtual_call
J sun.awt.AppContext.get(Ljava/lang/Object;)Ljava/lang/Object;
j sun.awt.SunToolkit.getSystemEventQueueImplPP(Lsun/awt/AppContext;)Ljava/awt/EventQueue;+4
j sun.awt.SunToolkit.getSystemEventQueueImplPP()Ljava/awt/EventQueue;+3
j sun.awt.SunToolkit.getSystemEventQueueImpl()Ljava/awt/EventQueue;+0
j java.awt.Toolkit.getEventQueue()Ljava/awt/EventQueue;+3
j java.awt.EventQueue.setCurrentEventAndMostRecentTime(Ljava/awt/AWTEvent;)V+0
j java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V+82
j java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+42
j java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
j java.awt.LightweightDispatcher.retargetMouseEvent(Ljava/awt/Component;ILjava/awt/event/MouseEvent;)V+320
j java.awt.LightweightDispatcher.trackMouseEnterExit(Ljava/awt/Component;Ljava/awt/event/MouseEvent;)V+133
j java.awt.LightweightDispatcher.processMouseEvent(Ljava/awt/event/MouseEvent;)Z+25
j java.awt.LightweightDispatcher.dispatchEvent(Ljava/awt/AWTEvent;)Z+50
j java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+12
j java.awt.Window.dispatchEventImpl(Ljava/awt/AWTEvent;)V+19
j java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
j java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+46
j java.awt.EventDispatchThread.pumpOneEventForFilters(I)Z+156
j java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+30
j java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11
j java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
j java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
j java.awt.EventDispatchThread.run()V+9
v ~StubRoutines::call_stub

--------------- P R O C E S S ---------------

Java Threads: ( => current thread )
0x00386000 JavaThread “DestroyJavaVM” [_thread_blocked, id=3624]
=>0x0af9d800 JavaThread “AWT-EventQueue-0” [_thread_in_Java, id=2248]
0x0afc8400 JavaThread “AWT-Windows” daemon [_thread_in_native, id=852]
0x0afc7800 JavaThread “AWT-Shutdown” [_thread_blocked, id=3256]
0x0afb1000 JavaThread “Java2D Disposer” daemon [_thread_blocked, id=580]
0x0aa8b800 JavaThread “Low Memory Detector” daemon [_thread_blocked, id=3696]
0x0aa86c00 JavaThread “CompilerThread0” daemon [_thread_blocked, id=516]
0x0aa85800 JavaThread “Attach Listener” daemon [_thread_blocked, id=3976]
0x0aa84800 JavaThread “Signal Dispatcher” daemon [_thread_blocked, id=1548]
0x0aa76c00 JavaThread “Finalizer” daemon [_thread_blocked, id=592]
0x0aa72400 JavaThread “Reference Handler” daemon [_thread_blocked, id=3204]

Other Threads:
0x0aa6f400 VMThread [id=2400]
0x0aa8d000 WatcherThread [id=3888]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
def new generation total 960K, used 901K [0x02960000, 0x02a60000, 0x02e40000)
eden
[error occurred during error reporting, step 190, id 0xc0000092]

Dynamic libraries:
0x00400000 - 0x00423000 C:\Arquivos de programas\Java\jre1.6.0\bin\javaw.exe
0x7c900000 - 0x7c9b4000 C:\WINDOWS\system32\ntdll.dll
0x7c800000 - 0x7c8ff000 C:\WINDOWS\system32\kernel32.dll
0x77f50000 - 0x77ffb000 C:\WINDOWS\system32\ADVAPI32.dll
0x77db0000 - 0x77e42000 C:\WINDOWS\system32\RPCRT4.dll
0x77f20000 - 0x77f31000 C:\WINDOWS\system32\Secur32.dll
0x7e360000 - 0x7e3f0000 C:\WINDOWS\system32\USER32.dll
0x77e50000 - 0x77e97000 C:\WINDOWS\system32\GDI32.dll
0x7c340000 - 0x7c396000 C:\Arquivos de programas\Java\jre1.6.0\bin\msvcr71.dll
0x6d7c0000 - 0x6da07000 C:\Arquivos de programas\Java\jre1.6.0\bin\client\jvm.dll
0x76b20000 - 0x76b4e000 C:\WINDOWS\system32\WINMM.dll
0x6d310000 - 0x6d318000 C:\Arquivos de programas\Java\jre1.6.0\bin\hpi.dll
0x76bd0000 - 0x76bdb000 C:\WINDOWS\system32\PSAPI.DLL
0x6d770000 - 0x6d77c000 C:\Arquivos de programas\Java\jre1.6.0\bin\verify.dll
0x6d3b0000 - 0x6d3cf000 C:\Arquivos de programas\Java\jre1.6.0\bin\java.dll
0x6d7b0000 - 0x6d7bf000 C:\Arquivos de programas\Java\jre1.6.0\bin\zip.dll
0x6d000000 - 0x6d1c3000 C:\Arquivos de programas\Java\jre1.6.0\bin\awt.dll
0x72fb0000 - 0x72fd6000 C:\WINDOWS\system32\WINSPOOL.DRV
0x77bf0000 - 0x77c48000 C:\WINDOWS\system32\msvcrt.dll
0x76360000 - 0x7637d000 C:\WINDOWS\system32\IMM32.dll
0x774c0000 - 0x775fd000 C:\WINDOWS\system32\ole32.dll
0x5b1c0000 - 0x5b1f8000 C:\WINDOWS\system32\uxtheme.dll
0x73710000 - 0x73759000 C:\WINDOWS\system32\ddraw.dll
0x73b70000 - 0x73b76000 C:\WINDOWS\system32\DCIMAN32.dll
0x6d2b0000 - 0x6d303000 C:\Arquivos de programas\Java\jre1.6.0\bin\fontmanager.dll
0x7c9c0000 - 0x7d1dd000 C:\WINDOWS\system32\shell32.dll
0x77ea0000 - 0x77f16000 C:\WINDOWS\system32\SHLWAPI.dll
0x773b0000 - 0x774b3000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2982_x-ww_ac3f9c03\comctl32.dll
0x5d510000 - 0x5d5aa000 C:\WINDOWS\system32\comctl32.dll
0x6d450000 - 0x6d474000 C:\Arquivos de programas\Java\jre1.6.0\bin\jpeg.dll
0x6d570000 - 0x6d583000 C:\Arquivos de programas\Java\jre1.6.0\bin\net.dll
0x71a70000 - 0x71a87000 C:\WINDOWS\system32\WS2_32.dll
0x71a60000 - 0x71a68000 C:\WINDOWS\system32\WS2HELP.dll
0x6d590000 - 0x6d599000 C:\Arquivos de programas\Java\jre1.6.0\bin\nio.dll
0x5bcb0000 - 0x5bd04000 C:\WINDOWS\system32\netapi32.dll
0x77900000 - 0x779f5000 C:\WINDOWS\system32\SETUPAPI.dll
0x77b20000 - 0x77b42000 C:\WINDOWS\system32\appHelp.dll
0x76fb0000 - 0x7702f000 C:\WINDOWS\system32\CLBCATQ.DLL
0x77030000 - 0x770fd000 C:\WINDOWS\system32\COMRes.dll
0x77100000 - 0x7718b000 C:\WINDOWS\system32\OLEAUT32.dll
0x77be0000 - 0x77be8000 C:\WINDOWS\system32\VERSION.dll
0x0b770000 - 0x0b81e000 C:\ARQUIV~1\GbPlugin\gbieh.dll
0x76960000 - 0x76968000 C:\WINDOWS\system32\LINKINFO.dll
0x76970000 - 0x76996000 C:\WINDOWS\system32\ntshrui.dll
0x76b00000 - 0x76b11000 C:\WINDOWS\system32\ATL.DLL
0x769a0000 - 0x76a54000 C:\WINDOWS\system32\USERENV.dll
0x0b930000 - 0x0b9af000 C:\Arquivos de programas\PowerArchiver\PASHLEXT.DLL
0x7d1e0000 - 0x7d49e000 C:\WINDOWS\system32\msi.dll
0x77a00000 - 0x77a55000 C:\WINDOWS\System32\cscui.dll
0x765d0000 - 0x765ed000 C:\WINDOWS\System32\CSCDLL.dll
0x0b9b0000 - 0x0b9bc000 C:\Arquivos de programas\Arquivos comuns\Symantec Shared\SSC\vpshell2.dll

VM Arguments:
java_command: D:\Documents and Settings\sbrun\Desktop\CED\dist\ControleDeEmissaoDeDocumentos.jar
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=R:\orawin6i\bin;R:\orawin6i\net816\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Arquivos de programas\Gemplus\GemSafe Libraries User\Bin;C:\Arquivos de programas\MySQL\MySQL Server 5.0\bin;R:\orawin6i\bin;R:\orawin6i\net816\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Arquivos de programas\Gemplus\GemSafe Libraries User\Bin;C:\Arquivos de programas\MySQL\MySQL Server 5.0\bin;C:\ARQUIV~1\E!PC
USERNAME=sbrun
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 15 Model 3 Stepping 4, GenuineIntel

--------------- S Y S T E M ---------------

OS: Windows XP Build 2600 Service Pack 2

CPU:total 2 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht

Memory: 4k page, physical 515372k(187972k free), swap 1259536k(787584k free)

vm_info: Java HotSpot™ Client VM (1.6.0-b105) for windows-x86, built on Nov 29 2006 00:48:48 by “java_re” with unknown MS VC++:1310