Re: Please recommend app for JPG management
From: Bill Gee (billgee_at_sxbxcxglobal.net)
Date: 12/31/03
- Next message: jbrush_at_aros.net: "My PC is not compatible with RH9??"
- Previous message: Tommy Reynolds: "Re: FEDORA Core 1-> error while loading shared libraries: libbeecrypt.so.6: cannot enable executable stack as shared object requires: Permission denied"
- In reply to: ynotssor: "Re: Please recommend app for JPG management"
- Next in thread: ynotssor: "Re: Please recommend app for JPG management"
- Reply: ynotssor: "Re: Please recommend app for JPG management"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 31 Dec 2003 00:42:37 GMT
"ynotssor" <"ynotssor"> wrote:
> "Bill Gee" <billgee@sxbxcxglobal.net> wrote in message
> news:rj1Hb.2255$vk7.869@newssvr22.news.prodigy.com
>
>> On my old Redhat 8 system I used CompuPic. It was not stable, but
>> had every feature I wanted except one. Now that I have moved to
>> Fedora, it won't work anymore. All it gives me is a "Segmentation
>> fault" and a core dump.
>
> Have you done a "strace compupic" to see where the failure actually
> occurs? It may be something that can be worked around.
>
>
> tony
Interesting idea! Here's the last few lines of output from strace. Looks
like it is choking on the locale stuff.
=============== Paste ===============
open("/usr/share/locale/locale.alias", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=2601, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x40157000
read(3, "# Locale name alias data base.\n#"..., 4096) = 2601
brk(0x856b000) = 0x856b000
read(3, "", 4096) = 0
close(3) = 0
munmap(0x40157000, 4096) = 0
open("/usr/share/i18n/locale.alias", O_RDONLY) = -1 ENOENT (No such file or
directory)
open("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1
ENOENT (No such file or directory)
open("/usr/share/locale/en_US.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1
ENOENT (No such file or directory)
open("/usr/share/locale/en_US/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT
(No such file or directory)
open("/usr/share/locale/en.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT
(No such file or directory)
open("/usr/share/locale/en.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT
(No such file or directory)
open("/usr/share/locale/en/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No
such file or directory)
write(2, "compupic: dynamic-link.h:57: elf"..., 91compupic:
dynamic-link.h:57: elf_get_dynamic_info: Assertion `! "bad dynamic tag"'
failed.
) = 91
rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
getpid() = 4813
kill(4813, SIGABRT) = 0
--- SIGABRT (Aborted) @ 0 (0) ---
+++ killed by SIGABRT +++
============ end paste =============
- Next message: jbrush_at_aros.net: "My PC is not compatible with RH9??"
- Previous message: Tommy Reynolds: "Re: FEDORA Core 1-> error while loading shared libraries: libbeecrypt.so.6: cannot enable executable stack as shared object requires: Permission denied"
- In reply to: ynotssor: "Re: Please recommend app for JPG management"
- Next in thread: ynotssor: "Re: Please recommend app for JPG management"
- Reply: ynotssor: "Re: Please recommend app for JPG management"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|