Issue 7102 - FreeBSD port: Fix namespace collision in libpackage
Summary: FreeBSD port: Fix namespace collision in libpackage
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: OOo 1.0.3
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 1.0.4
Assignee: mbr
QA Contact: issues@porting
URL:
Keywords:
: 13448 (view as issue list)
Depends on:
Blocks: 13448
  Show dependency tree
 
Reported: 2002-08-18 16:24 UTC by mbr
Modified: 2004-03-25 07:37 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
patch for package/inc/HashMaps.hxx (603 bytes, patch)
2003-04-15 08:23 UTC, Unknown
no flags Details | Diff
Patch for package/inc/ZipPackageFolder.hxx (879 bytes, patch)
2003-04-15 08:24 UTC, Unknown
no flags Details | Diff
Patch for package/inc/ZipPackageFolder.hxx (411 bytes, patch)
2003-04-15 08:24 UTC, Unknown
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Comment 1 Martin Hollmichel 2003-04-02 10:54:30 UTC
mh->mbr: as agreed retargeted to 1.0.4
Comment 2 Martin Hollmichel 2003-04-02 10:55:02 UTC
mh->mbr: as agreed retargeted to 1.0.4
Comment 3 Unknown 2003-04-15 08:19:49 UTC
Adding myself to CC.
This is a MAJOR showstopper bug on Irix. Without a fix to this issue,
OpenOffice will NOT run on Irix at all. Bacause both svx and package
have a class named ContentInfo, and neither is in a namespace scope,
OO will call the constructor from package, and the destructor from
svx, which will try to access a piece of memory that does not exist,
and..... crash!

I have another patch for this which is a little neater, putting the
ContenInfo class in package within a namespace scope.

Martin, can you change:
- the Platform and OS to all
- and the issue type to DEFECT
- and the priority to P1 please.

George
Comment 4 Unknown 2003-04-15 08:23:59 UTC
Created attachment 5671 [details]
patch for package/inc/HashMaps.hxx
Comment 5 Unknown 2003-04-15 08:24:41 UTC
Created attachment 5672 [details]
Patch for package/inc/ZipPackageFolder.hxx
Comment 6 Unknown 2003-04-15 08:24:59 UTC
Created attachment 5673 [details]
Patch for package/inc/ZipPackageFolder.hxx
Comment 7 Unknown 2003-04-15 08:30:19 UTC
Also see issue 13448, which Irix team is using for tracking purposes.
Comment 8 Unknown 2003-05-08 00:50:06 UTC
Can this please be bumped to a P1 bug, as without this OO.o will NOT
run on Irix at all, and I have asked for this to be bumped to P1
several times before.

Martin: I think you accidentally changed it to P4 rather than P1.

Can someone approve this patch, as it really needs to go in 1.0.4
Comment 9 nickb 2003-08-07 08:00:02 UTC
Raising priority... why hasn't this been checked in? its a simple fix, 
and a show stopper on IRIX (at least while we are dependant on
gcc-2.95.3).
Comment 10 utomo99 2003-10-29 03:48:42 UTC
Hello, 

I found that this Issue is targetted to 1.0.4. 
Can you please retargetting this issue since 1.0.4 is not planned.
maybe to 1.1.1 ? 

Thanks
Comment 11 pavel 2003-11-23 13:35:36 UTC
This is already fixed in 1.1.1 (fix1).

Comment 12 fa 2004-02-19 23:48:35 UTC
*** Issue 13448 has been marked as a duplicate of this issue. ***
Comment 13 Martin Hollmichel 2004-03-25 07:37:10 UTC
close issue.