#1077 closed defect (fixed)
GCC 4.x builds libMapGuideJavaApi.so incorrectly and causes TomCat to crash
Reported by: | brucedechant | Owned by: | brucedechant |
---|---|---|---|
Priority: | high | Milestone: | 2.2 |
Component: | Build System | Version: | |
Severity: | critical | Keywords: | |
Cc: | External ID: |
Description (last modified by )
The GCC 4.x compiler generates code that causes the built libMapGuideJavaApi.so to crash TomCat when the Java viewer is used.
The fix for this is that the SWIG generated code needs to be compiled with the following compiler setting:
-fno-strict-aliasing
Change History (4)
comment:1 by , 15 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:2 by , 15 years ago
Description: | modified (diff) |
---|
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in trunk r4197