kimec

Results 4 issues of kimec

### What type of bug is this? Crash ### What subsystems and features are affected? Query executor ### What happened? `INSERT INTO table [...] WHERE NOT EXISTS (SELECT 1 FROM...

bug
waiting-for-author
segfault
no-activity

It looks like as if cli version of MediaConch on Windows enters into some endless loop if input file was encoded with GOP=1. Steps to reproduce: 1. Transcode video to...

bug

Fix class unloading.

Even though the compiler is using WeakHashMap, class unloading does not work due to the circular dependency between the key - class loader and the value - the class. PR...