Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GLib-GObject-CRITICAL g_object_ref: assertion 'G_IS_OBJECT (object)' failed #392

Closed
deepsystm opened this issue Mar 26, 2024 · 3 comments
Closed
Labels

Comments

@deepsystm
Copy link

Hi!

I don't even know where to start in solving this problem.

I have this code in rails:

avatar.variant(resize_to_fill: [100,100]).processed

It causes an error, which I can neither catch, nor process, nor in any other way affect the code to make rails continue working. The process just terminates with an error.

Full debug log in attach.
dbg.txt

@deepsystm deepsystm added the bug label Mar 26, 2024
@deepsystm
Copy link
Author

deepsystm commented Mar 26, 2024

Main error is:

(rails:1136867): GLib-GObject-CRITICAL **: 17:27:22.826: g_object_ref: assertion 'G_IS_OBJECT (object)' failed
/var/www/project/shared/bundle/ruby/3.0.0/gems/ruby-vips-2.1.4/lib/vips/operation.rb:225: [BUG] Segmentation fault at 0x00000000000000c8
ruby 3.0.0p0 (2020-12-25 revision 95aff21468) [x86_64-linux]

@jcupitt
Copy link
Member

jcupitt commented Mar 26, 2024

Hi @deepsystm,

It looks like your libvips has been started up twice. This can happen (for example) if you start libvips, then fork for a query, then start it again.

Did you see #155 (comment) ?

I'd look at some of the other fixes in that thread as well.

@deepsystm
Copy link
Author

Hi @deepsystm,

It looks like your libvips has been started up twice. This can happen (for example) if you start libvips, then fork for a query, then start it again.

Did you see #155 (comment) ?

I'd look at some of the other fixes in that thread as well.

Thanks for support, i will try this:

gem 'image_processing', '~> 1.2', require: 'image_processing/vips'

and get back with results

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants