Ivan Drobyshevskyi

Results 16 comments of Ivan Drobyshevskyi

May be I was too quick to consider it fully working, so far the only issue is that after reboot I need to re-plug DL monitor into another USB port,...

Seems to be working fine with node 16 for me, just had to lower version requirement in package.json and package-lock.json.

Okay, so what worked is installing debug symbols, attaching to WPEWebProcess with GDB, and getting a backtrace. Closing this, will open another issue in WPEWebKit repo.

Debug symbols are built together with wpewebkit by yocto, so I just installed wpewebkit-dbg package. However for some reason gdb wasn't able to find them automatically, so had to point...

There's a memory leak during video playback with recent cog/wpewebkit on i.MX6DL platform: https://github.com/WebPlatformForEmbedded/WPEWebKit/issues/1191 (not sure which project is better suited for opening that issue, so just referencing it here)

Here's a patch for generating C++ default values that mostly works: https://gist.github.com/vnd/8e8b64268dca2bfe0f99a445bb0a7135 The only issue so far is with enums, which require trivial post-processing.