Re: mkfontdir seg faults
On Fri, 16 Feb 2001, Janine Restis wrote:
> On Fri, 16 Feb 2001, Gabor Zoltan Csejtey wrote:
>
> > Hi,
> >
> > ii libfreetype6 2.0.1-1 FreeType 2 font engine, shared library files
> > ii libfreetype6-d 2.0.1-1 FreeType 2 font engine, development files
> >
> > are in the freetype_2.0.1.orig.tar.gz source from unstable (woody).
> >
>
> Well, it compiled fine. But X still doesn't work. I get the same error
> messages as before. Even rebooting didn't help any (was just a really
> little hope).
>
> Any further suggestions? Maybe I'm missing something I don't think
> about?
Well, I lied. 'startx' still says the same:
giving up.
xinit: No such file or directory (errno 2): unable to connect to X
server
xinit: No such process (errno 3): Server error.
But 'strace startx' doesn't. It stops with this output:
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD TTOU], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
read(255, "", 2481) = 0
munmap(0x7001c000, 8192) = 0
exit(0)
'strace X' stops here:
close(3) = 0
open("/lib/v9/libc.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\2\0\0\0\1\0\2/`\0"...,
1024) = 1024
SYS_63() = 0
close(3) = 0
munmap(0x7001c000, 26309) = 0
getpid() = 484
--- SIGSEGV (Segmentation fault) ---
+++ killed by SIGSEGV +++
Does that help any?
Janine
--
My mind not only wanders, sometimes it leaves completely.
Reply to: