MantisBT - ParaView
View Issue Details
0014643ParaView(No Category)public2014-03-20 16:112016-06-09 10:58
Sankhesh Jhaveri 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
git-master 
5.1 
TBD
incorrect functionality
0014643: Qt5 SierraPlotTools plugin causes error
To reproduce:
Build ParaView against Qt5
Load plugin SierraPlotTools
Quit ParaView

Following error is reported:
Inconsistency detected by ld.so: dl-close.c: 765: _dl_close: Assertion `map->l_init_called' failed!
No tags attached.
gz pluginBugQt5.tar.gz (803) 2016-03-21 07:04
https://www.vtk.org/Bug/file/10054/pluginBugQt5.tar.gz
Issue History
2014-03-20 16:11Sankhesh JhaveriNew Issue
2016-03-18 11:02Mathieu WestphalNote Added: 0035846
2016-03-18 11:45Mathieu WestphalNote Edited: 0035846bug_revision_view_page.php?bugnote_id=35846#r1548
2016-03-21 07:05Mathieu WestphalFile Added: pluginBugQt5.tar.gz
2016-03-21 07:05Mathieu WestphalNote Added: 0035848
2016-03-22 16:32Utkarsh AyachitAssigned To => Utkarsh Ayachit
2016-03-22 16:33Utkarsh AyachitNote Added: 0035851
2016-03-22 16:33Utkarsh AyachitStatusbacklog => gatekeeper review
2016-03-22 16:33Utkarsh AyachitFixed in Version => git-master
2016-03-22 16:33Utkarsh AyachitResolutionopen => fixed
2016-03-23 12:54Utkarsh AyachitNote Added: 0035854
2016-03-23 12:54Utkarsh AyachitStatusgatekeeper review => customer review
2016-05-17 19:02Alan ScottNote Added: 0035986
2016-05-17 19:02Alan ScottStatuscustomer review => closed
2016-06-09 10:58Utkarsh AyachitFixed in Versiongit-master => 5.1

Notes
(0035846)
Mathieu Westphal   
2016-03-18 11:02   
(edited on: 2016-03-18 11:45)
Bug reproduced with a plugin of mine.
Works fine with qt4, but experience the same error with qt5.

I've pinpointed the bug on a QProperty and on static variables in my plugin, no idea why though.

(0035848)
Mathieu Westphal   
2016-03-21 07:05   
I have reduced the bug to its most pure expression.
A faulty plugins needs :
 - A dummy xml file to parse
 - A QProperty containing a Qt Container, and associated dummy method.
 - Paraview Qt 5.X (tested 5.6)

Attached is a archive containing a faulty plugin as an example.
(0035851)
Utkarsh Ayachit   
2016-03-22 16:33   
MR: https://gitlab.kitware.com/paraview/paraview/merge_requests/695 [^]
(0035854)
Utkarsh Ayachit   
2016-03-23 12:54   
merged in master
(0035986)
Alan Scott   
2016-05-17 19:02   
Trusting Utkarsh's fix.