Re: [gentoo-user] libmysqlclient.so segfault

2018-08-09 Thread Daniel Frey
On 08/09/18 01:26, John Covici wrote:
> 
> I had to re-emerge dev-perl/DBD-mysql and things now work again.  I am
> using mysql, so I hope this works for you.
> 

Thanks, this fixed it.

Dan



Re: [gentoo-user] libmysqlclient.so segfault

2018-08-09 Thread John Covici
On Wed, 08 Aug 2018 11:16:55 -0400,
Daniel Frey wrote:
> 
> Well, after updating a while ago I noticed a new package being pulled in
> by mariadb - dev-db/mysql-connector-c.
> 
> Ever since this update where it was pulled in (August 1) the mythtv
> backup script written in perl fails (mythconverg_backup.pl).
> 
> It is segfaulting, and I get an email indicating so. All dmesg reports is:
> 
> [29233.819979] mythconverg_bac[4703]: segfault at d26bb8ca58 ip
> 7f433dbc7319 sp 7ffd3ca8b160 error 4 in
> libmysqlclient.so.18.4.0[7f433db89000+34a000]
> [45297.590200] mythconverg_bac[10051]: segfault at f185283a68 ip
> 7f749f50c319 sp 7fff71cf09e0 error 4 in
> libmysqlclient.so.18.4.0[7f749f4ce000+34a000]
> [45818.780364] mythconverg_bac[10094]: segfault at 762032bf28 ip
> 7f7c3f9f0319 sp 7ffe32dfa190 error 4 in
> libmysqlclient.so.18.4.0[7f7c3f9b2000+34a000]
> 
> I've done some poking around and rebuilt this package to no avail. Has
> anyone else using this found a solution?

I had to re-emerge dev-perl/DBD-mysql and things now work again.  I am
using mysql, so I hope this works for you.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici wb2una
 cov...@ccs.covici.com



[gentoo-user] libmysqlclient.so segfault

2018-08-09 Thread Daniel Frey
Well, after updating a while ago I noticed a new package being pulled in
by mariadb - dev-db/mysql-connector-c.

Ever since this update where it was pulled in (August 1) the mythtv
backup script written in perl fails (mythconverg_backup.pl).

It is segfaulting, and I get an email indicating so. All dmesg reports is:

[29233.819979] mythconverg_bac[4703]: segfault at d26bb8ca58 ip
7f433dbc7319 sp 7ffd3ca8b160 error 4 in
libmysqlclient.so.18.4.0[7f433db89000+34a000]
[45297.590200] mythconverg_bac[10051]: segfault at f185283a68 ip
7f749f50c319 sp 7fff71cf09e0 error 4 in
libmysqlclient.so.18.4.0[7f749f4ce000+34a000]
[45818.780364] mythconverg_bac[10094]: segfault at 762032bf28 ip
7f7c3f9f0319 sp 7ffe32dfa190 error 4 in
libmysqlclient.so.18.4.0[7f7c3f9b2000+34a000]

I've done some poking around and rebuilt this package to no avail. Has
anyone else using this found a solution?

Dan