Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for Python
  4. Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)
Forum Updated to NodeBB v4.3 + New Features

Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)

Scheduled Pinned Locked Moved Unsolved Qt for Python
15 Posts 3 Posters 3.1k 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 SGaist
    24 Aug 2021, 17:58

    Hi and welcome to devnet,

    How are you installing your development environment ?
    Using virtualenv ?
    Conda ?

    S Offline
    S Offline
    szRicsi
    wrote on 24 Aug 2021, 18:41 last edited by
    #3

    @SGaist

    We used PyCharm where we created a virtualenv for our project then installed PySide6 with pip. It should work out of the box. Others had no problem with running this code.

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 24 Aug 2021, 18:44 last edited by
      #4

      Since you are on macOS, you should get a dialog with informations about the crash, can you show it ?
      Do you have the same issue if you show a simple dummy widget ?

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

      S 1 Reply Last reply 24 Aug 2021, 19:30
      0
      • S SGaist
        24 Aug 2021, 18:44

        Since you are on macOS, you should get a dialog with informations about the crash, can you show it ?
        Do you have the same issue if you show a simple dummy widget ?

        S Offline
        S Offline
        szRicsi
        wrote on 24 Aug 2021, 19:30 last edited by
        #5

        @SGaist

        The window alone shows up without error. It crashes only when I add a Rectangle to the window. The Code is pretty basic. All was generated by QtCreator. I don’t get any information about the crash, just the one I mentioned before.

        Képernyőfotó 2021-08-24 - 8.11.57.png

        E 1 Reply Last reply 24 Aug 2021, 19:43
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 24 Aug 2021, 19:34 last edited by
          #6

          What if you start your script with pdb running ?

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

          S 1 Reply Last reply 25 Aug 2021, 06:25
          0
          • S szRicsi
            24 Aug 2021, 19:30

            @SGaist

            The window alone shows up without error. It crashes only when I add a Rectangle to the window. The Code is pretty basic. All was generated by QtCreator. I don’t get any information about the crash, just the one I mentioned before.

            Képernyőfotó 2021-08-24 - 8.11.57.png

            E Offline
            E Offline
            eyllanesc
            wrote on 24 Aug 2021, 19:43 last edited by eyllanesc
            #7

            @szRicsi Copy the code that appears in the console of your IDE: /Users/..../venv/bin/python /Users/.../HelloWorldApp/main.py and run it in the console of your OS, you may get more information about the error.

            If you want me to help you develop some work then you can write to my email: e.yllanescucho@gmal.com.

            1 Reply Last reply
            0
            • S Offline
              S Offline
              szRicsi
              wrote on 24 Aug 2021, 20:07 last edited by
              #8
              This post is deleted!
              1 Reply Last reply
              0
              • S Offline
                S Offline
                szRicsi
                wrote on 24 Aug 2021, 20:22 last edited by szRicsi
                #9

                @SGaist @eyllanesc

                Here is the full text from the console:
                https://pastebin.com/57mDzRpF
                password: 6QtUSf2eHk

                E 1 Reply Last reply 24 Aug 2021, 22:06
                0
                • S szRicsi
                  24 Aug 2021, 20:22

                  @SGaist @eyllanesc

                  Here is the full text from the console:
                  https://pastebin.com/57mDzRpF
                  password: 6QtUSf2eHk

                  E Offline
                  E Offline
                  eyllanesc
                  wrote on 24 Aug 2021, 22:06 last edited by
                  #10

                  @szRicsi I have not asked you that, have you been able to execute what I pointed out in my previous comment?

                  If you want me to help you develop some work then you can write to my email: e.yllanescucho@gmal.com.

                  S 1 Reply Last reply 25 Aug 2021, 04:11
                  0
                  • E eyllanesc
                    24 Aug 2021, 22:06

                    @szRicsi I have not asked you that, have you been able to execute what I pointed out in my previous comment?

                    S Offline
                    S Offline
                    szRicsi
                    wrote on 25 Aug 2021, 04:11 last edited by
                    #11

                    @eyllanesc

                    Sorry i forgot because i can write one comment in 10 minute.

                    DE607A43-BC3F-4283-8BF1-F26A44F3D31D.jpeg

                    E 1 Reply Last reply 25 Aug 2021, 06:28
                    0
                    • S SGaist
                      24 Aug 2021, 19:34

                      What if you start your script with pdb running ?

                      S Offline
                      S Offline
                      szRicsi
                      wrote on 25 Aug 2021, 06:25 last edited by
                      #12

                      @SGaist

                      I get a lot of information but I don't know how can I send to you.. :(

                      Képernyőfotó 2021-08-25 - 8.22.39.png

                      1 Reply Last reply
                      0
                      • S szRicsi
                        25 Aug 2021, 04:11

                        @eyllanesc

                        Sorry i forgot because i can write one comment in 10 minute.

                        DE607A43-BC3F-4283-8BF1-F26A44F3D31D.jpeg

                        E Offline
                        E Offline
                        eyllanesc
                        wrote on 25 Aug 2021, 06:28 last edited by
                        #13

                        @szRicsi what is the output of QT_DEBUG_PLUGINS=1 /Users/..../venv/bin/python /Users/.../HelloWorldApp/main.py

                        If you want me to help you develop some work then you can write to my email: e.yllanescucho@gmal.com.

                        S 1 Reply Last reply 25 Aug 2021, 06:36
                        0
                        • E eyllanesc
                          25 Aug 2021, 06:28

                          @szRicsi what is the output of QT_DEBUG_PLUGINS=1 /Users/..../venv/bin/python /Users/.../HelloWorldApp/main.py

                          S Offline
                          S Offline
                          szRicsi
                          wrote on 25 Aug 2021, 06:36 last edited by szRicsi
                          #14

                          @eyllanesc said in Process finished with exit code 139 (interrupted by signal 11: SIGSEGV):

                          QT_DEBUG_PLUGINS=1

                          Maybe this is what you ask : https://pastebin.com/493Tvq7f
                          password: echBy5Qp2S

                          1 Reply Last reply
                          0
                          • S Offline
                            S Offline
                            szRicsi
                            wrote on 25 Aug 2021, 20:03 last edited by
                            #15

                            @SGaist @eyllanesc
                            These informations are enough for something?

                            1 Reply Last reply
                            0

                            12/15

                            25 Aug 2021, 06:25

                            • Login

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