summaryrefslogtreecommitdiff
blob: 5bc4bd7071f1ec17fa8b83a0f12665d665a5c2e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<!-- maintainer-needed -->
	<longdescription lang="en">
		The rebaseall utility is a convenient way for users that suffer from the
		Cygwin rebase problem to rebase their entire system (i.e., all of their
		DLLs).  The following is a list of known Cygwin applications that are
		affected by the rebase problem:

			Apache
			Perl
			Python

		The rebase problem is due to fork() failing when it is unable to load
		DLLs in the child at the same address as in the parent.  This is caused
		by DLLs which have conflicting base addresses.
	</longdescription>
</pkgmetadata>