Uploaded image for project: 'Qt for Python'
  1. Qt for Python
  2. PYSIDE-3175

shiboken6 throws segfault when typesystem package attribute is missing

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4: Low P4: Low
    • 6.10.0, 6.9.3, 6.8.5
    • 6.9.1
    • Shiboken
    • None
    • b07818e15 (dev), 3816d80cb (6.9), f85c2079d (tqtc/lts-6.8)

      shiboken throws a segmentation fault on this typesystem.xml

      <?xml version="1.0" encoding="UTF-8"?>
      <typesystem>
       <namespace-type name="KTextEditor">
        <object-type name="Editor"/>
       </namespace-type>
      </typesystem> 

      fix: set the package attribute of <typesystem>

      -<typesystem>
      +<typesystem package="KTextEditor"> 
       ASSERT: "moduleEntry" in file sources/shiboken6/ApiExtractor/typesystemparser.cpp, line 
      2253
      

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            kleint Friedemann Kleint
            milahu milan hauth
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes