Re: dnf crash

2018-03-05 Thread Samuel Sieb
On 03/05/2018 12:28 PM, Stephen Morris wrote: Firstly, am I doing something wrong when I issue the command in a shell and get the segmentation fault but no error message or stack trace messages? No, the problem manifests in various ways. I only got a stack trace because I used gdb on it. ___

Re: dnf crash

2018-03-05 Thread Patrick O'Callaghan
On Tue, 2018-03-06 at 08:04 +1100, Eyal Lebedinsky wrote: > > That works, but '*/Droid\ Sans*' (i.e. with a literal space) segfaults. > > A '\' inside single quotes is *not* an escape, use "*/Droid\ Sans*" for that. Maybe so, but it still segfaults ... poc ___

Re: dnf crash

2018-03-05 Thread Eyal Lebedinsky
On 06/03/18 07:28, Stephen Morris wrote: On 5/3/18 12:55 pm, Eyal Lebedinsky wrote: While it mostly works, this specific command fails: $ dnf provides '*/Droid Sans*' This is consistent, and also happens on a second machine. Both run f27 fully updated. The following does work: $ dnf provide

Re: dnf crash

2018-03-05 Thread Eyal Lebedinsky
On 06/03/18 02:30, Patrick O'Callaghan wrote: On Mon, 2018-03-05 at 22:21 +0800, Ed Greshko wrote: On 03/05/18 20:46, Eyal Lebedinsky wrote: On 05/03/18 23:35, Tim wrote: On Mon, 2018-03-05 at 12:55 +1100, Eyal Lebedinsky wrote: While it mostly works, this specific command fails: $ dnf provi

Re: dnf crash

2018-03-05 Thread Stephen Morris
On 5/3/18 12:55 pm, Eyal Lebedinsky wrote: While it mostly works, this specific command fails: $ dnf provides '*/Droid Sans*' This is consistent, and also happens on a second machine. Both run f27 fully updated. The following does work: $ dnf provides '*/Droid*' But this one crashes: $ dn

Re: dnf crash

2018-03-05 Thread Patrick O'Callaghan
On Mon, 2018-03-05 at 22:21 +0800, Ed Greshko wrote: > On 03/05/18 20:46, Eyal Lebedinsky wrote: > > On 05/03/18 23:35, Tim wrote: > > > On Mon, 2018-03-05 at 12:55 +1100, Eyal Lebedinsky wrote: > > > > While it mostly works, this specific command fails: > > > > > > > > $ dnf provides '*/Droid San

Re: dnf crash

2018-03-05 Thread Ed Greshko
On 03/05/18 20:46, Eyal Lebedinsky wrote: > On 05/03/18 23:35, Tim wrote: >> On Mon, 2018-03-05 at 12:55 +1100, Eyal Lebedinsky wrote: >>> While it mostly works, this specific command fails: >>> >>> $ dnf provides '*/Droid Sans*' >> >> Is that first asterisk slash sequence the right characters, in

Re: dnf crash

2018-03-05 Thread Eyal Lebedinsky
On 05/03/18 23:35, Tim wrote: On Mon, 2018-03-05 at 12:55 +1100, Eyal Lebedinsky wrote: While it mostly works, this specific command fails: $ dnf provides '*/Droid Sans*' Is that first asterisk slash sequence the right characters, in the right order? Yes, the pattern is a standard wildcard

Re: dnf crash

2018-03-05 Thread Tim
On Mon, 2018-03-05 at 12:55 +1100, Eyal Lebedinsky wrote: > While it mostly works, this specific command fails: > > $ dnf provides '*/Droid Sans*' Is that first asterisk slash sequence the right characters, in the right order? I'm on an older release, but if I try your command, and similar permu

Re: dnf crash

2018-03-05 Thread John Pilkington
On 05/03/18 08:50, John Pilkington wrote: I know this thread is about dnf, but I've seen exactly this font problem. mythtv will be looking for /usr/share/mythtv/fonts/DroidSans-Bold.ttf which may be a real file derived from the mythtv distro or may be a link to the system fonts location like

Re: dnf crash

