X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
Message-ID: <477D715D.80207@x-ray.at>
Date: Fri, 04 Jan 2008 00:35:57 +0100
From: Reini Urban <rurban@x-ray.at>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.8.1.11) Gecko/20071128 SeaMonkey/1.1.7
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: win32-gui-demos.pl dumps core
References: <flh8gb$g3k$1@ger.gmane.org> <6910a60801030851j2b7d50e7tfc2e797dd161ce18@mail.gmail.com> <flja4a$djc$1@ger.gmane.org> <477D5BEE.6030102@x-ray.at> <fljo0i$v90$1@ger.gmane.org>
In-Reply-To: <fljo0i$v90$1@ger.gmane.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

Michael Kairys schrieb:
> "Reini Urban" wrote:
>> Maybe there are any missing dependencies in
>> /lib/perl5/vendor_perl/5.8/cygwin/auto/Win32/GUI/GUI.dll
>>
>> Can you send the output of
>> $ cygcheck /lib/perl5/vendor_perl/5.8/cygwin/auto/Win32/GUI/GUI.dll
> 
> D:\Local\Cygwin\lib/perl5/vendor_perl/5.8/cygwin/auto/Win32/GUI/GUI.dll
>  D:\Local\Cygwin\bin\cygwin1.dll
>    C:\Windows\system32\ADVAPI32.DLL
>      C:\Windows\system32\ntdll.dll
>      C:\Windows\system32\KERNEL32.dll
>      C:\Windows\system32\RPCRT4.dll
>  D:\Local\Cygwin\bin\cygperl5_8.dll
>    D:\Local\Cygwin\bin\cygcrypt-0.dll
>  C:\Windows\system32\COMCTL32.DLL
>    C:\Windows\system32\GDI32.dll
>      C:\Windows\system32\USER32.dll
>  C:\Windows\system32\COMDLG32.DLL
>    C:\Windows\system32\msvcrt.dll
>    C:\Windows\system32\SHLWAPI.dll
>    C:\Windows\system32\SHELL32.dll
>  C:\Windows\system32\VERSION.dll

So we have bad luck and have to wait for someone who can
debug this on Vista.

Build an unstripped perl and this lib with debug symbols.
$ gdb perl
set args win32-gui-demos.pl
run
   => exception
bt

The perl.exe.stackdump helps a little bit, but this is no coredump to 
investigate with the debugger. And I cannot reproduce this and compare 
to your stackdump, since I only have XP SP2.

You can try at the perl-win32-users list at lists.sf.net. What I know 
from there: Until recently everything worked fine on Vista, even when 
compiled under XP, just the --dyndll option for perlapp didn't work.
-- 
Reini Urban
http://phpwiki.org/  http://murbreak.at/
http://helsinki.at/  http://spacemovie.mur.at/

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

