rsmbl / Resemble.js

Image analysis and comparison

Home Page:http://rsmbl.github.io/Resemble.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GLib-GObject-Warning errors are crashing the process

AshuInsideOut opened this issue · comments

commented

Hey, I am using Resemble.js to find similarities between 2 images. It used to work great before but once I changes the environment it randomly started crashing.

By environment I mean, I am using this lib for a Discord Bot. So the environment it is running is:

Main_Process:
  Child_Process1:
    Thread_Worker:
      Running The compare() function to compare tons of images.
  Child_Process2:
    Thread_Worker:
      Running The compare() function to compare tons of images.
and more if needed...

Here is the error
image
Here is another one
image

Thanks

image

Got the same issue its not even throwing any error just randomly crashing also i think its blocking the thread or something is going on weirdly as async tasks working as sync

commented

Yeah, I am still not able to figure this issue out.