Bug 1585271
| Summary: | keepass fails to start on FC28 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | David Cussans <david.cussans> |
| Component: | keepass | Assignee: | Peter Oliver <mavit> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 28 | CC: | mavit, pokorra.mailinglists |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-06-04 14:50:34 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
David Cussans
2018-06-01 17:07:56 UTC
Description of problem: Keepass crashes on start up. Version-Release number of selected component (if applicable): rpm -qf `which keepass` keepass-2.38-4.fc28.x86_64 How reproducible: Attempt to start Keepass at command line. Steps to Reproduce: 1. Type "keepass" 2. 3. Actual results: Produces error messages and exits immediately: bash-4.4$ keepass Unhandled Exception: System.TypeInitializationException: The type initializer for 'System.Console' threw an exception. ---> System.TypeInitializationException: The type initializer for 'System.ConsoleDriver' threw an exception. ---> System.Exception: Magic number is wrong: 542 at System.TermInfoReader.ReadHeader (System.Byte[] buffer, System.Int32& position) [0x0002b] in <373b6e083d6e45e498c9082a8eebd27f>:0 at System.TermInfoReader..ctor (System.String term, System.String filename) [0x00065] in <373b6e083d6e45e498c9082a8eebd27f>:0 at System.TermInfoDriver..ctor (System.String term) [0x00058] in <373b6e083d6e45e498c9082a8eebd27f>:0 at System.ConsoleDriver.CreateTermInfoDriver (System.String term) [0x00000] in <373b6e083d6e45e498c9082a8eebd27f>:0 at System.ConsoleDriver..cctor () [0x00062] in <373b6e083d6e45e498c9082a8eebd27f>:0 --- End of inner exception stack trace --- at System.Console.SetupStreams (System.Text.Encoding inputEncoding, System.Text.Encoding outputEncoding) [0x0000a] in <373b6e083d6e45e498c9082a8eebd27f>:0 at System.Console..cctor () [0x000a8] in <373b6e083d6e45e498c9082a8eebd27f>:0 --- End of inner exception stack trace --- at KeePass.Program.ShowFatal (System.Exception ex) [0x0001c] in <ecc0c46301c74e3ba38d3255a23fcc83>:0 at KeePass.Program.Main (System.String[] args) [0x0000c] in <ecc0c46301c74e3ba38d3255a23fcc83>:0 [ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: The type initializer for 'System.Console' threw an exception. ---> System.TypeInitializationException: The type initializer for 'System.ConsoleDriver' threw an exception. ---> System.Exception: Magic number is wrong: 542 at System.TermInfoReader.ReadHeader (System.Byte[] buffer, System.Int32& position) [0x0002b] in <373b6e083d6e45e498c9082a8eebd27f>:0 at System.TermInfoReader..ctor (System.String term, System.String filename) [0x00065] in <373b6e083d6e45e498c9082a8eebd27f>:0 at System.TermInfoDriver..ctor (System.String term) [0x00058] in <373b6e083d6e45e498c9082a8eebd27f>:0 at System.ConsoleDriver.CreateTermInfoDriver (System.String term) [0x00000] in <373b6e083d6e45e498c9082a8eebd27f>:0 at System.ConsoleDriver..cctor () [0x00062] in <373b6e083d6e45e498c9082a8eebd27f>:0 --- End of inner exception stack trace --- at System.Console.SetupStreams (System.Text.Encoding inputEncoding, System.Text.Encoding outputEncoding) [0x0000a] in <373b6e083d6e45e498c9082a8eebd27f>:0 at System.Console..cctor () [0x000a8] in <373b6e083d6e45e498c9082a8eebd27f>:0 --- End of inner exception stack trace --- at KeePass.Program.ShowFatal (System.Exception ex) [0x0001c] in <ecc0c46301c74e3ba38d3255a23fcc83>:0 at KeePass.Program.Main (System.String[] args) [0x0000c] in <ecc0c46301c74e3ba38d3255a23fcc83>:0 Expected results: Keepass starts up and opens a GUI Additional info: *** This bug has been marked as a duplicate of bug 1580447 *** |