Problem: I am getting no results 95% of the time and the rest is just not accurate single-words from pocketsphinx.
Could this be due to low recording volume?
So far:
Pocketsphinx is initialized with default hmm, lm and dict included with it. The setup code is: (no crashes, no problems whatsoever).
g_NPCController.Debug("Initializing internal decoder ... ");
string directoryPrefix = Directory.GetCurrentDirectory() + Path.DirectorySeparatorChar +
"Pocketsphinx" + Path.DirectorySeparatorChar + "model";
string hmmDir = directoryPrefix + Path.DirectorySeparatorChar + "en-us" + Path.DirectorySeparatorChar + "en-us";
string dictDir = directoryPrefix + Path.DirectorySeparatorChar + "en-us" + Path.DirectorySeparatorChar + "cmudict-en-us.dict";
string lmDir = directoryPrefix + Path.DirectorySeparatorChar + "en-us" + Path.DirectorySeparatorChar + "en-us.lm.bin";
Config c = Pocketsphinx.Decoder.DefaultConfig();
if (Application.platform == RuntimePlatform.Android)
{
c.SetString("-hmm", "/sdcard/Android/data/edu.cmu.sphinx.pocketsphinx/files/sync/en-us-ptm");
c.SetString("-dict", "/sdcard/Android/data/edu.cmu.sphinx.pocketsphinx/files/sync/cmudict-en-us.dict");
c.SetString("-lm", "/sdcard/Android/data/edu.cmu.sphinx.pocketsphinx/files/sync/en-us.lm.bin");
} else if (Application.platform == RuntimePlatform.IPhonePlayer) {
// TODO - outta luck for now
}
else
{
if (g_NPCController.DebugMode)
c.SetString("-logfn", Directory.GetCurrentDirectory() + Path.DirectorySeparatorChar + "Pocketsphinx" + Path.DirectorySeparatorChar + "current.log");
c.SetString("-hmm", hmmDir);
c.SetString("-dict", dictDir);
c.SetString("-lm", lmDir);
}
//c.SetString("-keyphrase", "hello world");
c.SetFloat("-kws_threshold", 1e-30);
c.SetFloat("-samprate", (int) g_NPCAudioListener.SampleFrequency);
c.SetInt("-nfft", 2048);
g_Decoder = new Pocketsphinx.Decoder(c);
g_Decoder.StartUtt();
g_NPCController.Debug("... local decoder initialized.");
Then, within a coroutne in the main thread, buffers are processed in one shot. Buffers can be from 2600 to 12800 bytes long each. The following code is called every frame:
while (!buffer.Closed)
yield return null;
g_NPCAudioListener.AudioBufferQueue.Dequeue();
byte[] audio = new byte[buffer.CurrentBuffer16.Count * sizeof(short)];
Buffer.BlockCopy(buffer.CurrentBuffer16.ToArray(), 0, audio, 0, audio.Length);
g_Decoder.ProcessRaw(audio, audio.Length, false, consumed == buffer.CurrentBuffer.Count);
if (g_Decoder.Hyp() != null) {
g_DictationResults.Enqueue(g_Decoder.Hyp().Hypstr);
g_Decoder.EndUtt();
g_Decoder.StartUtt();
}
Any help will be greatly appreciated. I am very close to make it work - this would be a huge help for my project. Am I missing some configuration parameters?
With init log:
INFO: pocketsphinx.c(152): Parsed model-specific feature parameters from C:\Users\fgera\Development\Git\Computer-Graphics\Motional.AI\Pocketsphinx\model\en-us\en-us/feat.params
Current configuration:
[NAME] [DEFLT] [VALUE]
-agc none none
-agcthresh 2.0 2.000000e+00
-allphone
-allphone_ci yes yes
-alpha 0.97 9.700000e-01
-ascale 20.0 2.000000e+01
-aw 1 1
-backtrace no no
-beam 1e-48 1.000000e-48
-bestpath yes yes
-bestpathlw 9.5 9.500000e+00
-ceplen 13 13
-cmn live current
-cmninit 40,3,-1 40,3,-1
-compallsen no no
-dict C:\Users\fgera\Development\Git\Computer-Graphics\Motional.AI\Pocketsphinx\model\en-us\cmudict-en-us.dict
-dictcase no no
-dither no no
-doublebw no no
-ds 1 1
-fdict
-feat 1s_c_d_dd 1s_c_d_dd
-featparams
-fillprob 1e-8 1.000000e-08
-frate 100 100
-fsg
-fsgusealtpron yes yes
-fsgusefiller yes yes
-fwdflat yes yes
-fwdflatbeam 1e-64 1.000000e-64
-fwdflatefwid 4 4
-fwdflatlw 8.5 8.500000e+00
-fwdflatsfwin 25 25
-fwdflatwbeam 7e-29 7.000000e-29
-fwdtree yes yes
-hmm C:\Users\fgera\Development\Git\Computer-Graphics\Motional.AI\Pocketsphinx\model\en-us\en-us
-input_endian little little
-jsgf
-keyphrase
-kws
-kws_delay 10 10
-kws_plp 1e-1 1.000000e-01
-kws_threshold 1e-30 1.000000e-30
-latsize 5000 5000
-lda
-ldadim 0 0
-lifter 0 22
-lm C:\Users\fgera\Development\Git\Computer-Graphics\Motional.AI\Pocketsphinx\model\en-us\en-us.lm.bin
-lmctl
-lmname
-logbase 1.0001 1.000100e+00
-logfn C:\Users\fgera\Development\Git\Computer-Graphics\Motional.AI\Pocketsphinx\current.log
-logspec no no
-lowerf 133.33334 1.300000e+02
-lpbeam 1e-40 1.000000e-40
-lponlybeam 7e-29 7.000000e-29
-lw 6.5 6.500000e+00
-maxhmmpf 30000 30000
-maxwpf -1 -1
-mdef
-mean
-mfclogdir
-min_endfr 0 0
-mixw
-mixwfloor 0.0000001 1.000000e-07
-mllr
-mmap yes yes
-ncep 13 13
-nfft 512 2048
-nfilt 40 25
-nwpen 1.0 1.000000e+00
-pbeam 1e-48 1.000000e-48
-pip 1.0 1.000000e+00
-pl_beam 1e-10 1.000000e-10
-pl_pbeam 1e-10 1.000000e-10
-pl_pip 1.0 1.000000e+00
-pl_weight 3.0 3.000000e+00
-pl_window 5 5
-rawlogdir
-remove_dc no no
-remove_noise yes yes
-remove_silence yes yes
-round_filters yes yes
-samprate 16000 1.600000e+04
-seed -1 -1
-sendump
-senlogdir
-senmgau
-silprob 0.005 5.000000e-03
-smoothspec no no
-svspec 0-12/13-25/26-38
-tmat
-tmatfloor 0.0001 1.000000e-04
-topn 4 4
-topn_beam 0 0
-toprule
-transform legacy dct
-unit_area yes yes
-upperf 6855.4976 6.800000e+03
-uw 1.0 1.000000e+00
-vad_postspeech 50 50
-vad_prespeech 20 20
-vad_startspeech 10 10
-vad_threshold 3.0 3.000000e+00
-var
-varfloor 0.0001 1.000000e-04
-varnorm no no
-verbose no no
-warp_params
-warp_type inverse_linear inverse_linear
-wbeam 7e-29 7.000000e-29
-wip 0.65 6.500000e-01
-wlen 0.025625 2.562500e-02
INFO: feat.c(715): Initializing feature stream to type: '1s_c_d_dd', ceplen=13, CMN='batch', VARNORM='no', AGC='none'
INFO: acmod.c(162): Using subvector specification 0-12/13-25/26-38
INFO: mdef.c(518): Reading model definition: C:\Users\fgera\Development\Git\Computer-Graphics\Motional.AI\Pocketsphinx\model\en-us\en-us/mdef
INFO: mdef.c(531): Found byte-order mark BMDF, assuming this is a binary mdef file
INFO: bin_mdef.c(336): Reading binary model definition: C:\Users\fgera\Development\Git\Computer-Graphics\Motional.AI\Pocketsphinx\model\en-us\en-us/mdef
INFO: bin_mdef.c(516): 42 CI-phone, 137053 CD-phone, 3 emitstate/phone, 126 CI-sen, 5126 Sen, 29324 Sen-Seq
INFO: tmat.c(149): Reading HMM transition probability matrices: C:\Users\fgera\Development\Git\Computer-Graphics\Motional.AI\Pocketsphinx\model\en-us\en-us/transition_matrices
INFO: acmod.c(113): Attempting to use PTM computation module
INFO: ms_gauden.c(127): Reading mixture gaussian parameter: C:\Users\fgera\Development\Git\Computer-Graphics\Motional.AI\Pocketsphinx\model\en-us\en-us/means
INFO: ms_gauden.c(242): 42 codebook, 3 feature, size:
INFO: ms_gauden.c(244): 128x13
INFO: ms_gauden.c(244): 128x13
INFO: ms_gauden.c(244): 128x13
INFO: ms_gauden.c(127): Reading mixture gaussian parameter: C:\Users\fgera\Development\Git\Computer-Graphics\Motional.AI\Pocketsphinx\model\en-us\en-us/variances
INFO: ms_gauden.c(242): 42 codebook, 3 feature, size:
INFO: ms_gauden.c(244): 128x13
INFO: ms_gauden.c(244): 128x13
INFO: ms_gauden.c(244): 128x13
INFO: ms_gauden.c(304): 222 variance values floored
INFO: ptm_mgau.c(475): Loading senones from dump file C:\Users\fgera\Development\Git\Computer-Graphics\Motional.AI\Pocketsphinx\model\en-us\en-us/sendump
INFO: ptm_mgau.c(499): BEGIN FILE FORMAT DESCRIPTION
INFO: ptm_mgau.c(562): Rows: 128, Columns: 5126
INFO: ptm_mgau.c(594): Using memory-mapped I/O for senones
INFO: ptm_mgau.c(837): Maximum top-N: 4
INFO: phone_loop_search.c(114): State beam -225 Phone exit beam -225 Insertion penalty 0
INFO: dict.c(320): Allocating 138623 * 32 bytes (4331 KiB) for word entries
INFO: dict.c(333): Reading main dictionary: C:\Users\fgera\Development\Git\Computer-Graphics\Motional.AI\Pocketsphinx\model\en-us\cmudict-en-us.dict
INFO: dict.c(213): Dictionary size 134522, allocated 1014 KiB for strings, 1677 KiB for phones
INFO: dict.c(336): 134522 words read
INFO: dict.c(358): Reading filler dictionary: C:\Users\fgera\Development\Git\Computer-Graphics\Motional.AI\Pocketsphinx\model\en-us\en-us/noisedict
INFO: dict.c(213): Dictionary size 134527, allocated 0 KiB for strings, 0 KiB for phones
INFO: dict.c(361): 5 words read
INFO: dict2pid.c(396): Building PID tables for dictionary
INFO: dict2pid.c(406): Allocating 42^3 * 2 bytes (144 KiB) for word-initial triphones
INFO: dict2pid.c(132): Allocated 42672 bytes (41 KiB) for word-final triphones
INFO: dict2pid.c(196): Allocated 42672 bytes (41 KiB) for single-phone word triphones
INFO: ngram_model_trie.c(354): Trying to read LM in trie binary format
INFO: ngram_search_fwdtree.c(74): Initializing search tree
INFO: ngram_search_fwdtree.c(101): 790 unique initial diphones
INFO: ngram_search_fwdtree.c(186): Creating search channels
INFO: ngram_search_fwdtree.c(323): Max nonroot chan increased to 152144
INFO: ngram_search_fwdtree.c(333): Created 722 root, 152016 non-root channels, 53 single-phone words
INFO: ngram_search_fwdflat.c(157): fwdflat: min_ef_width = 4, max_sf_win = 25
INFO: cmn_live.c(120): Update from < 40.00 3.00 -1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 >
INFO: cmn_live.c(138): Update to < 95.43 -6.79 -5.30 -6.10 -10.80 2.20 -1.31 -0.54 -2.47 -3.11 -0.83 2.18 5.92 >
INFO: ngram_search_fwdtree.c(1550): 1601 words recognized (18/fr)
INFO: ngram_search_fwdtree.c(1552): 237595 senones evaluated (2700/fr)
INFO: ngram_search_fwdtree.c(1556): 578857 channels searched (6577/fr), 49670 1st, 54325 last
INFO: ngram_search_fwdtree.c(1559): 3042 words for which last channels evaluated (34/fr)
INFO: ngram_search_fwdtree.c(1561): 18162 candidate words for entering last phone (206/fr)
INFO: ngram_search_fwdtree.c(1564): fwdtree 18.25 CPU 20.739 xRT
INFO: ngram_search_fwdtree.c(1567): fwdtree 14.14 wall 16.065 xRT
INFO: ngram_search_fwdflat.c(302): Utterance vocabulary contains 57 words
INFO: ngram_search_fwdflat.c(948): 692 words recognized (8/fr)
INFO: ngram_search_fwdflat.c(950): 83914 senones evaluated (954/fr)
INFO: ngram_search_fwdflat.c(952): 102603 channels searched (1165/fr)
INFO: ngram_search_fwdflat.c(954): 4800 words searched (54/fr)
INFO: ngram_search_fwdflat.c(957): 2171 word transitions (24/fr)
INFO: ngram_search_fwdflat.c(960): fwdflat 0.03 CPU 0.036 xRT
INFO: ngram_search_fwdflat.c(963): fwdflat 0.03 wall 0.033 xRT
INFO: cmn_live.c(120): Update from < 95.43 -6.79 -5.30 -6.10 -10.80 2.20 -1.31 -0.54 -2.47 -3.11 -0.83 2.18 5.92 >
INFO: cmn_live.c(138): Update to < 92.77 -8.91 -9.40 -6.80 -11.46 -0.71 -2.89 -0.45 1.43 -3.17 -1.35 0.17 3.64 >
INFO: ngram_search_fwdtree.c(1550): 4191 words recognized (37/fr)
INFO: ngram_search_fwdtree.c(1552): 451300 senones evaluated (4029/fr)
INFO: ngram_search_fwdtree.c(1556): 3011851 channels searched (26891/fr), 76495 1st, 179109 last
INFO: ngram_search_fwdtree.c(1559): 8886 words for which last channels evaluated (79/fr)
INFO: ngram_search_fwdtree.c(1561): 234585 candidate words for entering last phone (2094/fr)
INFO: ngram_search_fwdtree.c(1564): fwdtree 28.91 CPU 25.809 xRT
INFO: ngram_search_fwdtree.c(1567): fwdtree 18.27 wall 16.315 xRT
INFO: ngram_search_fwdflat.c(302): Utterance vocabulary contains 167 words
INFO: ngram_search_fwdflat.c(948): 2425 words recognized (22/fr)
INFO: ngram_search_fwdflat.c(950): 166879 senones evaluated (1490/fr)
INFO: ngram_search_fwdflat.c(952): 279618 channels searched (2496/fr)
INFO: ngram_search_fwdflat.c(954): 13084 words searched (116/fr)
INFO: ngram_search_fwdflat.c(957): 9930 word transitions (88/fr)
INFO: ngram_search_fwdflat.c(960): fwdflat 0.08 CPU 0.070 xRT
INFO: ngram_search_fwdflat.c(963): fwdflat 0.08 wall 0.074 xRT
INFO: ngram_search.c(467): Resized score stack to 200000 entries
INFO: ngram_search.c(459): Resized backpointer table to 10000 entries
INFO: cmn_live.c(120): Update from < 92.77 -8.91 -9.40 -6.80 -11.46 -0.71 -2.89 -0.45 1.43 -3.17 -1.35 0.17 3.64 >
INFO: cmn_live.c(138): Update to < 93.21 -8.67 -8.88 -5.56 -10.87 -0.19 -2.78 -0.73 2.84 -3.07 -1.93 0.79 2.44 >
INFO: ngram_search_fwdtree.c(1550): 6212 words recognized (97/fr)
INFO: ngram_search_fwdtree.c(1552): 251244 senones evaluated (3926/fr)
INFO: ngram_search_fwdtree.c(1556): 2124350 channels searched (33192/fr), 43302 1st, 190124 last
INFO: ngram_search_fwdtree.c(1559): 9693 words for which last channels evaluated (151/fr)
INFO: ngram_search_fwdtree.c(1561): 212658 candidate words for entering last phone (3322/fr)
INFO: ngram_search_fwdtree.c(1564): fwdtree 13.48 CPU 21.069 xRT
INFO: ngram_search_fwdtree.c(1567): fwdtree 9.23 wall 14.425 xRT
INFO: ngram_search_fwdflat.c(302): Utterance vocabulary contains 311 words
INFO: ngram_search_fwdflat.c(948): 3854 words recognized (60/fr)
INFO: ngram_search_fwdflat.c(950): 138888 senones evaluated (2170/fr)
INFO: ngram_search_fwdflat.c(952): 414216 channels searched (6472/fr)
INFO: ngram_search_fwdflat.c(954): 18404 words searched (287/fr)
INFO: ngram_search_fwdflat.c(957): 11245 word transitions (175/fr)
INFO: ngram_search_fwdflat.c(960): fwdflat 0.14 CPU 0.220 xRT
INFO: ngram_search_fwdflat.c(963): fwdflat 0.12 wall 0.187 xRT
INFO: cmn_live.c(120): Update from < 93.21 -8.67 -8.88 -5.56 -10.87 -0.19 -2.78 -0.73 2.84 -3.07 -1.93 0.79 2.44 >
INFO: cmn_live.c(138): Update to < 93.41 -9.57 -8.47 -5.47 -10.06 0.42 -2.95 -1.82 2.57 -2.62 -0.98 1.79 2.24 >
INFO: ngram_search_fwdtree.c(1550): 3858 words recognized (54/fr)
INFO: ngram_search_fwdtree.c(1552): 236795 senones evaluated (3289/fr)
INFO: ngram_search_fwdtree.c(1556): 1169796 channels searched (16247/fr), 40281 1st, 142488 last
INFO: ngram_search_fwdtree.c(1559): 7030 words for which last channels evaluated (97/fr)
INFO: ngram_search_fwdtree.c(1561): 72648 candidate words for entering last phone (1009/fr)
INFO: ngram_search_fwdtree.c(1564): fwdtree 17.91 CPU 24.870 xRT
INFO: ngram_search_fwdtree.c(1567): fwdtree 12.32 wall 17.115 xRT
INFO: ngram_search_fwdflat.c(302): Utterance vocabulary contains 155 words
INFO: ngram_search_fwdflat.c(948): 2938 words recognized (41/fr)
INFO: ngram_search_fwdflat.c(950): 111642 senones evaluated (1551/fr)
INFO: ngram_search_fwdflat.c(952): 229547 channels searched (3188/fr)
INFO: ngram_search_fwdflat.c(954): 10456 words searched (145/fr)
INFO: ngram_search_fwdflat.c(957): 6314 word transitions (87/fr)
INFO: ngram_search_fwdflat.c(960): fwdflat 0.08 CPU 0.109 xRT
INFO: ngram_search_fwdflat.c(963): fwdflat 0.08 wall 0.104 xRT
INFO: cmn_live.c(120): Update from < 93.41 -9.57 -8.47 -5.47 -10.06 0.42 -2.95 -1.82 2.57 -2.62 -0.98 1.79 2.24 >
INFO: cmn_live.c(138): Update to < 93.74 -10.48 -8.87 -5.63 -9.42 0.32 -3.21 -2.07 2.21 -1.54 -0.68 1.97 1.85 >
INFO: ngram_search_fwdtree.c(1550): 7019 words recognized (80/fr)
INFO: ngram_search_fwdtree.c(1552): 325095 senones evaluated (3694/fr)
INFO: ngram_search_fwdtree.c(1556): 1955385 channels searched (22220/fr), 58503 1st, 232252 last
INFO: ngram_search_fwdtree.c(1559): 11334 words for which last channels evaluated (128/fr)
INFO: ngram_search_fwdtree.c(1561): 115217 candidate words for entering last phone (1309/fr)
INFO: ngram_search_fwdtree.c(1564): fwdtree 18.08 CPU 20.543 xRT
INFO: ngram_search_fwdtree.c(1567): fwdtree 11.98 wall 13.615 xRT
INFO: ngram_search_fwdflat.c(302): Utterance vocabulary contains 365 words
INFO: ngram_search_fwdflat.c(948): 2632 words recognized (30/fr)
INFO: ngram_search_fwdflat.c(950): 176368 senones evaluated (2004/fr)
INFO: ngram_search_fwdflat.c(952): 522457 channels searched (5937/fr)
INFO: ngram_search_fwdflat.c(954): 23759 words searched (269/fr)
INFO: ngram_search_fwdflat.c(957): 13859 word transitions (157/fr)
INFO: ngram_search_fwdflat.c(960): fwdflat 0.11 CPU 0.124 xRT
INFO: ngram_search_fwdflat.c(963): fwdflat 0.11 wall 0.130 xRT
INFO: cmn_live.c(120): Update from < 93.74 -10.48 -8.87 -5.63 -9.42 0.32 -3.21 -2.07 2.21 -1.54 -0.68 1.97 1.85 >
INFO: cmn_live.c(138): Update to < 93.53 -10.03 -8.85 -4.80 -8.58 0.32 -3.52 -2.14 2.91 -1.47 -0.63 2.22 1.90 >
INFO: ngram_search_fwdtree.c(1550): 883 words recognized (21/fr)
INFO: ngram_search_fwdtree.c(1552): 146888 senones evaluated (3416/fr)
INFO: ngram_search_fwdtree.c(1556): 750300 channels searched (17448/fr), 25850 1st, 46629 last
INFO: ngram_search_fwdtree.c(1559): 2323 words for which last channels evaluated (54/fr)
INFO: ngram_search_fwdtree.c(1561): 53709 candidate words for entering last phone (1249/fr)
INFO: ngram_search_fwdtree.c(1564): fwdtree 17.42 CPU 40.516 xRT
INFO: ngram_search_fwdtree.c(1567): fwdtree 12.03 wall 27.979 xRT
INFO: ngram_search_fwdflat.c(302): Utterance vocabulary contains 53 words
INFO: ngram_search_fwdflat.c(948): 650 words recognized (15/fr)
INFO: ngram_search_fwdflat.c(950): 37862 senones evaluated (881/fr)
INFO: ngram_search_fwdflat.c(952): 45609 channels searched (1060/fr)
INFO: ngram_search_fwdflat.c(954): 2226 words searched (51/fr)
INFO: ngram_search_fwdflat.c(957): 1814 word transitions (42/fr)
INFO: ngram_search_fwdflat.c(960): fwdflat 0.02 CPU 0.036 xRT
INFO: ngram_search_fwdflat.c(963): fwdflat 0.02 wall 0.042 xRT
INFO: cmn_live.c(120): Update from < 93.53 -10.03 -8.85 -4.80 -8.58 0.32 -3.52 -2.14 2.91 -1.47 -0.63 2.22 1.90 >
INFO: cmn_live.c(138): Update to < 92.82 -9.69 -8.69 -5.19 -8.84 0.28 -2.89 -2.53 2.95 -0.77 0.05 2.61 1.68 >
INFO: ngram_search_fwdtree.c(1550): 868 words recognized (19/fr)
INFO: ngram_search_fwdtree.c(1552): 165478 senones evaluated (3597/fr)
INFO: ngram_search_fwdtree.c(1556): 1148658 channels searched (24970/fr), 30324 1st, 29845 last
INFO: ngram_search_fwdtree.c(1559): 1763 words for which last channels evaluated (38/fr)
INFO: ngram_search_fwdtree.c(1561): 103611 candidate words for entering last phone (2252/fr)
INFO: ngram_search_fwdtree.c(1564): fwdtree 12.61 CPU 27.412 xRT
INFO: ngram_search_fwdtree.c(1567): fwdtree 8.01 wall 17.409 xRT
INFO: ngram_search_fwdflat.c(302): Utterance vocabulary contains 46 words
INFO: ngram_search_fwdflat.c(948): 585 words recognized (13/fr)
INFO: ngram_search_fwdflat.c(950): 35815 senones evaluated (779/fr)
INFO: ngram_search_fwdflat.c(952): 37653 channels searched (818/fr)
INFO: ngram_search_fwdflat.c(954): 2052 words searched (44/fr)
INFO: ngram_search_fwdflat.c(957): 1642 word transitions (35/fr)
INFO: ngram_search_fwdflat.c(960): fwdflat 0.02 CPU 0.034 xRT
INFO: ngram_search_fwdflat.c(963): fwdflat 0.02 wall 0.043 xRT
INFO: cmn_live.c(120): Update from < 92.82 -9.69 -8.69 -5.19 -8.84 0.28 -2.89 -2.53 2.95 -0.77 0.05 2.61 1.68 >
INFO: cmn_live.c(138): Update to < 93.42 -9.82 -8.43 -4.88 -8.43 0.13 -2.56 -2.49 3.26 -0.28 0.04 2.72 1.43 >
INFO: ngram_search_fwdtree.c(1550): 6952 words recognized (67/fr)
INFO: ngram_search_fwdtree.c(1552): 414969 senones evaluated (3990/fr)
INFO: ngram_search_fwdtree.c(1556): 2748306 channels searched (26426/fr), 71316 1st, 227747 last
INFO: ngram_search_fwdtree.c(1559): 11669 words for which last channels evaluated (112/fr)
INFO: ngram_search_fwdtree.c(1561): 197819 candidate words for entering last phone (1902/fr)
INFO: ngram_search_fwdtree.c(1564): fwdtree 14.70 CPU 14.138 xRT
INFO: ngram_search_fwdtree.c(1567): fwdtree 10.16 wall 9.771 xRT
INFO: ngram_search_fwdflat.c(302): Utterance vocabulary contains 267 words
INFO: ngram_search_fwdflat.c(948): 4301 words recognized (41/fr)
INFO: ngram_search_fwdflat.c(950): 215433 senones evaluated (2071/fr)
INFO: ngram_search_fwdflat.c(952): 503454 channels searched (4840/fr)
INFO: ngram_search_fwdflat.c(954): 22257 words searched (214/fr)
INFO: ngram_search_fwdflat.c(957): 14100 word transitions (135/fr)
INFO: ngram_search_fwdflat.c(960): fwdflat 0.16 CPU 0.150 xRT
INFO: ngram_search_fwdflat.c(963): fwdflat 0.15 wall 0.146 xRT
INFO: cmn_live.c(120): Update from < 93.42 -9.82 -8.43 -4.88 -8.43 0.13 -2.56 -2.49 3.26 -0.28 0.04 2.72 1.43 >
INFO: cmn_live.c(138): Update to < 93.27 -9.95 -7.95 -3.79 -7.90 0.07 -2.63 -2.50 3.61 -0.30 -0.63 2.60 1.69 >
INFO: ngram_search_fwdtree.c(1550): 1560 words recognized (32/fr)
INFO: ngram_search_fwdtree.c(1552): 174992 senones evaluated (3646/fr)
INFO: ngram_search_fwdtree.c(1556): 1340415 channels searched (27925/fr), 30752 1st, 70997 last
INFO: ngram_search_fwdtree.c(1559): 3334 words for which last channels evaluated (69/fr)
INFO: ngram_search_fwdtree.c(1561): 135428 candidate words for entering last phone (2821/fr)
INFO: ngram_search_fwdtree.c(1564): fwdtree 5.31 CPU 11.068 xRT
INFO: ngram_search_fwdtree.c(1567): fwdtree 3.83 wall 7.975 xRT
INFO: ngram_search_fwdflat.c(302): Utterance vocabulary contains 99 words
INFO: ngram_search_fwdflat.c(948): 1259 words recognized (26/fr)
INFO: ngram_search_fwdflat.c(950): 61872 senones evaluated (1289/fr)
INFO: ngram_search_fwdflat.c(952): 107099 channels searched (2231/fr)
INFO: ngram_search_fwdflat.c(954): 4479 words searched (93/fr)
INFO: ngram_search_fwdflat.c(957): 3862 word transitions (80/fr)
INFO: ngram_search_fwdflat.c(960): fwdflat 0.05 CPU 0.098 xRT
INFO: ngram_search_fwdflat.c(963): fwdflat 0.04 wall 0.083 xRT
INFO: cmn_live.c(120): Update from < 93.27 -9.95 -7.95 -3.79 -7.90 0.07 -2.63 -2.50 3.61 -0.30 -0.63 2.60 1.69 >
INFO: cmn_live.c(138): Update to < 93.46 -10.27 -7.86 -3.87 -7.63 -0.25 -2.72 -2.36 3.36 -0.15 -0.46 2.59 1.64 >
INFO: ngram_search_fwdtree.c(1550): 3794 words recognized (53/fr)
INFO: ngram_search_fwdtree.c(1552): 239815 senones evaluated (3331/fr)
INFO: ngram_search_fwdtree.c(1556): 1394923 channels searched (19373/fr), 44549 1st, 127514 last
INFO: ngram_search_fwdtree.c(1559): 6614 words for which last channels evaluated (91/fr)
INFO: ngram_search_fwdtree.c(1561): 107867 candidate words for entering last phone (1498/fr)
INFO: ngram_search_fwdtree.c(1564): fwdtree 23.55 CPU 32.704 xRT
INFO: ngram_search_fwdtree.c(1567): fwdtree 15.71 wall 21.824 xRT
INFO: ngram_search_fwdflat.c(302): Utterance vocabulary contains 174 words
INFO: ngram_search_fwdflat.c(948): 2625 words recognized (36/fr)
INFO: ngram_search_fwdflat.c(950): 112676 senones evaluated (1565/fr)
INFO: ngram_search_fwdflat.c(952): 238159 channels searched (3307/fr)
INFO: ngram_search_fwdflat.c(954): 11272 words searched (156/fr)
INFO: ngram_search_fwdflat.c(957): 6236 word transitions (86/fr)
INFO: ngram_search_fwdflat.c(960): fwdflat 0.08 CPU 0.109 xRT
INFO: ngram_search_fwdflat.c(963): fwdflat 0.08 wall 0.110 xRT
INFO: cmn_live.c(120): Update from < 93.46 -10.27 -7.86 -3.87 -7.63 -0.25 -2.72 -2.36 3.36 -0.15 -0.46 2.59 1.64 >
INFO: cmn_live.c(138): Update to < 93.46 -10.27 -7.86 -3.87 -7.63 -0.25 -2.72 -2.36 3.36 -0.15 -0.46 2.59 1.64 >
INFO: ngram_search_fwdflat.c(302): Utterance vocabulary contains 0 words
INFO: ngram_search_fwdtree.c(429): TOTAL fwdtree 179.72 CPU 24.721 xRT
INFO: ngram_search_fwdtree.c(432): TOTAL fwdtree 121.51 wall 16.713 xRT
INFO: ngram_search_fwdflat.c(176): TOTAL fwdflat 0.75 CPU 0.103 xRT
INFO: ngram_search_fwdflat.c(179): TOTAL fwdflat 0.73 wall 0.100 xRT
INFO: ngram_search.c(303): TOTAL bestpath 0.00 CPU 0.000 xRT
INFO: ngram_search.c(306): TOTAL bestpath 0.00 wall 0.000 xRT
You have endianess issue when you convert 16-bit buffer to bytes here:
Buffer.BlockCopy(buffer.CurrentBuffer16.ToArray(), 0, audio, 0, audio.Length);
You need to swap bytes
I have updated scala and sbt version to 2.12.0 and 0.13.8 respectively. Now every build fails with errors:
java.lang.VerifyError: Uninitialized object exists on backward branch 209
Exception Details:
Location:
scala/collection/immutable/HashMap$HashTrieMap.split()Lscala/collection/immutable/Seq; #249: goto
Reason:
Error exists in the bytecode
Bytecode:
0000000: 2ab6 0057 04a0 001e b200 afb2 00b4 04bd
0000010: 0002 5903 2a53 c000 b6b6 00ba b600 bec0
0000020: 00c0 b02a b600 31b8 003b 3c1b 04a4 015e
0000030: 1b05 6c3d 2a1b 056c 2ab6 0031 b700 c23e
0000040: 2ab6 0031 021d 787e 3604 2ab6 0031 0210
0000050: 201d 647c 7e36 05bb 0014 59b2 00b4 2ab6
0000060: 0033 c000 b6b6 00c6 b700 c91c b600 cd3a
0000070: 0619 06c6 001a 1906 b600 d1c0 007d 3a07
0000080: 1906 b600 d4c0 007d 3a08 a700 0dbb 00d6
0000090: 5919 06b7 00d9 bf19 073a 0919 083a 0abb
00000a0: 0002 5915 0419 09bb 0014 59b2 00b4 1909
00000b0: c000 b6b6 00c6 b700 c903 b800 df3a 0e3a
00000c0: 0d03 190d b900 e301 0019 0e3a 1136 1036
00000d0: 0f15 0f15 109f 0027 150f 0460 1510 190d
00000e0: 150f b900 e602 00c0 0005 3a17 1911 1917
00000f0: b800 ea3a 1136 1036 0fa7 ffd8 1911 b800
0000100: eeb7 005c 3a0b bb00 0259 1505 190a bb00
0000110: 1459 b200 b419 0ac0 00b6 b600 c6b7 00c9
0000120: 03b8 00df 3a13 3a12 0319 12b9 00e3 0100
0000130: 1913 3a16 3615 3614 1514 1515 9f00 2715
0000140: 1404 6015 1519 1215 14b9 00e6 0200 c000
0000150: 053a 1819 1619 18b8 00f1 3a16 3615 3614
0000160: a7ff d819 16b8 00ee b700 5c3a 0cb2 00f6
0000170: b200 b405 bd00 0259 0319 0b53 5904 190c
0000180: 53c0 00b6 b600 bab6 00f9 b02a b600 3303
0000190: 32b6 00fb b0
Stackmap Table:
same_frame(#35)
full_frame(#141,{Object[#2],Integer,Integer,Integer,Integer,Integer,Object[#105]},{})
append_frame(#151,Object[#125],Object[#125])
full_frame(#209,{Object[#2],Integer,Integer,Integer,Integer,Integer,Object[#105],Object[#125],Object[#125],Object[#125],Object[#125],Top,Top,Object[#20],Object[#55],Integer,Integer,Object[#103]},{Uninitialized[#159],Uninitialized[#159],Integer,Object[#125]})
full_frame(#252,{Object[#2],Integer,Integer,Integer,Integer,Integer,Object[#105],Object[#125],Object[#125],Object[#125],Object[#125],Top,Top,Object[#20],Object[#55],Integer,Integer,Object[#103]},{Uninitialized[#159],Uninitialized[#159],Integer,Object[#125]})
full_frame(#312,{Object[#2],Integer,Integer,Integer,Integer,Integer,Object[#105],Object[#125],Object[#125],Object[#125],Object[#125],Object[#2],Top,Object[#20],Object[#55],Integer,Integer,Object[#103],Object[#20],Object[#55],Integer,Integer,Object[#103]},{Uninitialized[#262],Uninitialized[#262],Integer,Object[#125]})
full_frame(#355,{Object[#2],Integer,Integer,Integer,Integer,Integer,Object[#105],Object[#125],Object[#125],Object[#125],Object[#125],Object[#2],Top,Object[#20],Object[#55],Integer,Integer,Object[#103],Object[#20],Object[#55],Integer,Integer,Object[#103]},{Uninitialized[#262],Uninitialized[#262],Integer,Object[#125]})
full_frame(#395,{Object[#2],Integer},{})
at scala.collection.immutable.HashMap$.scala$collection$immutable$HashMap$$makeHashTrieMap(HashMap.scala:179)
at scala.collection.immutable.HashMap$HashMap1.updated0(HashMap.scala:211)
at scala.collection.immutable.HashMap.$plus(HashMap.scala:59)
at scala.collection.immutable.HashMap.$plus(HashMap.scala:62)
at scala.collection.immutable.Map$Map4.updated(Map.scala:201)
at scala.collection.immutable.Map$Map4.$plus(Map.scala:202)
at scala.collection.immutable.Map$Map4.$plus(Map.scala:180)
at scala.collection.mutable.MapBuilder.$plus$eq(MapBuilder.scala:29)
at scala.collection.mutable.MapBuilder.$plus$eq(MapBuilder.scala:25)
at scala.collection.generic.Growable.$anonfun$$plus$plus$eq$1(Growable.scala:59)
at scala.collection.generic.Growable$$Lambda$19/924699145.apply(Unknown Source)
at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:48)
at scala.collection.generic.Growable.$plus$plus$eq(Growable.scala:59)
at scala.collection.generic.Growable.$plus$plus$eq$(Growable.scala:50)
at scala.collection.mutable.MapBuilder.$plus$plus$eq(MapBuilder.scala:25)
at scala.collection.generic.GenMapFactory.apply(GenMapFactory.scala:48)
at scala.sys.package$.env(package.scala:61)
at scala.tools.nsc.settings.ScalaSettings.defaultClasspath(ScalaSettings.scala:30)
at scala.tools.nsc.settings.ScalaSettings.defaultClasspath$(ScalaSettings.scala:30)
at scala.tools.nsc.settings.MutableSettings.defaultClasspath(MutableSettings.scala:19)
at scala.tools.nsc.settings.ScalaSettings.$init$(ScalaSettings.scala:60)
at scala.tools.nsc.settings.MutableSettings.<init>(MutableSettings.scala:20)
at scala.tools.nsc.Settings.<init>(Settings.scala:12)
at scala.tools.nsc.Driver.process(Driver.scala:41)
at scala.tools.nsc.Main.process(Main.scala)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at sbt.compiler.RawCompiler.apply(RawCompiler.scala:26)
at sbt.compiler.AnalyzingCompiler$$anonfun$compileSources$1$$anonfun$apply$2.apply(AnalyzingCompiler.scala:146)
at sbt.compiler.AnalyzingCompiler$$anonfun$compileSources$1$$anonfun$apply$2.apply(AnalyzingCompiler.scala:142)
at sbt.IO$.withTemporaryDirectory(IO.scala:291)
at sbt.compiler.AnalyzingCompiler$$anonfun$compileSources$1.apply(AnalyzingCompiler.scala:142)
at sbt.compiler.AnalyzingCompiler$$anonfun$compileSources$1.apply(AnalyzingCompiler.scala:139)
at sbt.IO$.withTemporaryDirectory(IO.scala:291)
at sbt.compiler.AnalyzingCompiler$.compileSources(AnalyzingCompiler.scala:139)
at sbt.compiler.ComponentCompiler$$anonfun$compileAndInstall$1.apply(ComponentCompiler.scala:63)
at sbt.compiler.ComponentCompiler$$anonfun$compileAndInstall$1.apply(ComponentCompiler.scala:60)
at sbt.IO$.withTemporaryDirectory(IO.scala:291)
at sbt.compiler.ComponentCompiler.compileAndInstall(ComponentCompiler.scala:60)
at sbt.compiler.ComponentCompiler$$anonfun$getLocallyCompiled$1.apply$mcV$sp(ComponentCompiler.scala:50)
at sbt.IfMissing$Define.apply(ComponentManager.scala:75)
at sbt.ComponentManager.sbt$ComponentManager$$createAndCache$1(ComponentManager.scala:39)
at sbt.ComponentManager$$anonfun$sbt$ComponentManager$$fromGlobal$1$1.apply(ComponentManager.scala:27)
at sbt.ComponentManager$$anonfun$sbt$ComponentManager$$fromGlobal$1$1.apply(ComponentManager.scala:26)
at sbt.ComponentManager$$anon$1.call(ComponentManager.scala:50)
at xsbt.boot.Locks$GlobalLock.withChannel$1(Locks.scala:93)
at xsbt.boot.Locks$GlobalLock.xsbt$boot$Locks$GlobalLock$$withChannelRetries$1(Locks.scala:78)
at xsbt.boot.Locks$GlobalLock$$anonfun$withFileLock$1.apply(Locks.scala:97)
at xsbt.boot.Using$.withResource(Using.scala:10)
at xsbt.boot.Using$.apply(Using.scala:9)
at xsbt.boot.Locks$GlobalLock.ignoringDeadlockAvoided(Locks.scala:58)
at xsbt.boot.Locks$GlobalLock.withLock(Locks.scala:48)
at xsbt.boot.Locks$.apply0(Locks.scala:31)
at xsbt.boot.Locks$.apply(Locks.scala:28)
at sbt.ComponentManager.lock(ComponentManager.scala:50)
at sbt.ComponentManager.lockGlobalCache(ComponentManager.scala:49)
at sbt.ComponentManager.sbt$ComponentManager$$fromGlobal$1(ComponentManager.scala:25)
at sbt.ComponentManager$$anonfun$files$1$$anonfun$apply$2.apply(ComponentManager.scala:44)
at sbt.ComponentManager$$anonfun$files$1$$anonfun$apply$2.apply(ComponentManager.scala:44)
at sbt.ComponentManager.sbt$ComponentManager$$getOrElse$1(ComponentManager.scala:32)
at sbt.ComponentManager$$anonfun$files$1.apply(ComponentManager.scala:44)
at sbt.ComponentManager$$anonfun$files$1.apply(ComponentManager.scala:44)
at sbt.ComponentManager$$anon$1.call(ComponentManager.scala:50)
at xsbt.boot.Locks$GlobalLock.withChannel$1(Locks.scala:93)
at xsbt.boot.Locks$GlobalLock.xsbt$boot$Locks$GlobalLock$$withChannelRetries$1(Locks.scala:78)
at xsbt.boot.Locks$GlobalLock$$anonfun$withFileLock$1.apply(Locks.scala:97)
at xsbt.boot.Using$.withResource(Using.scala:10)
at xsbt.boot.Using$.apply(Using.scala:9)
at xsbt.boot.Locks$GlobalLock.ignoringDeadlockAvoided(Locks.scala:58)
at xsbt.boot.Locks$GlobalLock.withLock(Locks.scala:48)
at xsbt.boot.Locks$.apply0(Locks.scala:31)
at xsbt.boot.Locks$.apply(Locks.scala:28)
at sbt.ComponentManager.lock(ComponentManager.scala:50)
at sbt.ComponentManager.lockLocalCache(ComponentManager.scala:47)
at sbt.ComponentManager.files(ComponentManager.scala:44)
at sbt.ComponentManager.file(ComponentManager.scala:53)
at sbt.compiler.ComponentCompiler.getLocallyCompiled(ComponentCompiler.scala:50)
at sbt.compiler.ComponentCompiler.apply(ComponentCompiler.scala:36)
at sbt.compiler.ComponentCompiler$$anon$1.apply(ComponentCompiler.scala:23)
at sbt.compiler.AnalyzingCompiler.loader(AnalyzingCompiler.scala:112)
at sbt.compiler.AnalyzingCompiler.getInterfaceClass(AnalyzingCompiler.scala:117)
at sbt.compiler.AnalyzingCompiler.call(AnalyzingCompiler.scala:98)
at sbt.compiler.AnalyzingCompiler.newCachedCompiler(AnalyzingCompiler.scala:56)
at sbt.compiler.AnalyzingCompiler.newCachedCompiler(AnalyzingCompiler.scala:51)
at sbt.compiler.CompilerCache$$anon$2.apply(CompilerCache.scala:47)
at sbt.compiler.AnalyzingCompiler.compile(AnalyzingCompiler.scala:39)
at sbt.compiler.MixedAnalyzingCompiler$$anonfun$compileScala$1$1.apply$mcV$sp(MixedAnalyzingCompiler.scala:51)
at sbt.compiler.MixedAnalyzingCompiler$$anonfun$compileScala$1$1.apply(MixedAnalyzingCompiler.scala:51)
at sbt.compiler.MixedAnalyzingCompiler$$anonfun$compileScala$1$1.apply(MixedAnalyzingCompiler.scala:51)
at sbt.compiler.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:75)
at sbt.compiler.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:50)
at sbt.compiler.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:65)
at sbt.compiler.IC$$anonfun$compileInternal$1.apply(IncrementalCompiler.scala:160)
at sbt.compiler.IC$$anonfun$compileInternal$1.apply(IncrementalCompiler.scala:160)
at sbt.inc.IncrementalCompile$$anonfun$doCompile$1.apply(Compile.scala:66)
at sbt.inc.IncrementalCompile$$anonfun$doCompile$1.apply(Compile.scala:64)
at sbt.inc.IncrementalCommon.cycle(IncrementalCommon.scala:31)
at sbt.inc.Incremental$$anonfun$1.apply(Incremental.scala:62)
at sbt.inc.Incremental$$anonfun$1.apply(Incremental.scala:61)
at sbt.inc.Incremental$.manageClassfiles(Incremental.scala:89)
at sbt.inc.Incremental$.compile(Incremental.scala:61)
at sbt.inc.IncrementalCompile$.apply(Compile.scala:54)
at sbt.compiler.IC$.compileInternal(IncrementalCompiler.scala:160)
at sbt.compiler.IC$.incrementalCompile(IncrementalCompiler.scala:138)
at sbt.Compiler$.compile(Compiler.scala:128)
at sbt.Compiler$.compile(Compiler.scala:114)
at sbt.Defaults$.sbt$Defaults$$compileIncrementalTaskImpl(Defaults.scala:814)
at sbt.Defaults$$anonfun$compileIncrementalTask$1.apply(Defaults.scala:805)
at sbt.Defaults$$anonfun$compileIncrementalTask$1.apply(Defaults.scala:803)
at scala.Function1$$anonfun$compose$1.apply(Function1.scala:47)
at sbt.$tilde$greater$$anonfun$$u2219$1.apply(TypeFunctions.scala:40)
at sbt.std.Transform$$anon$4.work(System.scala:63)
at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:226)
at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:226)
at sbt.ErrorHandling$.wideConvert(ErrorHandling.scala:17)
at sbt.Execute.work(Execute.scala:235)
at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:226)
at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:226)
at sbt.ConcurrentRestrictions$$anon$4$$anonfun$1.apply(ConcurrentRestrictions.scala:159)
at sbt.CompletionService$$anon$2.call(CompletionService.scala:28)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
I am using jdk 1.8.0, OS X 10.11.6. Here code example:
object Main {
def main(args: Array[String]) {
println("test")
}
}
The same code builded fine with scala 2.10
UPD: build.sbt for 2.12 version
name := "hello_world_3"
version := "1.0"
scalaVersion := "2.12.0"
Problem was in minor JDK version. Scala 2.12 require's newer version of JDK then 1.8.0_111. So after JDK upgrade everything work. Thanks to #rumoku
I suddendly start facing this bad problem
eclipse starts working and them after some seconds it stops.
i create a new eclipse from unzipping the orginal eclipse and i still have the same problem
when the eclipse stops, a new log file is automatilcally created in the eclipse directly.
this is what that log file states
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000005ca3bb22, pid=6424, tid=3684
#
# JRE version: 7.0_25-b17
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.25-b01 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# V [jvm.dll+0x47bb22]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
#
--------------- T H R E A D ---------------
Current thread (0x0000000008389000): JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=3684, stack(0x00000000098c0000,0x00000000099c0000)]
siginfo: ExceptionCode=0xc0000005, reading address 0xffffffffffffffff
Registers:
RAX=0x0000000003091222, RBX=0x00000000099bcee0, RCX=0x000100000b7b1210, RDX=0x00000000099bcee0
RSP=0x00000000099bc9d0, RBP=0x00000000099bcb00, RSI=0x000000000b7b10e8, RDI=0x00000000099bca60
R8 =0x00000000000007eb, R9 =0x0000000000000001, R10=0x000000005cb3eea8, R11=0x00000000000000eb
R12=0x0000000009c7abf4, R13=0x0000000000000100, R14=0x000000000b940bf0, R15=0x00000000ffffffff
RIP=0x000000005ca3bb22, EFLAGS=0x0000000000010202
Top of Stack: (sp=0x00000000099bc9d0)
0x00000000099bc9d0: 00000000099bcb88 0000000003091220
0x00000000099bc9e0: 00000000000003a0 0000000000000000
0x00000000099bc9f0: 000000000b7b10e8 000000005c975a13
0x00000000099bca00: 0000000003091500 00000000099bf170
0x00000000099bca10: 00000000099bf170 000000000b7b10e8
0x00000000099bca20: 0000000000000000 0000000000000000
0x00000000099bca30: 000000005caba8d0 00000000099bcab8
0x00000000099bca40: 0000000003091220 00000000030914e0
0x00000000099bca50: 0000000003091220 00000000099bcb88
0x00000000099bca60: 000000005caa8700 00000000030915a0
0x00000000099bca70: 0000000000000000 00000000030915a0
0x00000000099bca80: 00000000030915c0 00000000030915c0
0x00000000099bca90: 00000000030915c0 0000000003091614
0x00000000099bcaa0: 00000000030915a0 000000005c000000
0x00000000099bcab0: 00000000099bca60 0000000003091220
0x00000000099bcac0: 0000000003091220 0000000003091223
Instructions: (pc=0x000000005ca3bb22)
0x000000005ca3bb02: eb 08 48 8b 47 68 41 80 cb e8 c6 00 c1 48 ff 47
0x000000005ca3bb12: 68 48 8b 47 68 44 88 18 48 ff 47 68 48 8b 4e 50
0x000000005ca3bb22: 48 8b 01 ff 50 30 48 8b 4f 68 48 8b 5c 24 30 48
0x000000005ca3bb32: 8b 74 24 38 88 01 48 ff 47 68 48 83 c4 20 5f c3
Register to memory mapping:
RAX=0x00000000030911d0 [CodeBlob (0x00000000030911d0)]
Framesize: 0
BufferBlob (0x00000000030911d0) used for Compile::scratch_buffer
RBX=0x00000000099bcee0 is pointing into the stack for thread: 0x0000000008389000
RCX=0x000100000b7b1210 is an unknown value
RDX=0x00000000099bcee0 is pointing into the stack for thread: 0x0000000008389000
RSP=0x00000000099bc9d0 is pointing into the stack for thread: 0x0000000008389000
RBP=0x00000000099bcb00 is pointing into the stack for thread: 0x0000000008389000
RSI=0x000000000b7b10e8 is an unknown value
RDI=0x00000000099bca60 is pointing into the stack for thread: 0x0000000008389000
R8 =0x00000000000007eb is an unknown value
R9 =0x0000000000000001 is an unknown value
R10=0x000000005cb3eea8 is an unknown value
R11=0x00000000000000eb is an unknown value
R12=0x0000000009c7abf4 is an unknown value
R13=0x0000000000000100 is an unknown value
R14=0x000000000b940bf0 is an unknown value
R15=0x00000000ffffffff is an unallocated location in the heap
Stack: [0x00000000098c0000,0x00000000099c0000], sp=0x00000000099bc9d0, free space=1010k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0x47bb22]
Current CompileTask:
C2: 25098 1866 ! com.android.ide.common.resources.ValueResourceParser::startElement (589 bytes)
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x000000000b839000 JavaThread "Worker-10" [_thread_blocked, id=6320, stack(0x00000000102b0000,0x00000000103b0000)]
0x000000000b838800 JavaThread "Worker-9" [_thread_blocked, id=916, stack(0x00000000101b0000,0x00000000102b0000)]
0x000000000b80f800 JavaThread "Worker-8" [_thread_blocked, id=6488, stack(0x00000000100b0000,0x00000000101b0000)]
0x000000000b80e800 JavaThread "Worker-7" [_thread_blocked, id=2276, stack(0x00000000109c0000,0x0000000010ac0000)]
0x000000000b80e000 JavaThread "Worker-6" [_thread_blocked, id=5328, stack(0x00000000108c0000,0x00000000109c0000)]
0x000000000b80d000 JavaThread "Worker-5" [_thread_blocked, id=6548, stack(0x00000000107c0000,0x00000000108c0000)]
0x000000000b80c800 JavaThread "Worker-4" [_thread_blocked, id=5876, stack(0x00000000106c0000,0x00000000107c0000)]
0x000000000b80b000 JavaThread "Worker-3" [_thread_blocked, id=3336, stack(0x00000000104c0000,0x00000000105c0000)]
0x000000000b809800 JavaThread "JavaScript indexing" daemon [_thread_blocked, id=7100, stack(0x000000000fec0000,0x000000000ffc0000)]
0x000000000b80b800 JavaThread "Worker-2" [_thread_blocked, id=5848, stack(0x00000000105c0000,0x00000000106c0000)]
0x000000000b80a000 JavaThread "Java indexing" daemon [_thread_blocked, id=6648, stack(0x000000000fdc0000,0x000000000fec0000)]
0x000000000b808800 JavaThread "Worker-1" [_thread_blocked, id=4820, stack(0x000000000eaa0000,0x000000000eba0000)]
0x000000000be1c800 JavaThread "Bundle File Closer" daemon [_thread_blocked, id=6476, stack(0x000000000e9a0000,0x000000000eaa0000)]
0x000000000a904000 JavaThread "Worker-0" [_thread_in_native, id=872, stack(0x000000000d8d0000,0x000000000d9d0000)]
0x000000000a90d000 JavaThread "EMF Reference Cleaner" daemon [_thread_blocked, id=5372, stack(0x000000000c6c0000,0x000000000c7c0000)]
0x000000000ac3c000 JavaThread "Worker-JM" [_thread_blocked, id=6300, stack(0x000000000c3c0000,0x000000000c4c0000)]
0x000000000b761800 JavaThread "[Timer] - Main Queue Handler" daemon [_thread_blocked, id=7056, stack(0x000000000c2c0000,0x000000000c3c0000)]
0x000000000a963800 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=6132, stack(0x000000000c1c0000,0x000000000c2c0000)]
0x000000000a834800 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=4844, stack(0x000000000be40000,0x000000000bf40000)]
0x000000000a4c1000 JavaThread "State Data Manager" daemon [_thread_blocked, id=6216, stack(0x000000000ad70000,0x000000000ae70000)]
0x000000000a4bc800 JavaThread "Framework Active Thread" [_thread_blocked, id=7096, stack(0x000000000ac70000,0x000000000ad70000)]
0x000000000839b000 JavaThread "Service Thread" daemon [_thread_blocked, id=3696, stack(0x00000000099c0000,0x0000000009ac0000)]
=>0x0000000008389000 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=3684, stack(0x00000000098c0000,0x00000000099c0000)]
0x0000000008387800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=5440, stack(0x00000000097c0000,0x00000000098c0000)]
0x0000000008386800 JavaThread "Attach Listener" daemon [_thread_blocked, id=4364, stack(0x00000000096c0000,0x00000000097c0000)]
0x000000000837f000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5368, stack(0x00000000095c0000,0x00000000096c0000)]
0x00000000029c5800 JavaThread "Finalizer" daemon [_thread_blocked, id=6368, stack(0x00000000094c0000,0x00000000095c0000)]
0x00000000029be800 JavaThread "Reference Handler" daemon [_thread_blocked, id=5640, stack(0x00000000093c0000,0x00000000094c0000)]
0x00000000029dc800 JavaThread "main" [_thread_in_native, id=3976, stack(0x0000000000030000,0x0000000000130000)]
Other Threads:
0x00000000082f2000 VMThread [stack: 0x00000000092c0000,0x00000000093c0000] [id=6028]
0x00000000083ae800 WatcherThread [stack: 0x0000000009ac0000,0x0000000009bc0000] [id=1876]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
PSYoungGen total 128640K, used 78311K [0x00000000f5560000, 0x00000000ffbe0000, 0x0000000100000000)
eden space 102400K, 57% used [0x00000000f5560000,0x00000000f8eedd98,0x00000000fb960000)
from space 26240K, 73% used [0x00000000fd420000,0x00000000fe70c218,0x00000000fedc0000)
to space 27392K, 0% used [0x00000000fb960000,0x00000000fb960000,0x00000000fd420000)
ParOldGen total 86272K, used 65718K [0x00000000e0000000, 0x00000000e5440000, 0x00000000f5560000)
object space 86272K, 76% used [0x00000000e0000000,0x00000000e402da70,0x00000000e5440000)
PSPermGen total 148800K, used 97115K [0x00000000d0000000, 0x00000000d9150000, 0x00000000e0000000)
object space 148800K, 65% used [0x00000000d0000000,0x00000000d5ed6e48,0x00000000d9150000)
Card table byte_map: [0x0000000005b60000,0x0000000005cf0000] byte_map_base: 0x00000000054e0000
Polling page: 0x00000000003b0000
Code Cache [0x0000000002aa0000, 0x0000000003190000, 0x0000000005aa0000)
total_blobs=2542 nmethods=1732 adapters=758 free_code_cache=42413Kb largest_free_block=43096576
Compilation events (10 events):
Event: 25.012 Thread 0x0000000008387800 1870 com.android.ide.common.rendering.api.ResourceValue::<init> (17 bytes)
Event: 25.012 Thread 0x0000000008387800 nmethod 1870 0x0000000002fdb390 code [0x0000000002fdb4c0, 0x0000000002fdb538]
Event: 25.012 Thread 0x0000000008387800 1871 com.android.ide.common.rendering.api.ResourceValue::getResourceType (5 bytes)
Event: 25.012 Thread 0x0000000008387800 nmethod 1871 0x0000000002fdb190 code [0x0000000002fdb2c0, 0x0000000002fdb318]
Event: 25.018 Thread 0x0000000008387800 1872 com.android.ide.common.resources.MultiResourceFile::addResourceValue (86 bytes)
Event: 25.026 Thread 0x0000000008387800 nmethod 1872 0x00000000030222d0 code [0x00000000030224c0, 0x0000000003022c00]
Event: 25.044 Thread 0x0000000008387800 1873 com.android.ide.common.resources.MultiResourceFile::updateResourceItems (142 bytes)
Event: 25.055 Thread 0x0000000008387800 nmethod 1873 0x00000000030a0f10 code [0x00000000030a1140, 0x00000000030a1af0]
Event: 25.055 Thread 0x0000000008387800 1874 java.util.EnumMap::access$600 (5 bytes)
Event: 25.056 Thread 0x0000000008387800 nmethod 1874 0x00000000030220d0 code [0x0000000003022200, 0x0000000003022258]
GC Heap History (10 events):
Event: 15.097 GC heap before
{Heap before GC invocations=23 (full 3):
PSYoungGen total 116864K, used 30688K [0x00000000f5560000, 0x00000000fee20000, 0x0000000100000000)
eden space 90496K, 14% used [0x00000000f5560000,0x00000000f62828c0,0x00000000fadc0000)
from space 26368K, 65% used [0x00000000fadc0000,0x00000000fbe958c0,0x00000000fc780000)
to space 26432K, 0% used [0x00000000fd450000,0x00000000fd450000,0x00000000fee20000)
ParOldGen total 86272K, used 59553K [0x00000000e0000000, 0x00000000e5440000, 0x00000000f5560000)
object space 86272K, 69% used [0x00000000e0000000,0x00000000e3a28750,0x00000000e5440000)
PSPermGen total 147840K, used 88932K [0x00000000d0000000, 0x00000000d9060000, 0x00000000e0000000)
object space 147840K, 60% used [0x00000000d0000000,0x00000000d56d9398,0x00000000d9060000)
Event: 15.103 GC heap after
Heap after GC invocations=23 (full 3):
PSYoungGen total 129472K, used 3574K [0x00000000f5560000, 0x00000000fef20000, 0x0000000100000000)
eden space 103040K, 0% used [0x00000000f5560000,0x00000000f5560000,0x00000000fba00000)
from space 26432K, 13% used [0x00000000fd450000,0x00000000fd7cd8e8,0x00000000fee20000)
to space 26944K, 0% used [0x00000000fba00000,0x00000000fba00000,0x00000000fd450000)
ParOldGen total 86272K, used 59553K [0x00000000e0000000, 0x00000000e5440000, 0x00000000f5560000)
object space 86272K, 69% used [0x00000000e0000000,0x00000000e3a28750,0x00000000e5440000)
PSPermGen total 147840K, used 88932K [0x00000000d0000000, 0x00000000d9060000, 0x00000000e0000000)
object space 147840K, 60% used [0x00000000d0000000,0x00000000d56d9398,0x00000000d9060000)
}
Event: 15.103 GC heap before
{Heap before GC invocations=24 (full 4):
PSYoungGen total 129472K, used 3574K [0x00000000f5560000, 0x00000000fef20000, 0x0000000100000000)
eden space 103040K, 0% used [0x00000000f5560000,0x00000000f5560000,0x00000000fba00000)
from space 26432K, 13% used [0x00000000fd450000,0x00000000fd7cd8e8,0x00000000fee20000)
to space 26944K, 0% used [0x00000000fba00000,0x00000000fba00000,0x00000000fd450000)
ParOldGen total 86272K, used 59553K [0x00000000e0000000, 0x00000000e5440000, 0x00000000f5560000)
object space 86272K, 69% used [0x00000000e0000000,0x00000000e3a28750,0x00000000e5440000)
PSPermGen total 147840K, used 88932K [0x00000000d0000000, 0x00000000d9060000, 0x00000000e0000000)
object space 147840K, 60% used [0x00000000d0000000,0x00000000d56d9398,0x00000000d9060000)
Event: 15.282 GC heap after
Heap after GC invocations=24 (full 4):
PSYoungGen total 129472K, used 0K [0x00000000f5560000, 0x00000000fef20000, 0x0000000100000000)
eden space 103040K, 0% used [0x00000000f5560000,0x00000000f5560000,0x00000000fba00000)
from space 26432K, 0% used [0x00000000fd450000,0x00000000fd450000,0x00000000fee20000)
to space 26944K, 0% used [0x00000000fba00000,0x00000000fba00000,0x00000000fd450000)
ParOldGen total 86272K, used 58208K [0x00000000e0000000, 0x00000000e5440000, 0x00000000f5560000)
object space 86272K, 67% used [0x00000000e0000000,0x00000000e38d8098,0x00000000e5440000)
PSPermGen total 149888K, used 88932K [0x00000000d0000000, 0x00000000d9260000, 0x00000000e0000000)
object space 149888K, 59% used [0x00000000d0000000,0x00000000d56d9358,0x00000000d9260000)
}
Event: 15.761 GC heap before
{Heap before GC invocations=25 (full 4):
PSYoungGen total 129472K, used 76199K [0x00000000f5560000, 0x00000000fef20000, 0x0000000100000000)
eden space 103040K, 73% used [0x00000000f5560000,0x00000000f9fc9f40,0x00000000fba00000)
from space 26432K, 0% used [0x00000000fd450000,0x00000000fd450000,0x00000000fee20000)
to space 26944K, 0% used [0x00000000fba00000,0x00000000fba00000,0x00000000fd450000)
ParOldGen total 86272K, used 58208K [0x00000000e0000000, 0x00000000e5440000, 0x00000000f5560000)
object space 86272K, 67% used [0x00000000e0000000,0x00000000e38d8098,0x00000000e5440000)
PSPermGen total 149888K, used 89084K [0x00000000d0000000, 0x00000000d9260000, 0x00000000e0000000)
object space 149888K, 59% used [0x00000000d0000000,0x00000000d56ff1e8,0x00000000d9260000)
Event: 15.770 GC heap after
Heap after GC invocations=25 (full 4):
PSYoungGen total 112000K, used 8954K [0x00000000f5560000, 0x00000000fedc0000, 0x0000000100000000)
eden space 103040K, 0% used [0x00000000f5560000,0x00000000f5560000,0x00000000fba00000)
from space 8960K, 99% used [0x00000000fba00000,0x00000000fc2bebb0,0x00000000fc2c0000)
to space 26240K, 0% used [0x00000000fd420000,0x00000000fd420000,0x00000000fedc0000)
ParOldGen total 86272K, used 58208K [0x00000000e0000000, 0x00000000e5440000, 0x00000000f5560000)
object space 86272K, 67% used [0x00000000e0000000,0x00000000e38d8098,0x00000000e5440000)
PSPermGen total 149888K, used 89084K [0x00000000d0000000, 0x00000000d9260000, 0x00000000e0000000)
object space 149888K, 59% used [0x00000000d0000000,0x00000000d56ff1e8,0x00000000d9260000)
}
Event: 15.770 GC heap before
{Heap before GC invocations=26 (full 5):
PSYoungGen total 112000K, used 8954K [0x00000000f5560000, 0x00000000fedc0000, 0x0000000100000000)
eden space 103040K, 0% used [0x00000000f5560000,0x00000000f5560000,0x00000000fba00000)
from space 8960K, 99% used [0x00000000fba00000,0x00000000fc2bebb0,0x00000000fc2c0000)
to space 26240K, 0% used [0x00000000fd420000,0x00000000fd420000,0x00000000fedc0000)
ParOldGen total 86272K, used 58208K [0x00000000e0000000, 0x00000000e5440000, 0x00000000f5560000)
object space 86272K, 67% used [0x00000000e0000000,0x00000000e38d8098,0x00000000e5440000)
PSPermGen total 149888K, used 89084K [0x00000000d0000000, 0x00000000d9260000, 0x00000000e0000000)
object space 149888K, 59% used [0x00000000d0000000,0x00000000d56ff1e8,0x00000000d9260000)
Event: 15.923 GC heap after
Heap after GC invocations=26 (full 5):
PSYoungGen total 112000K, used 0K [0x00000000f5560000, 0x00000000fedc0000, 0x0000000100000000)
eden space 103040K, 0% used [0x00000000f5560000,0x00000000f5560000,0x00000000fba00000)
from space 8960K, 0% used [0x00000000fba00000,0x00000000fba00000,0x00000000fc2c0000)
to space 26240K, 0% used [0x00000000fd420000,0x00000000fd420000,0x00000000fedc0000)
ParOldGen total 86272K, used 65718K [0x00000000e0000000, 0x00000000e5440000, 0x00000000f5560000)
object space 86272K, 76% used [0x00000000e0000000,0x00000000e402da70,0x00000000e5440000)
PSPermGen total 148800K, used 89084K [0x00000000d0000000, 0x00000000d9150000, 0x00000000e0000000)
object space 148800K, 59% used [0x00000000d0000000,0x00000000d56ff028,0x00000000d9150000)
}
Event: 19.575 GC heap before
{Heap before GC invocations=27 (full 5):
PSYoungGen total 112000K, used 103040K [0x00000000f5560000, 0x00000000fedc0000, 0x0000000100000000)
eden space 103040K, 100% used [0x00000000f5560000,0x00000000fba00000,0x00000000fba00000)
from space 8960K, 0% used [0x00000000fba00000,0x00000000fba00000,0x00000000fc2c0000)
to space 26240K, 0% used [0x00000000fd420000,0x00000000fd420000,0x00000000fedc0000)
ParOldGen total 86272K, used 65718K [0x00000000e0000000, 0x00000000e5440000, 0x00000000f5560000)
object space 86272K, 76% used [0x00000000e0000000,0x00000000e402da70,0x00000000e5440000)
PSPermGen total 148800K, used 89916K [0x00000000d0000000, 0x00000000d9150000, 0x00000000e0000000)
object space 148800K, 60% used [0x00000000d0000000,0x00000000d57cf2c8,0x00000000d9150000)
Event: 19.587 GC heap after
Heap after GC invocations=27 (full 5):
PSYoungGen total 128640K, used 19376K [0x00000000f5560000, 0x00000000ffbe0000, 0x0000000100000000)
eden space 102400K, 0% used [0x00000000f5560000,0x00000000f5560000,0x00000000fb960000)
from space 26240K, 73% used [0x00000000fd420000,0x00000000fe70c218,0x00000000fedc0000)
to space 27392K, 0% used [0x00000000fb960000,0x00000000fb960000,0x00000000fd420000)
ParOldGen total 86272K, used 65718K [0x00000000e0000000, 0x00000000e5440000, 0x00000000f5560000)
object space 86272K, 76% used [0x00000000e0000000,0x00000000e402da70,0x00000000e5440000)
PSPermGen total 148800K, used 89916K [0x00000000d0000000, 0x00000000d9150000, 0x00000000e0000000)
object space 148800K, 60% used [0x00000000d0000000,0x00000000d57cf2c8,0x00000000d9150000)
}
Deoptimization events (10 events):
Event: 23.711 Thread 0x000000000a904000 Uncommon trap -12 fr.pc 0x000000000301b6d8
Event: 24.680 Thread 0x000000000a904000 Uncommon trap -34 fr.pc 0x0000000002ecd6bc
Event: 24.690 Thread 0x000000000a904000 Uncommon trap -34 fr.pc 0x0000000002ecd6bc
Event: 24.700 Thread 0x000000000a904000 Uncommon trap -34 fr.pc 0x0000000002ecd6bc
Event: 24.701 Thread 0x000000000a904000 Uncommon trap -34 fr.pc 0x0000000002ecd6bc
Event: 24.753 Thread 0x000000000a904000 Uncommon trap -34 fr.pc 0x0000000002cfd658
Event: 24.776 Thread 0x000000000a904000 Uncommon trap -12 fr.pc 0x0000000003017de4
Event: 24.826 Thread 0x000000000a904000 Uncommon trap -34 fr.pc 0x0000000003164cb0
Event: 24.866 Thread 0x000000000a904000 Uncommon trap -34 fr.pc 0x0000000003164cb0
Event: 24.909 Thread 0x000000000a904000 Uncommon trap -83 fr.pc 0x0000000002d25868
Internal exceptions (10 events):
Event: 19.981 Thread 0x000000000a904000 Threw 0x00000000f65d63e0 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235
Event: 19.981 Thread 0x000000000a904000 Threw 0x00000000f65d6850 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235
Event: 19.985 Thread 0x000000000a904000 Threw 0x00000000f65f0898 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235
Event: 19.985 Thread 0x000000000a904000 Threw 0x00000000f65f0cd8 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235
Event: 19.985 Thread 0x000000000a904000 Threw 0x00000000f65f1250 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235
Event: 19.985 Thread 0x000000000a904000 Threw 0x00000000f65f1690 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235
Event: 23.699 Thread 0x000000000a904000 Implicit null exception at 0x0000000003160f07 to 0x000000000316234d
Event: 23.711 Thread 0x000000000a904000 Implicit null exception at 0x000000000301a309 to 0x000000000301b6bd
Event: 24.776 Thread 0x000000000a904000 Implicit null exception at 0x0000000003017bcb to 0x0000000003017dc9
Event: 24.909 Thread 0x000000000a904000 Implicit null exception at 0x0000000002d23539 to 0x0000000002d25859
Events (10 events):
Event: 24.893 Thread 0x0000000008389000 flushing nmethod 0x0000000003073010
Event: 24.893 Thread 0x0000000008389000 flushing nmethod 0x0000000003090e50
Event: 24.893 Thread 0x0000000008389000 flushing nmethod 0x00000000030a0dd0
Event: 24.894 Thread 0x0000000008389000 flushing nmethod 0x00000000030d5210
Event: 24.894 Thread 0x0000000008389000 flushing nmethod 0x00000000030d8d10
Event: 24.894 Thread 0x0000000008389000 flushing nmethod 0x00000000030df010
Event: 24.894 Thread 0x0000000008389000 flushing nmethod 0x00000000030e8a90
Event: 24.897 Thread 0x0000000008387800 flushing nmethod 0x000000000310f4d0
Event: 24.909 Thread 0x000000000a904000 DEOPT PACKING pc=0x0000000002d25868 sp=0x000000000d9cec00
Event: 24.909 Thread 0x000000000a904000 DEOPT UNPACKING pc=0x0000000002ad9164 sp=0x000000000d9ceb78 mode 2
Dynamic libraries:
0x0000000000400000 - 0x000000000044f000 E:\William\eclipse-jee-kepler-R-win32-x86_64\eclipse\eclipse.exe
0x0000000077c90000 - 0x0000000077e39000 C:\Windows\SYSTEM32\ntdll.dll
0x0000000077b70000 - 0x0000000077c8f000 C:\Windows\system32\kernel32.dll
0x000007fefdea0000 - 0x000007fefdf0b000 C:\Windows\system32\KERNELBASE.dll
0x0000000077a70000 - 0x0000000077b6a000 C:\Windows\system32\USER32.dll
0x000007feffdf0000 - 0x000007feffe57000 C:\Windows\system32\GDI32.dll
0x0000000000180000 - 0x000000000018e000 C:\Windows\system32\LPK.dll
0x000007fefe100000 - 0x000007fefe1c9000 C:\Windows\system32\USP10.dll
0x000007feffd50000 - 0x000007feffdef000 C:\Windows\system32\msvcrt.dll
0x000007fefc450000 - 0x000007fefc644000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll
0x000007fefe340000 - 0x000007fefe3b1000 C:\Windows\system32\SHLWAPI.dll
0x000007feffa60000 - 0x000007feffa8e000 C:\Windows\system32\IMM32.DLL
0x000007fefe8d0000 - 0x000007fefe9d9000 C:\Windows\system32\MSCTF.dll
0x0000000072000000 - 0x0000000072012000 E:\William\eclipse-jee-kepler-R-win32-x86_64\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20130807-1835\eclipse_1503.dll
0x000007fefe9e0000 - 0x000007fefeabb000 C:\Windows\system32\ADVAPI32.dll
0x000007fefe0d0000 - 0x000007fefe0ef000 C:\Windows\SYSTEM32\sechost.dll
0x000007feffe70000 - 0x000007fefff9d000 C:\Windows\system32\RPCRT4.dll
0x000007fefcd30000 - 0x000007fefcd3c000 C:\Windows\system32\VERSION.dll
0x000007fefc7c0000 - 0x000007fefc816000 C:\Windows\system32\uxtheme.dll
0x000007fefeac0000 - 0x000007fefecc3000 C:\Windows\system32\ole32.dll
0x000007fefdb10000 - 0x000007fefdb1f000 C:\Windows\system32\CRYPTBASE.dll
0x000007fefe030000 - 0x000007fefe0c9000 C:\Windows\system32\CLBCatQ.DLL
0x000007feffc70000 - 0x000007feffd47000 C:\Windows\system32\OLEAUT32.dll
0x000000005c5c0000 - 0x000000005cccf000 C:\Program Files\Java\jdk1.7.0_25\jre\bin\server\jvm.dll
0x000007fefb130000 - 0x000007fefb139000 C:\Windows\system32\WSOCK32.dll
0x000007fefe2f0000 - 0x000007fefe33d000 C:\Windows\system32\WS2_32.dll
0x000007fefe0f0000 - 0x000007fefe0f8000 C:\Windows\system32\NSI.dll
0x000007fefbd00000 - 0x000007fefbd3b000 C:\Windows\system32\WINMM.dll
0x0000000077e60000 - 0x0000000077e67000 C:\Windows\system32\PSAPI.DLL
0x0000000071800000 - 0x00000000718d2000 C:\Windows\system32\MSVCR100.dll
0x0000000065900000 - 0x000000006590f000 C:\Program Files\Java\jdk1.7.0_25\jre\bin\verify.dll
0x000000005e5f0000 - 0x000000005e618000 C:\Program Files\Java\jdk1.7.0_25\jre\bin\java.dll
0x0000000065860000 - 0x0000000065875000 C:\Program Files\Java\jdk1.7.0_25\jre\bin\zip.dll
0x000007fefd470000 - 0x000007fefd487000 C:\Windows\system32\CRYPTSP.dll
0x000007fefd170000 - 0x000007fefd1b7000 C:\Windows\system32\rsaenh.dll
0x000007fefcf10000 - 0x000007fefcf2e000 C:\Windows\system32\USERENV.dll
0x000007fefdbe0000 - 0x000007fefdbef000 C:\Windows\system32\profapi.dll
0x0000000065840000 - 0x0000000065859000 C:\Program Files\Java\jdk1.7.0_25\jre\binx86_64\eclipse\configuration\org.eclipse.osgi\bundles\943\1\.cp\swt-gdip-win32-4333.dll
VM Arguments:
jvm_args: -Dosgi.requiredJavaVersion=1.6 -Xms40m -Xmx512m -XX:MaxPermSize=256m
java_command: <unknown>
Launcher Type: generic
Environment Variables:
JAVA_HOME=C:\Program Files\Java\jdk1.7.0_25
JRE_HOME=C:\Program Files (x86)\Java\jre7
PATH=C:/Program Files/Java/jdk1.7.0_25/bin/../jre/bin/server;C:/Program Files/Java/jdk1.7.0_25/bin/../jre/bin;C:/Program Files/Java/jdk1.7.0_25/bin/../jre/lib/amd64;C:\appOracle\product\11.2.0\client_2;C:\appOracle\product\11.2.0\client_2\bin;C:\Program Files\Java\jdk1.7.0_25\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies\;C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files\Microsoft\Web Platform Installer\;C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET Web Pages\v1.0\;C:\Program Files (x86)\Windows Kits\8.0\Windows Performance Toolkit\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Python27;C:\Python27\Scripts;C:\OpenSSL\bin;E:\William\eclipse-jee-kepler-R-win32-x86_64\eclipse;
USERNAME=WilliamK
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 42 Stepping 7, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows 7 , 64 bit Build 7601 Service Pack 1
CPU:total 4 (4 cores per cpu, 1 threads per core) family 6 model 42 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, tsc, tscinvbit
Memory: 4k page, physical 8303600k(5555752k free), swap 16605356k(13414600k free)
vm_info: Java HotSpot(TM) 64-Bit Server VM (23.25-b01) for windows-amd64 JRE (1.7.0_25-b17), built on Jun 21 2013 12:58:32 by "java_re" with unknown MS VC++:1600
time: Wed Feb 19 08:57:30 2014
elapsed time: 25 seconds