Bug 13707
| Summary: | Programs do not Launch | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Rogelio Noriega <rogelio_noriega> |
| Component: | abiword | Assignee: | Bernhard Rosenkraenzer <bero> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 7.1 | CC: | bero, jos, katzj, pbrown, twaugh |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | Winston should-fix | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2000-08-18 05:53:16 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 14711 | ||
|
Description
Rogelio Noriega
2000-07-11 12:32:39 UTC
In addition to the "Abiword_d crashed due to a fatal error" entry: AbiWord did start when I was working locally. However, when being logged in via telnet (xhost and DISPLAY is ok) AbiWord immediately crashes with exactly this message. Please file this report against all the other packages you've listed as well - other developers are responsible for them. Abiword_d still crashes in Beta 4 Does 'abiword -nosplash' work? AbiWord still won't start in Pinstripe due to a segfault. Also, --nosplash doesn't work either. This defect is considered MUST-FIX for Winston Release-Candidate #1 *Beta 5 did not fix the problem Yep, BETA5 AbiWord hosed, won't even start up Fixed - the problem was that libpng 1.0.8 is not binary compatible with 1.0.6 and doesn't increase the soname - and abiword was linked dynamically, compiled with 1.0.6. *** Bug 15179 has been marked as a duplicate of this bug. *** *** Bug 15822 has been marked as a duplicate of this bug. *** Still crashing in RC1 in XFree4. It actually looks like the problem is that the adding of the Abi font dir to the fontpath fails (xset fp+ /usr/share/AbiSuite/fonts as called in the AbiWord script gives the following) X Error of failed request: 86 Major opcode of failed request: 51 (X_SetFontPath) Serial number of failed request: 9 Current serial number in output stream: 11 and then Abi can't load it's fonts and segfaults. With no window manager running, I actually don't get a segfault, and it pops up its window about being unable to find its fonts. Adding the Abi font dir to the default xfs font path does allow AbiWord to start and run properly. xset fp+ seems to be broken in XF4... Reassigning. It's probably somewhat related to the fact that re-running mkfontdir in the abi font directory gives you no fonts in your fonts.dir. Are there some missing files (fonts.alias, fonts.scale, perhaps?) definitely an abiword problem. Not really. xset +fp is failing for some bizarre reason. However, the cleanest fix would really be for abiword to call chkfontpath in %post/%preun, much like the font packages themselves do. (It's also easier to do this than to dig inside the X library code...) *** Bug 16177 has been marked as a duplicate of this bug. *** This defect has been re-classified as SHOULD-FIX for Winston Gold-release AbiWord (RC1): OK in one install, also for users, and in one upgrade; fail in another upgrade JFYI. chkfontpath has been added. *** Bug 16937 has been marked as a duplicate of this bug. *** |