好了,我有一个我正在尝试调试的Qt应用程序;在它上运行valgrind并将输出重定向到一个文件时,我看到许多“肯定丢失”的块,看起来像这样,这让我很难过:
==24357== 24 bytes in 1 blocks are definitely lost in loss record 150 of 508
==24357== at 0x4C2C56F: malloc (vg_replace_malloc.c:267)
==24357== by 0x76ED3CA: FcPatternCreate (in /usr/lib/x86_64-linux-gnu/libfontconfi
在中,我想自己编译一个新的glibc。我知道编译一个glic是很困难的,所以在我的第一步中,我想编写一个新的glibc,它与我的linux系统上已经运行的版本完全相同。我可以跳过工具链依赖检查,开始专注于glic本身。
我的ubuntu信息是这样的:
abbott@abbott-VirtualBox:/software/glibc/code$ uname -a
Linux abbott-VirtualBox 4.4.0-31-generic #50~14.04.1-Ubuntu SMP Wed Jul 13 01:07:32 UTC 2016 x86_64 x86_64 x86
我在iReport上做了报告,在本地它正常运行,因为我有操作系统微软,但是当我在Linux上运行我的项目时,报告显示了一个错误
HTTP Status 500 - Font 'Arial' is not available to the JVM. See the Javadoc for more details.
net.sf.jasperreports.engine.util.JRFontNotFoundException: Font 'Arial' is not available to the JVM. See the Javadoc for more