Another memory bug?
Hi Mark,
I sent you my project again via mail with another memory exception during debugging. I'm not sure if it is a issue in monkey itself or in Ted IDE.
I hope you can take a look on it.
Kind regards
It's not crashing here, I can inspect nodes etc with no problem.
Can you provide me with as much info on your setup as possible? Monkey2 version, OS version, compiler used (eg: msvc or mingw) etc.
On Mon, May 21, 2018 at 10:20 AM, Mac767 [email protected] wrote:
Hi Mark,
I sent you my project again via mail with another memory exception during debugging. I'm not sure if it is a issue in monkey itself or in Ted IDE.
I hope you can take a look on it.
Kind regards
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/blitz-research/monkey2/issues/385, or mute the thread https://github.com/notifications/unsubscribe-auth/ADU3QoE5B7xfvqYRWiLGxleixPcax8n9ks5t0ewrgaJpZM4UGQJO .
My system: Win 10 64Bit
installed: Visual Studio 2017 v15.6.4 Branch: 2018.05 (fetched 2018/05/09)
env_windows.txt: MX2_USE_MSVC=1 MX2_ARCH_WINDOWS=x64 '***** WINDOWS DESKTOP TARGET - MSVC ***** 'directories MX2_MSVC_DIR=${ProgramFiles(x86)}\Microsoft Visual Studio\2017\Community\VC 'For Visual Studio Community Edition 2017 15.6.2 MX2_MSVC_TOOLS_DIR=${MX2_MSVC_DIR}\Tools\MSVC\14.13.26128 MX2_WINDOWS_KITS_DIR=${ProgramFiles(x86)}\Windows Kits\10 MX2_WINDOWS_KIT=10.0.16299.0 'Linker options MX2_LD_OPTS_MSVC= MX2_LD_OPTS_MSVC_DEBUG= MX2_LD_OPTS_MSVC_RELEASE= 'C Compiler options MX2_CC_OPTS_MSVC=-EHs -W0 -MT -utf-8 -bigobj MX2_CC_OPTS_MSVC_DEBUG=-O1 MX2_CC_OPTS_MSVC_RELEASE=-O2 -DNDEBUG 'C++ Compiler options MX2_CPP_OPTS_MSVC=-EHs -W0 -MT -utf-8 -bigobj MX2_CPP_OPTS_MSVC_DEBUG=-O1 MX2_CPP_OPTS_MSVC_RELEASE=-O2 -DNDEBUG 'assembler opts MX2_AS_OPTS_MSVC=-DBOOST_CONTEXT_EXPORT=
Hi Mark, I made some tests:
- Update VS2007 to latest version and full monkey/project rebuild: same issue
- Update to latest monkey develop branch and full monkey/project rebuild: same issue
- change to mingw/x86 and full monkey/project rebuild: works
Which compiler do you use in your tests?
I haven't got around to trying this with msvc x64 yet sorry, will do ASAP.
I normally use msvc x86 so please give that a try.
On Thu, May 24, 2018 at 5:58 PM, Mac767 [email protected] wrote:
Hi Mark, I made some tests:
- Update VS2007 to latest version and full monkey/project rebuild: same issue
- Update to latest monkey develop branch and full monkey/project rebuild: same issue
- change to mingw/x86 and full monkey/project rebuild: works
Which compiler do you use in your tests?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/blitz-research/monkey2/issues/385#issuecomment-391597773, or mute the thread https://github.com/notifications/unsubscribe-auth/ADU3QtWOCsyknPfqu17KHjLdpbkyRTyZks5t1kv6gaJpZM4UGQJO .