Bug 241754 - Running migrations segfault with 12.4.1_1
Summary: Running migrations segfault with 12.4.1_1
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: Matthias Fechner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-11-06 11:49 UTC by Oriol Demaria
Modified: 2019-11-06 16:10 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (mfechner)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oriol Demaria 2019-11-06 11:49:32 UTC
www/gitlab-ce

So after upgrading to FreeBSD 12.1 and updating the packages to 12.4.1_1 when starting to run the migrations the process segfaults.

su -l git -c "cd /usr/local/www/gitlab-ce && rake db:migrate RAILS_ENV=production"
Assertion failed: (t->alloc == a), function upb_check_alloc, file /wrkdirs/usr/ports/devel/grpc/work/grpc-1.24.3/third_party/upb/upb/table.c, line 22.
Comment 1 Matthias Fechner freebsd_committer freebsd_triage 2019-11-06 15:10:02 UTC
(In reply to Oriol Demaria from comment #0)
Make sure you use at least grpc-1.22.0_1,2.
Comment 2 Oriol Demaria 2019-11-06 15:57:56 UTC
I am:

pkg info -a | grep grpc
grpc-1.24.3,1                  HTTP/2-based RPC framework
rubygem-grpc-1.19.0            Ruby implementation of gRPC

I will provide core.
Comment 3 Oriol Demaria 2019-11-06 16:10:43 UTC
Apologies, I didn't noticed that there has been a downgrade in grpc. Built from ports and working.