MantisBT - ParaView |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0014643 | ParaView | (No Category) | public | 2014-03-20 16:11 | 2016-06-09 10:58 |
|
Reporter | Sankhesh Jhaveri | |
Assigned To | Utkarsh Ayachit | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | git-master | |
Target Version | | Fixed in Version | 5.1 | |
Project | TBD |
Topic Name | |
Type | incorrect functionality |
|
Summary | 0014643: Qt5 SierraPlotTools plugin causes error |
Description | 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! |
Steps To Reproduce | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | pluginBugQt5.tar.gz (803) 2016-03-21 07:04 https://www.vtk.org/Bug/file/10054/pluginBugQt5.tar.gz |
|
Issue History |
Date Modified | Username | Field | Change |
2014-03-20 16:11 | Sankhesh Jhaveri | New Issue | |
2016-03-18 11:02 | Mathieu Westphal | Note Added: 0035846 | |
2016-03-18 11:45 | Mathieu Westphal | Note Edited: 0035846 | bug_revision_view_page.php?bugnote_id=35846#r1548 |
2016-03-21 07:05 | Mathieu Westphal | File Added: pluginBugQt5.tar.gz | |
2016-03-21 07:05 | Mathieu Westphal | Note Added: 0035848 | |
2016-03-22 16:32 | Utkarsh Ayachit | Assigned To | => Utkarsh Ayachit |
2016-03-22 16:33 | Utkarsh Ayachit | Note Added: 0035851 | |
2016-03-22 16:33 | Utkarsh Ayachit | Status | backlog => gatekeeper review |
2016-03-22 16:33 | Utkarsh Ayachit | Fixed in Version | => git-master |
2016-03-22 16:33 | Utkarsh Ayachit | Resolution | open => fixed |
2016-03-23 12:54 | Utkarsh Ayachit | Note Added: 0035854 | |
2016-03-23 12:54 | Utkarsh Ayachit | Status | gatekeeper review => customer review |
2016-05-17 19:02 | Alan Scott | Note Added: 0035986 | |
2016-05-17 19:02 | Alan Scott | Status | customer review => closed |
2016-06-09 10:58 | Utkarsh Ayachit | Fixed in Version | git-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
|
|
|
|
(0035854)
|
Utkarsh Ayachit
|
2016-03-23 12:54
|
|
|
|
(0035986)
|
Alan Scott
|
2016-05-17 19:02
|
|
|