You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have seen several times following segfault error from Ruby on Rails app but not often like once a week, but quite not sure how it happens as I cannot reproduce it easily 😢. I use ruby-vips to generate gif image like
🐛 Only error log found (but no stacktrace from application code or gem 🤷🏼 )
Program terminated with signal SIGABRT, Aborted.
--
| Download failed: Invalid argument. Continuing without source file ./nptl/./nptl/pthread_kill.c.
| #0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=<optimized out>) at ./nptl/pthread_kill.c:44
|
| warning: 44 ./nptl/pthread_kill.c: No such file or directory
| [Current thread is 1 (Thread 0x78be58bfd6c0 (LWP 21896))]
| #0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=<optimized out>) at ./nptl/pthread_kill.c:44
| #1 __pthread_kill_internal (signo=6, threadid=<optimized out>) at ./nptl/pthread_kill.c:78
| #2 __GI___pthread_kill (threadid=<optimized out>, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
| #3 0x000078beca63427e in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
| #4 0x000078beca6178ff in __GI_abort () at ./stdlib/abort.c:79
| #5 0x000078be9d96cc04 in g_mutex_clear (mutex=<optimized out>) at ../../../glib/gthread-posix.c:1450
| #6 g_mutex_clear (mutex=<optimized out>) at ../../../glib/gthread-posix.c:1445
| #7 0x000078be9db6caf5 in vips_g_mutex_free () at /lib/x86_64-linux-gnu/libvips.so.42
| #8 0x000078be9db9f70e in vips_semaphore_destroy () at /lib/x86_64-linux-gnu/libvips.so.42
| #9 0x000078be9db76ed4 in ??? () at /lib/x86_64-linux-gnu/libvips.so.42
| #10 0x000078be9db76a84 in ??? () at /lib/x86_64-linux-gnu/libvips.so.42
| #11 0x000078be9d941c82 in g_thread_proxy (data=0x78be6219b320) at ../../../glib/gthread.c:835
| #12 0x000078beca68baa4 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
| #13 0x000078beca718c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
Any idea what's wrong? I guess it's coming from libvips, not ruby-vips gem but not sure 🙇🏼
Additional context
Environment
Ubuntu 24
ruby version: 3.4.2
ruby-vips version: 2.2.3
The text was updated successfully, but these errors were encountered:
Describe the bug
I have seen several times following segfault error from Ruby on Rails app but not often like once a week, but quite not sure how it happens as I cannot reproduce it easily 😢. I use ruby-vips to generate gif image like
🐛 Only error log found (but no stacktrace from application code or gem 🤷🏼 )
Any idea what's wrong? I guess it's coming from libvips, not ruby-vips gem but not sure 🙇🏼
Additional context
Environment
3.4.2
2.2.3
The text was updated successfully, but these errors were encountered: