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. Strange crash when exiting

Strange crash when exiting

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 821 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.
  • W Offline
    W Offline
    Wurgl
    wrote on last edited by
    #1

    This happens on Suse linux 13.2, and maybe it is a Suse reated problem.

    From time to time (maybe depending on the moon) my application crashes when exiting. The only thing I see in the debugger is:

    @(gdb) where
    #0 0x00007fffee066359 in ()
    #1 0x0000000000000000 in ()
    @
    Which is not helpful. When looking at the memory mapping of the process, I see
    @...
    7fffeb909000-7fffeb90a000 rw-p 00009000 09:02 19571475 /usr/lib64/libXrender.so.1.3.0
    7fffee2eb000-7fffef773000 r--s 00000000 09:02 9784329 /usr/share/icu/53.1/icudt53l.dat
    ...@
    so the crash happens somewhere between in the nowhere land :-(

    The crash is not easy to reproduce, once it happens and then for a day or so, I cannot reproduce and in the next morning it is happy here again, but just once.

    I already start my program this way, but that does not change anything.
    @gdb --eval-command=run --args ./myProgramm
    @

    Any idea?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Shot in the dark but does it happen while your computer is idle ? When you wake it up ? Screen locked ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • W Offline
        W Offline
        Wurgl
        wrote on last edited by
        #3

        The box is running 24/7 (used for distributed computing with boinc), no sleep mode or similar.

        It often happens when I start the program the first time on a day, before that I drink my coffee, read online news, mails and such, so the machine is already busy for a while.

        Also no screen lock (actually I just blank out the screen, I do not lock) while the program is running.

        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