Displaying 5 results from an estimated 5 matches for "40200000".
Did you mean:
00200000
2009 Mar 10
0
Tony Hawk 3 crashes on start
...starting debugger...
> err:seh:start_debugger Couldn't start debugger ("winedbg --debugmsg -all 134882872 360") (2)
> Read the Wine Developers Guide on how to set up winedbg or another debugger
> Script - UninitializeFrontEndSprites
> err:heap:HEAP_ValidateInUseArena Heap 40200000: prev arena 5025b0d0 is not prev for in-use 5025db2c
Well, I use ALSA so I don't have the same errors in the beginning but that's not the point...
2014 Oct 14
2
[LLVMdev] [RFC] Less memory and greater maintainability for debug info IR
...eMap` and `std::vector` over-allocate by 50%
to estimate the current (and planned) costs for the side-tables.
Another stat I dumped periodically was the breakdown between V(alues),
U(sers), C(onstants), M(etadata nodes), and (metadata) S(trings).
Here's a sample from nearby:
V = 23967800 (40200000 - 16232200)
U = 5850877 ( 7365503 - 1514626)
C = 205491 ( 279134 - 73643)
M = 16837368 (31009291 - 14171923)
S = 693869 ( 693869 - 0)
Lastly, I dumped a breakdown of the types of MDNodeOperands. This is
also a sample from nearby:
MDOps = 77644750 (100%)...
2014 Oct 13
9
[LLVMdev] [RFC] Less memory and greater maintainability for debug info IR
In r219010, I merged integer and string fields into a single header
field. By reducing the number of metadata operands used in debug info,
this saved 2.2GB on an `llvm-lto` bootstrap. I've done some profiling
of DW_TAGs to see what parts of PR17891 and PR17892 to tackle next, and
I've concluded that they will be insufficient.
Instead, I'd like to implement a more aggressive plan,
2012 Dec 13
7
HVM bug: system crashes after offline online a vcpu
Hi Konrad
I encountered a bug when trying to bring offline a cpu then online it
again in HVM. As I''m not very familiar with HVM stuffs I cannot come up
with a quick fix.
The HVM DomU is configured with 4 vcpus. After booting into command
prompt, I do following operations.
# echo 0 > /sys/devices/system/cpu/cpu3/online
# echo 1 > /sys/devices/system/cpu/cpu3/online
With
2013 Jun 19
4
e008:[<ffff82c480122353>] check_lock+0x1b/0x45 [konrad.wilk@oracle.com: FAILURE 3.10.0-rc6upstream-00061-g752bf7d(x86_64) 3.10.0-rc6upstream-00061-g752bf7d(i386): 2013-06-19 (tst007)]
...(XEN) 000000000009ec00 - 00000000000a0000 (reserved)
(XEN) 00000000000e0000 - 0000000000100000 (reserved)
(XEN) 0000000000100000 - 0000000020000000 (usable)
(XEN) 0000000020000000 - 0000000020200000 (reserved)
(XEN) 0000000020200000 - 0000000040000000 (usable)
(XEN) 0000000040000000 - 0000000040200000 (reserved)
(XEN) 0000000040200000 - 00000000bad80000 (usable)
(XEN) 00000000bad80000 - 00000000badc9000 (ACPI NVS)
(XEN) 00000000badc9000 - 00000000badd1000 (ACPI data)
(XEN) 00000000badd1000 - 00000000badf4000 (reserved)
(XEN) 00000000badf4000 - 00000000badf6000 (usable)
(XEN) 00000000badf60...