I found this thread on Stack overflow:
https://stackoverflow.com/questions/9077457/how-to-trace-tcmalloc-large-a...
See
<
http://code.google.com/p/gperftools/source/browse/trunk/src/tcmalloc.cc?r...
http://code.google.com/p/gperftools/source/browse/trunk/src/tcmalloc.cc?r...
line 843
Depending on your application - the large allocation may or may not be a bug.
In any case - the part after the @ mark is a stack trace and can be used to locate the
source of the message
The repeating number (4294488064 which seems to be equal to 4G-479232 or
0x100000000-0x75000) makes me suspect the original allocation call got a negative signed
value and used it as an unsigned value.
It also had this to trace the memory leak:
to trace the mem address to a line in your code, use addr2line commandline tool.. use it
as addr2line -e <executable name> then press enter and then paste an address and
press enter
I’m not sure if this is helpful but it does sound like a memory leak.
In a related Microsoft doc it stated:
1073741824 Allocations larger than this value cause a stack trace to be dumped to
stderr. The threshold for dumping stack traces is increased by a factor of 1.125 every
time we print a message so that the threshold automatically goes up by a factor of ~1000
every 60 messages. This bounds the amount of extra logging generated by this flag. Default
value of this flag is very large and therefore you should see no extra logging unless the
flag is overridden.
The default in Windows is 1 GB. I’m not sure about Linux.
I hope this is helpful.
Eric Evans
Digital Data Services LLC.
304.660.9080
From: Maton, Brett <matonb(a)ltresources.co.uk>
Sent: Friday, April 10, 2020 4:53 PM
To: eevans(a)digitaldatatechs.com
Cc: Ovirt Users <users(a)ovirt.org>
Subject: [ovirt-users] Re: Windows 10 Pro 64 (1909) crashes when migrating
The hosts are identical, and yes I'm sure about the 563 terrabytes, which is obviously
wrong, and why I mentioned it. Possibly an overflow?
On Fri, 10 Apr 2020, 21:31 , <eevans(a)digitaldatatechs.com
<mailto:eevans@digitaldatatechs.com> > wrote:
I have a Windows 10 guest and a Server 2016 guest that migrate without an issue.
Are your CPU architectures comparable between the hosts?
BTW, 56294995342131 bytes is 562 terabytes. Are you sure that's correct?
_______________________________________________
Users mailing list -- users(a)ovirt.org <mailto:users@ovirt.org>
To unsubscribe send an email to users-leave(a)ovirt.org <mailto:users-leave@ovirt.org>
Privacy Statement:
https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct:
https://www.ovirt.org/community/about/community-guidelines/
List Archives:
https://lists.ovirt.org/archives/list/users@ovirt.org/message/7JDAC6SVJIP...