View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
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 | ||||||||
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) | ||||||||
Tags | No tags attached. | ||||||||
Project | |||||||||
Type | |||||||||
Attached Files | |||||||||
Relationships | |
Relationships |
Notes | |
(0000120) Brad King (developer) 2003-09-23 16:30 |
This has been fixed in the CVS version. We do not plan to include the fix in release 4.2. |
(0008228) 2007-07-28 08:59 |
<a href= http://mlm.laplanezarde.info/payday-advance/site_map.html [^] >cash advance payday loan</a> [url=http://mlm.laplanezarde.info/payday-advance/site_map.html [^]]cash advance payday loan[/url] <a href= http://mlm.laplanezarde.info/credit-card/site_map.html [^] >card citi credit</a> [url=http://mlm.laplanezarde.info/credit-card/site_map.html [^]]card citi credit[/url] |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2011-06-16 13:11 | Zack Galbreath | Category | => (No Category) |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |