Closed
Bug 192188
Opened 22 years ago
Closed 13 years ago
Can not have two libraries with the same leaf name in the components directory
Categories
(Core :: XPCOM, defect, P1)
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: dougt, Unassigned)
Details
There is a bug in/around CreateDll which cause a set up like this:
components/a.dll
and
components/foo/a.dll
to fail. We hash the name of the library, without considering the full path.
Reporter | ||
Updated•22 years ago
|
Priority: -- → P1
Target Milestone: --- → mozilla1.4alpha
Reporter | ||
Comment 1•22 years ago
|
||
i believe that the problem is within NSPR. The function pr_UnlockedFindLibrary
only compares leaf names.
cc-ing wtc.
Comment 2•22 years ago
|
||
I know about this issue. Unfortunately I don't know whether
that's a feature or a bug.
Reporter | ||
Comment 3•22 years ago
|
||
I do agree with you - it is a edge case at best and the work around is very
simple. I am going to push the milestone out and lowser the severity.
Severity: major → minor
Target Milestone: mozilla1.4alpha → Future
Updated•19 years ago
|
Assignee: dougt → nobody
QA Contact: scc → xpcom
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•