Hi
I am currently migrating a complex dashboard to v1.
When starting, my app sends some OSC to o-s-c, and o-s-c freezes for 20 to 30 seconds.
In v0, it could freeze 2 or 3 sec max.
I tried to use the ‘performance’ tab of the chrome debugger, but it crashes the whole application.
This is on arch linux.
I get this printed in the terminal:
[1269243:1110/144440.787380:ERROR:CONSOLE(24)] "Empty response arrived for script 'devtools://devtools/remote/serve_file/@8342c2e9766731779b0dd0419f9524b2cfae5ffb/product_registry_impl/product_registry_impl_module.js'", source: devtools://devtools/bundled/shell.js (24)
[1269243:1110/144440.793589:ERROR:CONSOLE(109)] "Uncaught (in promise) Error: Could not instantiate: ProductRegistryImpl.Registry", source: devtools://devtools/bundled/shell.js (109)
[1269243:1110/144440.793649:ERROR:CONSOLE(109)] "Uncaught (in promise) Error: Could not instantiate: ProductRegistryImpl.Registry", source: devtools://devtools/bundled/shell.js (109)
[1269243:1110/144440.793703:ERROR:CONSOLE(109)] "Uncaught (in promise) Error: Could not instantiate: ProductRegistryImpl.Registry", source: devtools://devtools/bundled/shell.js (109)
tracing_service_impl.cc: Configured tracing, #sources:2, duration:0 ms, #buffers:1, total buffer size:102400 KB, total sessions:1
tracing_service_impl.cc: Tracing session 1 ended, total sessions:0
../../sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc:**CRASHING**:seccomp-bpf failure in syscall 0230
After that, o-s-c and the debugger stay both do not react to anything anymore.
but received OSC messages are still printed to the terminal (in debug mode)
I can try to share a minimum repro dashboard and example, but would such a performance recording be useful?
Thx