Object dump in 1.8.0 alpha

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
VeTaL
Posts: 14
Joined: Mon Feb 21, 2011 8:39 am

Object dump in 1.8.0 alpha

Post by VeTaL »

I noticed that an object dump appeared in last alpha.
It shows a lot of memory leaks even i engine's files:
Data: <@ % X > 40 FE 25 04 58 E0 83 00 20 E1 83 00 B1 00 CD CD
q:\Irrlight\irrlicht-1.7.2\include\irrMap.h(544) : {1239} client block at 0x0425FE40, subtype 0, 24 bytes long.
Data: < % > 00 00 00 00 00 00 00 00 08 FF 25 04 B0 00 CD CD
q:\Irrlight\irrlicht-1.7.2\include\irrMap.h(544) : {1236} client block at 0x0425FD78, subtype 0, 24 bytes long.
Data: < @ > E0 B3 83 00 40 E4 83 00 80 EA 83 00 AF 00 CD CD
q:\Irrlight\irrlicht-1.7.2\include\irrMap.h(544) : {1233} client block at 0x0425FCB0, subtype 0, 24 bytes long.
Is it okay, or it would be changed in next versions? Or i may fix it by my hands?
greenya
Posts: 1012
Joined: Sun Jan 21, 2007 1:46 pm
Location: Ukraine
Contact:

Post by greenya »

Maybe you should post the source code you use.
VeTaL
Posts: 14
Joined: Mon Feb 21, 2011 8:39 am

Post by VeTaL »

Well, there is a lot of code... I'll try to reproduce this on simple application.

Just thought that its common bug/feature for new version.
sudi
Posts: 1686
Joined: Fri Aug 26, 2005 8:38 pm

Post by sudi »

i noticed memory leak and slowdown as well. just switched to newest svn from 1.7.2 and it slows down over time an leaks memory which it didn't do before. but i didn't check it yet.
We're programmers. Programmers are, in their hearts, architects, and the first thing they want to do when they get to a site is to bulldoze the place flat and build something grand. We're not excited by renovation:tinkering,improving,planting flower beds.
bitplane
Admin
Posts: 3204
Joined: Mon Mar 28, 2005 3:45 am
Location: England
Contact:

Post by bitplane »

Last time I checked I didn't see anything in valgrind (a couple of weeks back). Can you reproduce it in one of the examples?
Submit bugs/patches to the tracker!
Need help right now? Visit the chat room
Post Reply