Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Ticket #87 (new defect)

Opened 13 years ago

Last modified 11 years ago

Runtime crash on Windows 7 64 bit

Reported by: Anonymous Assigned to:
Priority: critical Version: 2.0
Keywords: Windows runtime crash Cc:

Description

My test app crashes with this error:
QPaintDevice: Cannot destroy paint device that is being painted
object.Error: Access Violation

I get this error if I resize the window and go with the mouse other this.

This error happens also in some other QtD examples (in other circumstances).

On Linux this code is working fine.

Attachments

main.d (231 bytes) - added by Anonymous on 04/24/11 18:26:02.
my test app

Change History

04/24/11 18:26:02 changed by Anonymous

  • attachment main.d added.

my test app

09/21/13 16:19:20 changed by Anonymous

i think found a fix/workaround try comipling with -mstackrealign

e.g. cmake -G"MinGW Makefiles" -DCMAKE_CXX_FLAGS=-m32 -fpermissive -mstackrealign" ../