Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QCosmeticStroker integer overflow Qt 5.12.4
Forum Updated to NodeBB v4.3 + New Features

QCosmeticStroker integer overflow Qt 5.12.4

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 3 Posters 547 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.
  • MikhailGM Offline
    MikhailGM Offline
    MikhailG
    wrote on last edited by MikhailG
    #1

    Hello! Having a crash. From a users crash dump can not see much useful info, just a break on a line with an unhandled exception.
    crash.dmp: 0xC0000095: Integer overflow

    and the line that crashed: blend(current_span, spans, &state->penData);
    current_span = 192
    spans = 254
    state = unavailable

    f62a7889-27fa-41be-b99b-00ca1f54144f-image.png

    Any suggestions how to fix this kind of a crash?
    Thank you.

    1 Reply Last reply
    0
    • Christian EhrlicherC Online
      Christian EhrlicherC Online
      Christian Ehrlicher
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @MikhailG said in QCosmeticStroker integer overflow Qt 5.12.4:

      Any suggestions how to fix this kind of a crash?

      Try to create a minimal, reproducible example and create a bug report.
      And please provide the backtrace here.

      Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
      Visit the Qt Academy at https://academy.qt.io/catalog

      MikhailGM 1 Reply Last reply
      0
      • Christian EhrlicherC Christian Ehrlicher

        @MikhailG said in QCosmeticStroker integer overflow Qt 5.12.4:

        Any suggestions how to fix this kind of a crash?

        Try to create a minimal, reproducible example and create a bug report.
        And please provide the backtrace here.

        MikhailGM Offline
        MikhailGM Offline
        MikhailG
        wrote on last edited by MikhailG
        #3

        @Christian-Ehrlicher said in QCosmeticStroker integer overflow Qt 5.12.4:

        Try to create a minimal

        It will be almost impossible. The crash is ambiguous at this point.
        Backtrace is down below:

        0c02c596-539f-4ad9-b730-5398a9b5bdd8-image.png

        1 Reply Last reply
        0
        • VRoninV Offline
          VRoninV Offline
          VRonin
          wrote on last edited by
          #4

          can you post line 34 of charpainterproxydecorator.cpp and explain us what's happening there?

          "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
          ~Napoleon Bonaparte

          On a crusade to banish setIndexWidget() from the holy land of Qt

          MikhailGM 1 Reply Last reply
          1
          • VRoninV VRonin

            can you post line 34 of charpainterproxydecorator.cpp and explain us what's happening there?

            MikhailGM Offline
            MikhailGM Offline
            MikhailG
            wrote on last edited by
            #5

            @VRonin said in QCosmeticStroker integer overflow Qt 5.12.4:

            line 34 of charpainterproxydecorator.cpp

            a55c9187-e2f8-404d-8020-28c91071c926-image.png

            ChartPainterProxyDecorator is derived class from our custom class which has no superiors.
            targetRef() - is a reference to a QPainter

            1 Reply Last reply
            0

            • Login

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