You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Xiaoming Gu (JIRA)" <ji...@apache.org> on 2008/11/20 10:18:44 UTC

[jira] Created: (HARMONY-6025) [drlvm][jit] A segmentation fault in IR dumping

[drlvm][jit] A segmentation fault in IR dumping
-----------------------------------------------

                 Key: HARMONY-6025
                 URL: https://issues.apache.org/jira/browse/HARMONY-6025
             Project: Harmony
          Issue Type: Bug
         Environment: IA32 Windows
            Reporter: Xiaoming Gu


The bug happens when I try to dump spec/benchmarks/crypto/rsa/Main.runMultiEncryptDecrypt() when running crypto.rsa with server_static. I just want to see the IR of that method for my debugging. Following are top levels of the stack trace:

Stack trace:
  0: 0x0269e271  Jitrino::Action::createSession (c:\harmony.latest\working_vm\vm\jitrino\src\main\pmf.cpp:2657)
  1: 0x026bc3db  Jitrino::TranslatorSession::translate (c:\harmony.latest\working_vm\vm\jitrino\src\translator\translatorintfc.cpp:69)
  2: 0x026bc2fc  Jitrino::TranslatorSession::run (c:\harmony.latest\working_vm\vm\jitrino\src\translator\translatorintfc.cpp:56)
  3: 0x026845c8  Jitrino::runPipeline (c:\harmony.latest\working_vm\vm\jitrino\src\main\jitrino.cpp:224)
  4: 0x02684693  Jitrino::compileMethod (c:\harmony.latest\working_vm\vm\jitrino\src\main\jitrino.cpp:241)
  5: 0x02684778  Jitrino::Jitrino::CompileMethod (c:\harmony.latest\working_vm\vm\jitrino\src\main\jitrino.cpp:258)
  ......

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.