2018-03-05 Thread John Pilkington
On 05/03/18 05:31, Eyal Lebedinsky wrote: On 05/03/18 15:27, Ed Greshko wrote: On 03/05/18 12:23, Samuel Sieb wrote: On 03/04/2018 05:55 PM, Eyal Lebedinsky wrote: While it mostly works, this specific command fails: $ dnf provides '*/Droid Sans*' This is consistent, and also happens on a sec

Re: dnf crash

2018-03-04 Thread Samuel Sieb
On 03/04/2018 09:17 PM, Ralf Corsepius wrote: Interestingly on i386 the segfault is slightly more verbose: # dnf provides '*/Droid Sans*' Last metadata expiration check: 0:00:33 ago on Mon 05 Mar 2018 05:39:27 AM CET. free(): invalid size Aborted (core dumped) I have hit various errors and s

Re: dnf crash

2018-03-04 Thread Samuel Sieb
On 03/04/2018 09:31 PM, Eyal Lebedinsky wrote: True. I was trying to understand why mythtv-setup complains: 2018-03-05 16:28:02.602160 E  MythFontProperties: Failed to load 'Droid Sans', got 'Droid Sans [MONO]' instead     Location: /usr/share/mythtv/themes/MythCenter-wide

Re: dnf crash

2018-03-04 Thread Eyal Lebedinsky
On 05/03/18 15:27, Ed Greshko wrote: On 03/05/18 12:23, Samuel Sieb wrote: On 03/04/2018 05:55 PM, Eyal Lebedinsky wrote: While it mostly works, this specific command fails: $ dnf provides '*/Droid Sans*' This is consistent, and also happens on a second machine. Both run f27 fully updated.

Re: dnf crash

2018-03-04 Thread Ralf Corsepius
On 03/05/2018 02:55 AM, Eyal Lebedinsky wrote: While it mostly works, this specific command fails: $ dnf provides '*/Droid Sans*' This is consistent, and also happens on a second machine. Both run f27 fully updated. The following does work: $ dnf provides '*/Droid*' But this one crashes:

Re: dnf crash

2018-03-04 Thread Samuel Sieb
On 03/04/2018 08:27 PM, Ed Greshko wrote: OK, but isn't this searching for a file that has a "space" in it?  Can't recall ever seeing one like that as part of the O/S. It might not be a query that will return anything, but it's still a bad crash that shouldn't happen. I filed https://bugzill

Re: dnf crash

2018-03-04 Thread Ed Greshko
On 03/05/18 12:23, Samuel Sieb wrote: > On 03/04/2018 05:55 PM, Eyal Lebedinsky wrote: >> While it mostly works, this specific command fails: >> >> $ dnf provides '*/Droid Sans*' >> >> This is consistent, and also happens on a second machine. Both run f27 fully >> updated. >> >> The following does

Re: dnf crash

2018-03-04 Thread Samuel Sieb
On 03/04/2018 05:55 PM, Eyal Lebedinsky wrote: While it mostly works, this specific command fails: $ dnf provides '*/Droid Sans*' This is consistent, and also happens on a second machine. Both run f27 fully updated. The following does work: $ dnf provides '*/Droid*' But this one crashes:

dnf crash

2018-03-04 Thread Eyal Lebedinsky
While it mostly works, this specific command fails: $ dnf provides '*/Droid Sans*' This is consistent, and also happens on a second machine. Both run f27 fully updated. The following does work: $ dnf provides '*/Droid*' But this one crashes: $ dnf provides '*/x y*' I suspect a python prob

Re: DNF Crash Installing Package and Resolving Keys

2014-06-29 Thread Rahul Sundaram
Hi On Sat, Jun 28, 2014 at 11:15 PM, Stephen Morris wrote: > Hi, > I was trying to install mysql packages from the yum repository for > Fedora 20 provided by Oracle and the fist package dnf tried to install > needed to have a key loaded from the key file specified in the repository > defini

DNF Crash Installing Package and Resolving Keys

2014-06-28 Thread Stephen Morris
Hi, I was trying to install mysql packages from the yum repository for Fedora 20 provided by Oracle and the fist package dnf tried to install needed to have a key loaded from the key file specified in the repository definition but crashed with the following stack trace. Has anybody else se