FS#71505 - [python-cx-freeze] segfoult in the console binary.

Attached to Project: Community Packages
Opened by bartus (bartus) - Wednesday, 14 July 2021, 12:45 GMT
Last edited by Felix Yan (felixonmars) - Thursday, 25 August 2022, 19:06 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description: Unable to package anything with Archs version of `cx-Freeze` as main console binary `segfoults` immediately.


Additional info:
* package version: python-cx-freeze:6.7

Steps to reproduce:

Call `/usr/lib/python3.9/site-packages/cx_Freeze/bases/Console-cp39-linux-x86_64` you got `segfoult`:

```
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff7ffe790 in ?? ()
(gdb) bt -full
#0 0x00007ffff7ffe790 in ?? ()
No symbol table info available.
#1 0x00005555555ad026 in PyObject_VectorcallDict.cold ()
No symbol table info available.
```
This task depends upon

Closed by  Felix Yan (felixonmars)
Thursday, 25 August 2022, 19:06 GMT
Reason for closing:  Fixed
Comment by bartus (bartus) - Tuesday, 03 August 2021, 16:16 GMT Comment by Felix Yan (felixonmars) - Thursday, 25 August 2022, 19:06 GMT
This should have been resolved in the current version. Sorry for the delay in response.

Loading...