View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0016767 | ParaView | (No Category) | public | 2016-07-01 11:15 | 2016-08-12 10:00 | ||||
Reporter | Mathieu Westphal | ||||||||
Assigned To | Mathieu Westphal | ||||||||
Priority | normal | Severity | minor | Reproducibility | have not tried | ||||
Status | closed | Resolution | moved | ||||||
Platform | OS | OS Version | |||||||
Product Version | git-master | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0016767: RenderView management with python segfault | ||||||||
Description | There is a systematic segfault with the following code in pvpython : Basically, Creating and rendering a first view, then Creating and rendering a second render view, then destroying the first view, will put the second in a unstable state that will lead to a segfault. Does not reproduce in paraview. | ||||||||
Steps To Reproduce | from paraview.simple import * import gc v=CreateRenderView() Render(v) w=CreateRenderView() Render(w) Delete(v) del v gc.collect() # not absolutally necessary, the destructor will be called eventually Render(w) [xcb] Unknown sequence number while appending request [xcb] Most likely this is a multi-threaded client and XInitThreads has not been called [xcb] Aborting, sorry about that. pvpython: xcb_io.c:161: append_pending_request: Assertion `!xcb_xlib_unknown_seq_number' failed. Aborted (core dumped) | ||||||||
Tags | No tags attached. | ||||||||
Project | TBD | ||||||||
Topic Name | |||||||||
Type | incorrect functionality | ||||||||
Attached Files | ![]() | ||||||||
Relationships | |
Relationships |
Notes | |
(0039083) Kitware Robot (administrator) 2016-08-12 10:00 |
Resolving issue as `moved`. This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2016-07-01 11:15 | Mathieu Westphal | New Issue | |
2016-07-01 11:15 | Mathieu Westphal | Assigned To | => Mathieu Westphal |
2016-07-01 11:15 | Mathieu Westphal | Description Updated | |
2016-07-01 11:15 | Mathieu Westphal | Steps to Reproduce Updated | |
2016-07-01 11:17 | Mathieu Westphal | File Added: bugRender.py | |
2016-08-12 10:00 | Kitware Robot | Note Added: 0039083 | |
2016-08-12 10:00 | Kitware Robot | Status | backlog => closed |
2016-08-12 10:00 | Kitware Robot | Resolution | open => moved |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |