[Qt-interest] Crash of my Qt-Application: Could not allocate register file: 12
Malyushytsky, Alex
alex at wai.com
Tue May 4 20:38:16 CEST 2010
If I were you I would check how many objects (Task?) are allocated
or keep track memory allocated during the run.
-----Original Message-----
From: qt-interest-bounces at trolltech.com [mailto:qt-interest-bounces at trolltech.com] On Behalf Of Pedro Santos
Sent: Tuesday, May 04, 2010 10:56 AM
To: qt-interest at trolltech.com
Subject: [Qt-interest] Crash of my Qt-Application: Could not allocate register file: 12
Hi,
my application crashes with the following error:
"Could not allocate register file: 12"
The Crash is induced when I create more than 300-400 objects of a certain class
(named "Task")
which contains several other objects (inherenced from QObject) and a
QScriptingEngine-Object. I first thought it could be because of running out of
RAM. But "sizeof(Task)" says that it consumes 40 Bytes of memory. And my System
is a SuSE Linux 11.2, Core i5 (4 Cores) with 4GB of RAM and swap-file
disabled. On my Laptop (Ubuntu 10.04 Core 2 Duo 3GB RAM, swap-file diabled) it
supprisingly crashes by 800 Objects and above.
I couldn't find anything on google about this error, only 9 results, all
useless: http://tinyurl.com/2u42fo3
So does anyone know what this mean?
Greetings
Pedro santos
_______________________________________________
Qt-interest mailing list
Qt-interest at trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-interest
---------------------------------------------------------------------------------------------------
Weidlinger Associates, Inc. made the following annotations.
“This message and any attachments are solely for the intended recipient and may contain confidential or privileged information. If you are not the intended recipient, any disclosure, copying, use, or distribution of the information included in this message and any attachments is prohibited. If you have received this communication in error, please notify us by reply e-mail and immediately and permanently delete this message and any attachments. Thank you.”
“Please consider our environment before printing this email.”
More information about the Qt-interest-old
mailing list