* dirty-log-perf can not work
@ 2012-05-14 7:04 Xiao Guangrong
2012-05-15 13:06 ` Takuya Yoshikawa
0 siblings, 1 reply; 2+ messages in thread
From: Xiao Guangrong @ 2012-05-14 7:04 UTC (permalink / raw)
To: Avi Kivity; +Cc: Marcelo Tosatti, Takuya Yoshikawa, KVM
It shows:
# ./api/dirty-log-perf
ERROR: ld.so: object '/usr/lib64/freetype-infinality/libfreetype.so.6' from LD_PRELOAD cannot be preloaded: ignored.
dirty-log-perf: 1125899907104768 slot pages / 705429411956666420 mem pages
terminate called after throwing an instance of 'errno_exception'
what(): std::exception
Aborted (core dumped)
The reason is that it is fail to create memslot since some slots have
overlap.
I am not good at C++, it will be appreciated if someone can fix it. ;)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: dirty-log-perf can not work
2012-05-14 7:04 dirty-log-perf can not work Xiao Guangrong
@ 2012-05-15 13:06 ` Takuya Yoshikawa
0 siblings, 0 replies; 2+ messages in thread
From: Takuya Yoshikawa @ 2012-05-15 13:06 UTC (permalink / raw)
To: Xiao Guangrong; +Cc: Avi Kivity, Marcelo Tosatti, Takuya Yoshikawa, KVM
On Mon, 14 May 2012 15:04:42 +0800
Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com> wrote:
> It shows:
>
> # ./api/dirty-log-perf
> ERROR: ld.so: object '/usr/lib64/freetype-infinality/libfreetype.so.6' from LD_PRELOAD cannot be preloaded: ignored.
> dirty-log-perf: 1125899907104768 slot pages / 705429411956666420 mem pages
Default was 256K pages IIRC. Something seems to be broken here.
> terminate called after throwing an instance of 'errno_exception'
> what(): std::exception
> Aborted (core dumped)
>
> The reason is that it is fail to create memslot since some slots have
> overlap.
I have never tried this on 64-bit host because I was forced to install
various compat libraries, boost for dirty-log IIRC, on Ubuntu. Actually
I ended up building it on 32-bit host which was much easier for me.
So there may be some problems.
Takuya
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-15 13:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-14 7:04 dirty-log-perf can not work Xiao Guangrong
2012-05-15 13:06 ` Takuya Yoshikawa
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.