MantisBT - VTK | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000049 | VTK | (No Category) | public | 2003-07-01 11:13 | 2007-07-28 08:59 |
Reporter | Brad King | ||||
Assigned To | Amy Galbraith | ||||
Priority | low | Severity | minor | Reproducibility | always |
Status | closed | Resolution | no change required | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Project | |||||
Type | |||||
Summary | 0000049: Goodsite | ||||
Description | A bug in gcc 3.x results in weak symbols incorrectly merging when shared libraries are loaded with dlopen unless the RTLD_GLOBAL flag is used. Since python does not use this flag by default, virtual functions behave strangely in the python wrapper modules of VTK. The following should be added to somewhere like __helper.py: import os, sys if os.name == 'posix': import dl sys.setdlopenflags(dl.RTLD_NOW|dl.RTLD_GLOBAL) | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2011-06-16 13:11 | Zack Galbreath | Category | => (No Category) |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|