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. Application Crashed In 32-Bit Operating System

Application Crashed In 32-Bit Operating System

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 4 Posters 918 Views
  • 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.
  • G Offline
    G Offline
    Gaurav Badgujar
    wrote on last edited by Gaurav Badgujar
    #1

    Hi,

    While Scrolling scroll bar in QTreeView on 32-bit operating System (Windows 7 Enterprise Service Pack 1) Application getting Crashed And in Crash Dump it point to kernel32.dll
    alt text

    call stack:-

    KERNELBASE.dll!75b5b760() Unknown
    [Frames below may be incorrect and/or missing, no symbols loaded for KERNELBASE.dll]
    KERNELBASE.dll!75b5b760() Unknown

    Please Do Needful.

    Regards,
    Gaurav Badgujar

    raven-worxR 1 Reply Last reply
    0
    • G Gaurav Badgujar

      Hi,

      While Scrolling scroll bar in QTreeView on 32-bit operating System (Windows 7 Enterprise Service Pack 1) Application getting Crashed And in Crash Dump it point to kernel32.dll
      alt text

      call stack:-

      KERNELBASE.dll!75b5b760() Unknown
      [Frames below may be incorrect and/or missing, no symbols loaded for KERNELBASE.dll]
      KERNELBASE.dll!75b5b760() Unknown

      Please Do Needful.

      Regards,
      Gaurav Badgujar

      raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      @Gaurav-Badgujar
      at least post the stack trace please...

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      1
      • G Offline
        G Offline
        Gaurav Badgujar
        wrote on last edited by
        #3

        call Stack:-
        KERNELBASE.dll!75b5b760() Unknown
        [Frames below may be incorrect and/or missing, no symbols loaded for KERNELBASE.dll]
        KERNELBASE.dll!75b5b760() Unknown

        1 Reply Last reply
        0
        • BjornWB Offline
          BjornWB Offline
          BjornW
          wrote on last edited by
          #4

          Use your debugger. And/or write a better question. :/

          1 Reply Last reply
          1
          • mrjjM Offline
            mrjjM Offline
            mrjj
            Lifetime Qt Champion
            wrote on last edited by
            #5

            As @BjornW says its not enough to even guess at the issue.
            Most likely its in your slot for the scrollbar signal.

            If you thinks its inside QTreeView and not related to you code then make small test program
            and we can try to run that and see if we can reproduce it.

            1 Reply Last reply
            2

            • Login

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