Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. How to configure Address Sanitizer in qt on windows platform
Forum Updated to NodeBB v4.3 + New Features

How to configure Address Sanitizer in qt on windows platform

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
1 Posts 1 Posters 719 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Sadanand
    wrote on last edited by
    #1

    I have tried adding set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsanitize=address") option in cmake file in Linux and windows.

    1. On Linux I am able to see the report for memory Leak.
    2. On windows not able to see the report for memory leak.

    Below mentioned compilers are used
    1.Windows - Clang
    2.Linux - gcc

    Please guide me the steps to follow on to detect address sanitizer on windows platform.

    1 Reply Last reply
    1

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved