Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Invalid cursor shape causes VMWare to core dump: (2 Items)
   
Invalid cursor shape causes VMWare to core dump  
This is a VMWare log:
Mar 23 21:58:06.906: mks| CreateDIBSection failed: The operation completed successfully
Mar 23 21:58:06.906: mks| Panic: dropping lock (was bug 49968)
Mar 23 21:58:06.906: mks| NOT_IMPLEMENTED C:/ob/bora-45731/bora/mks/hostops/GdiBackend.c:1483
Mar 23 21:58:06.906: mks| Backtrace:

This is my code:

gf_cursor_t* cursor=malloc(sizeof(gf_cursor_t));

if (cursor!=NULL)
{
   memset(cursor, 0x00, sizeof(gf_cursor_t));
   gf_cursor_set(display, 0, cursor);
}

And after this code execution VmWare falls :-/ It is a stupid case, but maybe devg-vmware needs some more input 
parameters check ?

QNX 6.4.0, VMWare 6.0.0 build-45731.
RE: Invalid cursor shape causes VMWare to core dump  
Thanks Mike, PR66671 filed on your behalf.

________________________________

From: Mike Gorchak [mailto:community-noreply@qnx.com]
Sent: Mon 23/03/2009 4:20 PM
To: advanced-graphics
Subject: Invalid cursor shape causes VMWare to core dump



This is a VMWare log:
Mar 23 21:58:06.906: mks| CreateDIBSection failed: The operation completed successfully
Mar 23 21:58:06.906: mks| Panic: dropping lock (was bug 49968)
Mar 23 21:58:06.906: mks| NOT_IMPLEMENTED C:/ob/bora-45731/bora/mks/hostops/GdiBackend.c:1483
Mar 23 21:58:06.906: mks| Backtrace:

This is my code:

gf_cursor_t* cursor=malloc(sizeof(gf_cursor_t));

if (cursor!=NULL)
{
   memset(cursor, 0x00, sizeof(gf_cursor_t));
   gf_cursor_set(display, 0, cursor);
}

And after this code execution VmWare falls :-/ It is a stupid case, but maybe devg-vmware needs some more input 
parameters check ?

QNX 6.4.0, VMWare 6.0.0 build-45731.


_______________________________________________
Advanced Graphics
http://community.qnx.com/sf/go/post25049



Attachment: Text winmail.dat 3.81 KB