Code Monkey home page Code Monkey logo

Comments (5)

jrfonseca avatar jrfonseca commented on June 8, 2024

That's disappointing. I added a test precisely for that.

Furthermore it works fine here (Windows 7 SP1).

Please confirm:

  • Windows version and architecture
  • 32bits or 64bits binaries
  • if you also copied dbghelp.dll and symsrv.dll into the sample dir.

from drmingw.

dismine avatar dismine commented on June 8, 2024
  • I downloaded drmingw-0.7.0-win32.zip.
  • Windows XP in VirtualBox.
  • I used all 5 files: dbghelp.dll, exchndl.dll, mgwhelp.dll, symsrv.dll, symsrv.yes.

from drmingw.

jrfonseca avatar jrfonseca commented on June 8, 2024

Windows XP

OK. I'm pretty sure this is why I couldn't repro. I'm probably using some Win32 function that's not supported on Windows XP.

It's probably causing exchnld to crash inside the exception handler which is why it silently fails (to avoid infinite recursion)

I don't have a XP VM readily available, so it will take me a while to repro.

Are you confortable/willing to build drmingw from source? It's not difficult, just follow https://github.com/jrfonseca/drmingw/blob/master/BUILD.md and after it's built run

cmake --build build --target test

to run the tests.

from drmingw.

dismine avatar dismine commented on June 8, 2024

Sorry, i can't build 0.7.0.

CMake Error at C:/Program Files/CMake/share/cmake-3.0/Modules/FindPackageHandleStandardArgs.cmake:136 (message):
Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) (Required is at
least version "2.7")
Call Stack (most recent call first):
C:/Program Files/CMake/share/cmake-3.0/Modules/FindPackageHandleStandardArgs.cmake:343 (_FPHSA_FAILURE_MESSAGE)
C:/Program Files/CMake/share/cmake-3.0/Modules/FindPythonInterp.cmake:153 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
tests/CMakeLists.txt:77 (find_package)

-- Could NOT find WinDbg (missing: WINDBG_DIR)

But still can build 0.6.6.

from drmingw.

jrfonseca avatar jrfonseca commented on June 8, 2024

Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) (Required is at
least version "2.7")

With commit c73961d Python should be optional.

And this issue should be fixed with 5ff4d8d.

Thanks for reporting this.

from drmingw.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.