webml-polyfill icon indicating copy to clipboard operation
webml-polyfill copied to clipboard

[IE] Chromium crashed for all IE backends when running Speech Commands example

Open Christywl opened this issue 6 years ago • 0 comments

Test Env: Chromium Version: nightly build 79.0.3917.0 (74a844d) Platform: Linux

Expected Result: Speech Commands should work.

Actual Result: Chromium crashed when running Speech Commands example for IE-MKLDNN/IE-clDNN/IE-MYRIAD/IE-GNA :

$ /usr/bin/chromium-browser-unstable --no-sandbox --use-inferencengine
[18491:18491:0816/131957.401405:ERROR:buffer_manager.cc(488)] [.DisplayCompositor]GL ERROR :GL_INVALID_OPERATION : glBufferData: <- error from previous GL command
Received signal 6
#0 0x56385b5b0de9 <unknown>
#1 0x56385b518083 <unknown>
#2 0x56385b5b0971 <unknown>
#3 0x7f49e8d04390 <unknown>
#4 0x7f49e2ba1428 gsignal
#5 0x7f49e2ba302a abort
#6 0x7f49e93c9698 <unknown>
#7 0x7f49e93c905b <unknown>
#8 0x7f49e93c8fd2 <unknown>
#9 0x7f49e9373b94 InferenceEngine::Builder::Network::build()
#10 0x56385a159dae <unknown>
#11 0x56385a153855 <unknown>
#12 0x56385a0ce3ff <unknown>
#13 0x56385a158d76 <unknown>
#14 0x56385b604268 <unknown>
#15 0x56385b608dce <unknown>
#16 0x56385b608638 <unknown>
#17 0x56385b60213d <unknown>
#18 0x56385b602a9e <unknown>
#19 0x56385b6160ce <unknown>
#20 0x56385b56db95 <unknown>
#21 0x56385b57df72 <unknown>
#22 0x56385b57dc2a <unknown>
#23 0x56385b5bff6b <unknown>
#24 0x56385b57d3bd <unknown>
#25 0x56385b579f40 <unknown>
#26 0x56385b579d64 <unknown>
#27 0x56385b5c071e <unknown>
#28 0x7f49e8cfa6ba start_thread
#29 0x7f49e2c7341d clone
  r8: 0000000000000160  r9: 0000000000000001 r10: 0000000000000008 r11: 0000000000000202
 r12: 00003925cc8c3ce0 r13: 0000000000000000 r14: 00003925cd014ee0 r15: 00007f49e9431080
  di: 000000000000483b  si: 000000000000489b  bp: 00007f49d29ca750  bx: 00003925cd014ee0
  dx: 0000000000000006  ax: 0000000000000000  cx: 00007f49e2ba1428  sp: 00007f49d29ca608
  ip: 00007f49e2ba1428 efl: 0000000000000202 cgf: 002b000000000033 erf: 0000000000000000
 trp: 0000000000000000 msk: 0000000000000000 cr2: 0000000000000000
[end of stack trace]
Calling _exit(1). Core file will not be generated.
[18606:18606:0816/132004.356038:ERROR:buffer_manager.cc(488)] [.DisplayCompositor]GL ERROR :GL_INVALID_OPERATION : glBufferData: <- error from previous GL command

IE-speech-commands

How to Reproduce:

  1. Launch chromium with /usr/bin/chromium-browser-unstable --no-sandbox --use-inferencengine and visit https://intel.github.io/webml-polyfill/examples/speech_commands/
  2. Select FAST_SINGLE_ANSWER or SUSTAINED_SPEED or LOW_POWER or ULTRA_LOW_POWER
  3. Select KWS CNN model

Christywl avatar Aug 16 '19 05:08 Christywl