PANGO-Warning and then my application exits



Hello all,

I have a problem with my application, that when it is started it just output these lines:

(x:18680): Pango-WARNING **: Cannot open font file for font Bitstream Vera Sans 10

(x:18680): Pango-WARNING **: Cannot open fallback font, nothing to do

and then it exit.

Anyone has a clue?

Here some packages the application is using follow:

libgtk2.0-0    2.6.10-2       The GTK+ graphical user interface library
libgtkmm-2.4-1 2.6.2-1.1      C++ wrappers for GTK+ 2.4 (shared
libpango1.0-0  1.8.2-3        Layout and rendering of internationalized


I attach here the strace of the application:

fstat64(4, {st_mode=S_IFREG|0644, st_size=6512, ...}) = 0
old_mmap(NULL, 9472, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0xa1a4a000 old_mmap(0xa1a4c000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x1000) = 0xa1a4c000
close(4)                                = 0
open("/usr/share/locale/en_IT/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) open("/usr/share/locale/en_US/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/en_GB/LC_MESSAGES/libc.mo", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=1474, ...}) = 0
mmap2(NULL, 1474, PROT_READ, MAP_PRIVATE, 4, 0) = 0xa1a49000
close(4)                                = 0
open("/usr/share/fonts/truetype/ttf-bitstream-vera/Vera.ttf", O_RDONLY) = 4
fcntl64(4, F_SETFD, FD_CLOEXEC)         = 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=65932, ...}) = 0
mmap2(NULL, 65932, PROT_READ, MAP_PRIVATE, 4, 0) = 0xa1a38000
close(4)                                = 0
munmap(0xa1a38000, 65932)               = 0
write(2, "\n(x:18788): Pango-WARNING **"..., 88) = 88
open("/usr/share/fonts/truetype/ttf-bitstream-vera/Vera.ttf", O_RDONLY) = 4
fcntl64(4, F_SETFD, FD_CLOEXEC)         = 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=65932, ...}) = 0
mmap2(NULL, 65932, PROT_READ, MAP_PRIVATE, 4, 0) = 0xa1a38000
close(4)                                = 0
munmap(0xa1a38000, 65932)               = 0
write(2, "\n(x:18788): Pango-WARNING **"..., 75) = 75
munmap(0xb6874000, 266240)              = 0
munmap(0xb68b5000, 372736)              = 0
munmap(0xb7fe7000, 8192)                = 0
munmap(0xb6873000, 4096)                = 0
exit_group(1)                           = ?


Greetings,
Luca




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]