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)

All
Windows XP
defect

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.
Priority: -- → P1
Target Milestone: --- → mozilla1.4alpha
i believe that the problem is within NSPR. The function pr_UnlockedFindLibrary only compares leaf names. cc-ing wtc.
I know about this issue. Unfortunately I don't know whether that's a feature or a bug.
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
Assignee: dougt → nobody
QA Contact: scc → xpcom
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.