On Wed, May 11, 2011 at 9:35 AM, Bert Huijben <b...@qqmail.nl> wrote: > > >> -----Original Message----- >> From: Jeff Trawick [mailto:traw...@gmail.com] >> Sent: woensdag 13 april 2011 14:54 >> To: dev@apr.apache.org >> Subject: Re: MinGW status >> >> Oh, how could I forget :) >> >> Running myapp.exe against libapr-2-0.dll can result in a myapp.exe.### >> droplet that looks like this: >> >> 75B30000 00000001 00001774 LoadLibraryA() misc/win32/misc.c:175 >> >> (My initial web searches for this issue were not successful, but I >> didn't try very hard.) > > I see similar droplets with apr-1.4.4 on Windows 7 now using Visual C++. > > R:\>type Svn-2010\tests\\subversion\svn\svn.exe.1028 > 76920000 00000001 00001b80 LoadLibraryA() .\misc\win32\misc.c:172 > > Any idea how to diagnose?
Happens with Visual C++? Great! Does it happen with apr 1.4.2 in the same build+runtime environment? If not, I guess we can diff 1.4.2->1.4.4 and start picking out likely suspects to try.