Jump to content

Welcome to eMastercam

Register now to participate in the forums, access the download area, buy Mastercam training materials, post processors and more. This message will be removed once you have signed in.

Use your display name or email address to sign in:

win7 x64 memory errors


Recommended Posts

Hi all,

 

I recently moved over X2 to win7 x64. Chooks that had no issues on XP 32 are now crashing. So far all crashes seem to be related to memory issues. Some I've been able to fix. Others have me stumped.

 

For example: calling stdc free() (per the documentation) on the data from ps_tag_to_mc_ents(). 2 out 3 chooks this is used, it works fine. The 3rd (and simplest chook) crashes.

 

The code for the 3 routines is:

Call ps_tag_to_mc_ents with an edge tag

loop resulting ent(s)

if ent meets a criteria, delete it.

free eptrs array

 

debug is breaking on the free() or more specifically _ASSERTE(_CrtIsValidHeapPointer(pUserData)); in dbgheap.c

 

Is there a compiler setting I should be looking for?

 

Is the stdc free() the wrong function? Several mc api functions provide their own free routine. is the free for ps_tag_to_mc_ents missing from the api?

 

In the api FREE() seems to be a wrapper for stdc free(). Should I be using m_free() in mastercam? Or something else?

 

 

Any thought would be appreciated.

 

Bryan smile.gif

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.

Join us!

eMastercam - your online source for all things Mastercam.

Together, we are the strongest Mastercam community on the web with over 56,000 members, and our online store offers a wide selection of training materials for all applications and skill levels.

Follow us

×
×
  • Create New...