Hi,
sometimes I see a debug messages like this:
(mm/npool.c:1641) Trying to allocate 254736304 bytes from nonpaged pool - nothing suitable found, returning NULL (objects/text.c:1832) WARNING: Failed to render glyph!
If this occurs the desktop background is flashing white. The big allocation request comes from freetype\src\raster\ftrend1.c line #178. Has anyone an idea what is wrong?
- Hartmut
Hi,
I get the behavior (described in my last mail) always if I move the cursor about one of the buttons in the button bar (icons right from the start button). Has anyone an idea what is wrong?
- Hartmut
-----Original Message----- From: ros-dev-bounces@reactos.com [mailto:ros-dev-bounces@reactos.com] On Behalf Of Hartmut Birr Sent: Friday, October 01, 2004 10:11 PM To: ReactOS Development List Subject: [ros-dev] Bug in freetype.dll?
Hi,
sometimes I see a debug messages like this:
(mm/npool.c:1641) Trying to allocate 254736304 bytes from nonpaged pool - nothing suitable found, returning NULL (objects/text.c:1832) WARNING: Failed to render glyph!
If this occurs the desktop background is flashing white. The big allocation request comes from freetype\src\raster\ftrend1.c line #178. Has anyone an idea what is wrong?
- Hartmut
From: Hartmut Birr
I get the behavior (described in my last mail) always if I move the cursor about one of the buttons in the button bar (icons right from the start button). Has anyone an idea what is wrong?
My guess (not more than a guess at this point) is that this happens when a tooltip is displayed. It could be that the font for the tooltip is a huge size (and I mean HUGE). That would explain the flashing (tooltip is displayed and removed) and the memory allocation.
Ge van Geldorp.
Hi,
I've added a line 'DbgPrint("%d %d %d %d\n", cbox.xMin, cbox.yMin, cbox.xMax, cbox.yMax);' in ftrend1.c in function ft_raster1_render after the line where the cbox values are set. I get '86272 0 2815808 3057600' for the flashing window. All other prints from this point are '0 0 640 384', '0 0 320 448' or '0 -128 384 384'. The values are in a range from -128 to 640.
- Hartmut
-----Original Message----- From: ros-dev-bounces@reactos.com [mailto:ros-dev-bounces@reactos.com] On Behalf Of Ge van Geldorp Sent: Monday, October 18, 2004 11:57 PM To: 'ReactOS Development List' Subject: RE: [ros-dev] Bug in freetype.dll?
From: Hartmut Birr
I get the behavior (described in my last mail) always if I move the cursor about one of the buttons in the button bar (icons right from the start button). Has anyone an idea what is wrong?
My guess (not more than a guess at this point) is that this happens when a tooltip is displayed. It could be that the font for the tooltip is a huge size (and I mean HUGE). That would explain the flashing (tooltip is displayed and removed) and the memory allocation.
Ge van Geldorp.
Ros-dev mailing list Ros-dev@reactos.com http://reactos.com:8080/mailman/listinfo/ros-dev
From: Hartmut Birr
I've added a line 'DbgPrint("%d %d %d %d\n", cbox.xMin, cbox.yMin, cbox.xMax, cbox.yMax);' in ftrend1.c in function ft_raster1_render after the line where the cbox values are set. I get '86272 0 2815808 3057600' for the flashing window. All other prints from this point are '0 0 640 384', '0 0 320 448' or '0 -128 384 384'. The values are in a range from -128 to 640.
Cause was a failed call to SystemParametersInfo. Fixed now (http://reactos.com:8080/archives/public/ros-cvs/2004-October/005731.html)
Ge van Geldorp.