FS#60171 - [paraview] pvpython aborts

Attached to Project: Community Packages
Opened by Jakub Klinkovský (lahwaacz) - Sunday, 23 September 2018, 18:11 GMT
Last edited by Bruno Pagani (ArchangeGabriel) - Tuesday, 23 October 2018, 13:57 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Bruno Pagani (ArchangeGabriel)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

pvpython from paraview 5.5.2-4 just segfaults after execution:

$ pvpython
Fatal Python error: _Py_InitializeCore: main interpreter already initialized

Current thread 0x00007f4ddf431a80 (most recent call first):
[jlk:27446] *** Process received signal ***
[jlk:27446] Signal: Aborted (6)
[jlk:27446] Signal code: (-6)
[jlk:27446] [ 0] /usr/lib/libc.so.6(+0x37e00)[0x7f4df4c48e00]
[jlk:27446] [ 1] /usr/lib/libc.so.6(gsignal+0x10f)[0x7f4df4c48d7f]
[jlk:27446] [ 2] /usr/lib/libc.so.6(abort+0x125)[0x7f4df4c33672]
[jlk:27446] [ 3] /usr/lib/libpython3.7m.so.1.0(+0x6927a)[0x7f4deea3b27a]
[jlk:27446] [ 4] /usr/lib/libpython3.7m.so.1.0(+0xd559e)[0x7f4deeaa759e]
[jlk:27446] [ 5] /usr/lib/libpython3.7m.so.1.0(+0xd9723)[0x7f4deeaab723]
[jlk:27446] [ 6] /usr/lib/libpython3.7m.so.1.0(Py_Main+0x77)[0x7f4deeaabe37]
[jlk:27446] [ 7] /usr/lib/libvtkPythonInterpreter-pv5.5.so.1(_ZN20vtkPythonInterpreter6PyMainEiPPc+0x1ed)[0x7f4df53f273d]
[jlk:27446] [ 8] /usr/lib/pvpython(_ZN14ParaViewPython3RunEiiPPc+0x210)[0x55ec0dbe9610]
[jlk:27446] [ 9] /usr/lib/libc.so.6(__libc_start_main+0xf3)[0x7f4df4c35223]
[jlk:27446] [10] /usr/lib/pvpython(_start+0x2e)[0x55ec0dbe919e]
[jlk:27446] *** End of error message ***
Aborted (core dumped)
This task depends upon

Closed by  Bruno Pagani (ArchangeGabriel)
Tuesday, 23 October 2018, 13:57 GMT
Reason for closing:  Works for me
Additional comments about closing:  Seems to be fixed in latest build.

Loading...